Database
Salary
SalSalaryLockMaster

SalSalaryLockMaster

Documentation for the SalSalaryLockMaster database schema.

Fields

FieldData TypeUsage
lockIdStringUnique reference to lock.
monthIdObjectIdUnique reference to month.
yearIdObjectIdUnique reference to year.
isLockedBooleanStores the is locked data.
insertedUserIdObjectIdUnique reference to inserted User.
updatedUserIdObjectIdUnique reference to updated User.
insertedDateIdObjectIdUnique reference to inserted Date.
updatedDateIdObjectIdUnique reference to updated Date.