System fields in table
For any table >> system will automatically create 3 fields
DataAreaId - current logged in compnay [ctrl + n]
RecVersion - unique Rec version - int64 [Concurrent updates to the same table by multiple users]
RecId - unique Record id [int 64] - one time generated number
All these three fields are non-editable fields
Comments
Post a Comment