FirmName
The FirmName table is a public form of the Firm table that may be distributed to any user. It is created automatically from the Firm table.
- Section: Actors
Metadata
- Base Table Class: Static
- Default Size: Firm = 50
Fields
| Name | Type | Size (bytes) | Description |
|---|---|---|---|
| Id | Integer (signed) | 8 | The unique identifier of this FirmName. |
| Status | Set of Status | 4 | |
| ShortName | String | 24 | The short text identifier of this FirmName. |
| Name | String | 48 | The long text identifier of this FirmName. |
| FirmType | One of FirmType | 1 | |
| UpdateNumber | Integer (unsigned) | 8 | A number that records every change that happens to a record. It is primarily used to avoid write after read problems when an intermediate write has changed the originally read record. |
| OwnerUser | Foreign key to User | 8 | The Id of the User that owns this FirmName. |
| OwnerGroup | Foreign key to Group | 8 | The Id of the Group that owns this FirmName. |
| OwnerFirm | Foreign key to Firm | 8 | The Id of the Firm that owns this FirmName. |
| CreateUser | Foreign key to User | 8 | The Id of the User that created this FirmName. |
| CreateTimestamp | Integer (unsigned) | 8 | The time at which this FirmName was created. |
| UpdateUser | Foreign key to User | 8 | The Id of the User that last updated this FirmName. |
| UpdateTimestamp | Integer (unsigned) | 8 | The time at which this FirmName was last updated. |