SystemParameter_Master
Documentation for the SystemParameter_Master database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| systemParameterId | String | Unique reference to system Parameter. |
| saveMessage | String | Stores the save message data. |
| updateMessage | String | Timestamp/Date for updateMessage. |
| requiredFieldMessage | String | Stores the required field message data. |
| duplicateRecordMessage | String | Timestamp/Date for duplicateRecordMessage. |
| deleteConfirmMessage | String | Stores the delete confirm message data. |
| deleteFailMessage | String | Stores the delete fail message data. |
| deleteSuccessMessage | String | Stores the delete success message data. |
| buttonSaveCaption | String | Stores the button save caption data. |
| buttonUpdateCaption | String | Timestamp/Date for buttonUpdateCaption. |
| buttonResetCaption | String | Stores the button reset caption data. |
| buttonViewCaption | String | Stores the button view caption data. |
| buttonReturnCaption | String | Stores the button return caption data. |
| buttonAddNewCaption | String | Stores the button add new caption data. |
| nullDisplay | String | Stores the null display data. |
| insertedUserId | ObjectId | Unique reference to inserted User. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| insertedDateId | Date | Unique reference to inserted Date. |
| updatedDateId | Date | Unique reference to updated Date. |
| timestamp | Date | Timestamp/Date for timestamp. |