Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Omniscript Element Property Set Output
Output representation of the property set configuration of the Omniscript
elements.
- JSON example
-
1"PropertySetConfig": { 2 "label": "Can you provide more details about the transaction", 3 "defaultValue": null, 4 "help": false, 5 "helpText": "", 6 "show": null, 7 "conditionType": "Hide if False" 8 }
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| checkLabel | String | Label of the Omniscript element from the property set configuration. | Small, 60.0 | 60.0 |
| conditionType | String | Condition type of the Omniscript element from the property set configuration. | Small, 60.0 | 60.0 |
| dataType | String | Data type of the formula for the Omniscript element from the property set configuration. | Small, 60.0 | 60.0 |
| dateFormat | String | Date format of the Omniscript element from the property set configuration. | Small, 60.0 | 60.0 |
| expression | String | Formula expression of the Omniscript element from the property set configuration. | Small, 60.0 | 60.0 |
| help | String | Help details of the Omniscript element from the property set configuration. | Small, 60.0 | 60.0 |
| helpText | String | Help text of the Omniscript element from the property set configuration. | Small, 60.0 | 60.0 |
| label | String | Label of the Omniscript element from the property set configuration. | Small, 60.0 | 60.0 |
| options | List<Map<String, Object>> | Options of the Omniscript element from the property set configuration. | Small, 60.0 | 60.0 |
| radioLabels | List<Map<String, Object>> | Radio labels of the Omniscript element from the property set configuration for the radio group child questions. | Small, 60.0 | 60.0 |
| required | String | Specifies whether the Omniscript element is required to submit the form. | Small, 60.0 | 60.0 |
| show | Map<String, Object> | Display field details for the conditional rendering of the Omniscript element from the property set configuration. | Small, 60.0 | 60.0 |
| text | String | Text of the Omniscript element from the property set configuration. | Small, 60.0 | 60.0 |
| type | String | Type of the Omniscript element from the property set configuration. | Small, 60.0 | 60.0 |