Database
Salary
SalaryEmployeeIncrementMaster

SalaryEmployeeIncrementMaster

Documentation for the SalaryEmployeeIncrementMaster database schema.

Fields

FieldData TypeUsage
ementIdStringUnique reference to ement.
incrementDateDateTimestamp/Date for incrementDate.
effectiveFromDateStores the effective from data.
employeeIdObjectIdUnique reference to employee.
currentCostOfCompanyDecimal128Stores the current cost of company data.
incrementAmountDecimal128Monetary or numeric value.
incrementPercentageNumberStores the increment percentage data.
newCostOfCompanyDecimal128Stores the new cost of company data.
remarksStringDetailed notes or remarks.
insertedUserIdObjectIdUnique reference to inserted User.
updatedUserIdObjectIdUnique reference to updated User.
insertedDateIdObjectIdUnique reference to inserted Date.
updatedDateIdObjectIdUnique reference to updated Date.