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

Popular posts from this blog

D365 – Data Entity Method Call Sequence

X++ code to create a customized lookup on form

Creating a Report Bound to a Report Data Provider Class (X++ Business Logic) [AX 2012]