| Name | Description | Type | Additional information |
|---|---|---|---|
| PageId |
It represents the identifier to uniquely identify a page By default pages would be sorted/ordered by PageId column. |
integer |
None. |
| PageName |
It represents the name of a page. |
string |
None. |
| ChapterId |
It represents the associated chapter identifier for a page. When saving Descriptions data to database, we need to copy this column/property value to AppRptDescription table/entity. |
integer |
None. |
| DivisionId |
It represents the associated division identifier/label. |
string |
None. |
| DescSort |
It field is used to determine the sort order for report generation. This value to be copied into AppRptDescriptions.Sort, when saving information under description section. |
decimal number |
None. |
| Highlight |
It represents that this page has some required fields. A value of True denotes that this page has some required fields. A value of False denotes that this page doesn't have required fields. |
boolean |
None. |
| SectionId |
It represents the section that relevant to the page. |
integer |
None. |