Settings Sheets
The settings sheet allows for some customization of DataPortal actions. A settings sheet has two columns, Option and Value.
Master Sheet
These settings are defined in the sheet named Master.settings. These will apply for the entire DataPortal.
| Option | Description | Default Behavior | Allowed Values |
|---|---|---|---|
| AutoOpenFirstTab | True | Off/False | |
| AutoOpenNewInstances | False | On/True | |
| Autosave (Display: AutoSaveEnabled) | Saves any data entry automatically, even if the form is not complete | True | Off/False |
| BackButtonText | Text to display on the back button | ||
| BackButtonUrl | URL that the back button navigates to | ||
| BreadcrumbDepth | How much of the form navigation path to show | Entire path that can fit in the display | |
| BreadcrumbLocation | Location of the breadcrumbs | Side | Top/Horizontal, None/Disabled |
| ContainerNameLabels (Display: ShowContainerNameLabels) | Off/False | ||
| DbMigrationCommandTimeout | |||
| History (Display: HistoryEnabled) | Saves history of changes to the DataPortal data | True | Off/False |
| LateralNavigation | On | Off/False | |
| ShowAllTabLevels | On | Off/False | |
| TabLocation | Top | Side/Vertical |
Container Sheets
Settings for a single container are set in sheets named <ContainerName>.settings. They override master settings if set.
| Option | Description | Default Behavior | Allowed Values |
|---|---|---|---|
| BreadcrumbDepth | |||
| ExcludeFromClone | Off | On/True, Off/False | |
| ExcludeFromExport | Off | On/True, Off/False | |
| History (Display: HistoryEnabled) | Saves history of changes to the container data | True | Off/False |
| LateralNavigation | Off/False | ||
| TitleLabel | |||
| TabLocation | Top | Side/Vertical, Top/Horizonal | |
| TitleReference | |||
| BigId | Makes the Id column an Int64 | Off | On/True, Off/False |