Database
User Managment
Create Master
SalaryLocationMaster

SalaryLocationMaster

Documentation for the SalaryLocationMaster database schema.

Fields

FieldData TypeUsage
companyIdObjectIdUnique reference to company.
locationIdStringUnique reference to location.
locationNameStringThe name or title of the salarylocationmaster.
locationCodeStringTimestamp/Date for locationCode.
locationAddressStringTimestamp/Date for locationAddress.
isActiveStringActive status flag.
emailAddressStringPrimary email address.
phoneNumberStringContact phone number.
faxNumberStringStores the fax number data.
isLoginAllowedBooleanStores the is login allowed data.
isDailyAttendanceAllowedForEmployeeBooleanTimestamp/Date for isDailyAttendanceAllowedForEmployee.
bonusBasedOnStringStores the bonus based on data.
createdByUserIdObjectIdUnique reference to created By User.
updatedByUserIdObjectIdUnique reference to updated By User.
createdDateIdDateUnique reference to created Date.
updatedDateIdDateUnique reference to updated Date.
isDeletedBooleanStores the is deleted data.
statusBooleanTimestamp/Date for status.
deletedByObjectIdStores the deleted by data.
deletedTimeDateTimestamp/Date for deletedTime.