The Type code is CFOT.
| typedId | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (configuration) Schema for definition of steps and tabs. This object can contains | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| lastUpdateDate | string <date-time> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| module | string or null <= 255 characters A name of application module, in which the user interface will show the menu item, which opens a page with a list of custom forms of this type. This is meaningful only when embedded is | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| label | string <= 255 characters The name of the type, as displayed to the end users. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| version | integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| uniqueName | string <= 255 characters A unique name of the type. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| supportedParentTypeCodes | Array of strings or null or null List of entities, which are allowed to embed this custom form type (Quote, standalone Custom Form). This is meaningful only when embedded is | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| createdBy | integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| headerFormulaName | string <= 255 characters A name of the logic which implements the functionality of the Custom Form. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| userGroupEdit | string or null <= 255 characters | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| userGroupViewDetails | string or null <= 255 characters | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| embedded | boolean If this custom form type can be embedded - i.e. used inside of another document, like quote. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| workflowFormulaName | string or null <= 255 characters A name of the workflow logic, which will be used to build approval workflow for this Custom Form. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| createDate | string <date-time> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| lastUpdateBy | integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
{- "typedId": "string",
- "configuration": {
- "name": "string",
- "layout": "tabs",
- "steps": [
- {
- "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"
}
}
]
}
], - "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"
}
}
]
}, - "lastUpdateDate": "2019-08-24T14:15:22Z",
- "module": "PRICESETTING",
- "label": "string",
- "version": 0,
- "uniqueName": "string",
- "supportedParentTypeCodes": [
- "string"
], - "createdBy": 0,
- "headerFormulaName": "string",
- "userGroupEdit": "string",
- "userGroupViewDetails": "string",
- "embedded": true,
- "workflowFormulaName": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "lastUpdateBy": 0
}