UserName

The UserName table is a public form of the User table that may be distributed to any user. It is created automatically from the User table.

Metadata

  • Base Table Class: Static
  • Default Size: User = 100

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this UserName.
StatusSet of Status4
UserIdString200The string identifier of this User which is used to log in to the system.
NameString48The long text identifier of this UserName.
FirmForeign key to Firm8
UpdateNumberInteger (unsigned)8A 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.
OwnerUserForeign key to User8The Id of the User that owns this UserName.
OwnerGroupForeign key to Group8The Id of the Group that owns this UserName.
OwnerFirmForeign key to Firm8The Id of the Firm that owns this UserName.
CreateUserForeign key to User8The Id of the User that created this UserName.
CreateTimestampInteger (unsigned)8The time at which this UserName was created.
UpdateUserForeign key to User8The Id of the User that last updated this UserName.
UpdateTimestampInteger (unsigned)8The time at which this UserName was last updated.