Database
Tax
SAL_Sections_Master

SAL_Sections_Master

Documentation for the SAL_Sections_Master database schema.

Fields

FieldData TypeUsage
anyIdObjectIdUnique reference to any.
sectionIdObjectIdUnique reference to section.
descriptionStringDetailed notes or remarks.
isParentBooleanStores the is parent data.
parentSectionIdObjectIdUnique reference to parent Section.
maximumLimitmongoose.Types.Decimal128Stores the maximum limit data.
isActiveBooleanActive status flag.
insertedUserIdObjectIdUnique reference to inserted User.
updatedUserIdObjectIdUnique reference to updated User.
insertedDateIdObjectIdUnique reference to inserted Date.
updatedDateIdObjectIdUnique reference to updated Date.
timestampDateTimestamp/Date for timestamp.