name | string (Step unique name) It can be used in URL, so use URL-safe letters | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (labelTranslations) Object with custom translations with structure. It tries to pick label according to your language, otherwise it pick label from | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
translationKey | string (Key used to find build-in translation for Step name) If such key exist, the translation will be used. Otherwise this string will show up on the screen. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
userGroupViewDetails | string (User group view permissions) List of user groups names (separated by comma), which can view the step | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
userGroupEdit | string (User group edit permissions) List of user groups names (separated by comma), which can edit the step | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
group (object) or rule (object) (filter) Filter can be a rule or a group of rules with a combining operator. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
One of: Filter Group for hiding or disabling steps or tabs.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
group (object) or rule (object) (filter) Filter can be a rule or a group of rules with a combining operator. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
One of: Filter Group for hiding or disabling steps or tabs.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
icon | string (icon) The icon is provided by DynamicIcon component, so the icon has to be defined there | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (tab) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
|
{- "name": "string",
- "labelTranslations": {
- "additionalProperties": "string",
- """": "string",
- "fr": "string",
- "en": "string"
}, - "translationKey": "string",
- "userGroupViewDetails": "string",
- "userGroupEdit": "string",
- "disableCheck": {
- "criteria": [
- null
], - "operator": "and",
- "_constructor": "AdvancedCriteria"
}, - "hiddenCheck": {
- "criteria": [
- null
], - "operator": "and",
- "_constructor": "AdvancedCriteria"
}, - "icon": "angle-double-left",
- "tabs": [
- {
- "name": "string",
- "labelTranslations": {
- "additionalProperties": "string",
- """": "string",
- "fr": "string",
- "en": "string"
}, - "translationKey": "sfdc_quotes_tabs_header",
- "userGroupViewDetails": "admins",
- "userGroupEdit": "string",
- "icon": "angle-double-left",
- "type": "header",
- "typeReference": "string",
- "disableCheck": {
- "criteria": [
- null
], - "operator": "and",
- "_constructor": "AdvancedCriteria"
}, - "hiddenCheck": {
- "criteria": [
- null
], - "operator": "and",
- "_constructor": "AdvancedCriteria"
}, - "parameters": { },
- "parameterMapping": {
- "additionalProperties": "Year: inputs.Year.value",
- "property1": "string",
- "property2": "string"
}
}
]
}