Configuration¶
Create new dialog¶
Go to Settings
=> Create New Dialog
=> Dialog Configs
Press Add item
Dialog Configs¶
Name | Type | Description |
---|---|---|
Disable create new dialog | Yes/No |
No => Use custom dialog, Yes => Use default dialog |
Limetype | LimeType |
What Limetype's Create new dialog to configure |
Dialog Size | DialogSize | Size of the Create new dialog |
Summaries | Summaries | What related limeobjects to show |
Save actions | Save actions | What custom save actions to be available |
Dialog Size¶
Name | Type | Description |
---|---|---|
Medium | String |
Default size of create dialog |
Large | String |
A larger dialog |
Fullscreen | String |
Dialog covers entire screen |
Summaries¶
Confiure what related objects to show
Examples
- Show ongoing tickets for the related company/person to prevent duplicates.
- Show ongoing disturbances in the area
- Show ongoing deals for the related company.
Name | Type | Description |
---|---|---|
Header | string |
Header of the summary |
Relation Property | LimeProperty |
What field in the form that should be related to the Summary Relation Property |
Summary Limetype | LimeType |
What limetype to show in the summaries |
Summary Relation Property | LimeProperty |
What relation on the Limetype to compare to the Relation property in the form |
Filter | StoredFilter |
What filter to use for the summary |
Sorting | SortingConfig |
What properties to sort by See Sorting config |
Sorting config¶
Name | Type | Description |
---|---|---|
Property to sort on | string |
What property to sort on, can use dot notation (Usually _createdtime ) |
In what order should this property be sorted? | SortDirection |
What sort direction Ascending or Descending |
Save Actions¶
Add customized saving actions that can set pre-defined values when the user creates the object.
Name | Type | Description |
---|---|---|
Title | string |
Name of the same action |
Description | string |
Description of save action |
Is default? | Yes/No |
If this action should be the default button |
Icon | string |
If a specific icon should be shown on the action |
Actions | Record<string, ValueConfig> |
What properties, key name of property, value 🌐See ValueConfig |