Newer Version Available
Omniscript Elements List
Output representation of the details of the Omniscript elements.
- JSON example
-
1"elements": [ 2 { 3 "DiscoveryFrameworkUsageType": "Default", 4 "DesignerCustomizationType": "Discovery Framework", 5 "Type": "Step", 6 "PropertySetConfig": { 7 "label": "Card Details", 8 "show": null, 9 "conditionType": "Hide if False" 10 }, 11 "ParentElementType": null, 12 "ParentElementName": null, 13 "SequenceNumber": 0, 14 "OmniProcessVersionNumber": 1, 15 "Level": 0, 16 "Description": null, 17 "Name": "Step1", 18 "elements": [ 19 { 20 "DiscoveryFrameworkUsageType": "Default", 21 "DesignerCustomizationType": "Discovery Framework", 22 "Type": "Radio", 23 "PropertySetConfig": { 24 "label": "Was the card in your possession at the time of the disputed transactions?", 25 "defaultValue": null, 26 "help": false, 27 "helpText": "", 28 "options": [ 29 { 30 "name": "Yes", 31 "developerName": "Yes", 32 "value": "Yes", 33 "setAll": false 34 }, 35 { 36 "name": "No", 37 "developerName": "No", 38 "value": "No", 39 "setAll": false 40 } 41 ], 42 "show": null, 43 "conditionType": "Hide if False" 44 }, 45 "ParentElementType": "Step", 46 "ParentElementName": "Step1", 47 "SequenceNumber": 0, 48 "OmniProcessVersionNumber": 1, 49 "Level": 1, 50 "Description": null, 51 "Name": "FSC_DM_v1_CardRelatedQ1", 52 "elements": [], 53 "customTypeDetails" : { 54 "discoveryFramework": { 55 "questionText": "Was the card in your possession at the time of the disputed transactions?" 56 } 57 } 58 }, 59 { 60 "DiscoveryFrameworkUsageType": "Default", 61 "DesignerCustomizationType": "Discovery Framework", 62 "Type": "Radio", 63 "PropertySetConfig": { 64 "label": "Was the card lost or stolen at the time of the disputed transactions?", 65 "defaultValue": null, 66 "help": false, 67 "helpText": "", 68 "options": [ 69 { 70 "name": "Yes", 71 "developerName": "Yes", 72 "value": "Yes", 73 "setAll": false 74 }, 75 { 76 "name": "No", 77 "developerName": "No", 78 "value": "No", 79 "setAll": false 80 } 81 ], 82 "show": { 83 "group": { 84 "operator": "AND", 85 "rules": [ 86 { 87 "data": "Yes", 88 "condition": "=", 89 "field": "FSC_DM_v1_CardRelatedQ1" 90 } 91 ] 92 } 93 }, 94 "conditionType": "Hide if False" 95 }, 96 "ParentElementType": "Step", 97 "ParentElementName": "Step1", 98 "SequenceNumber": 1, 99 "OmniProcessVersionNumber": 1, 100 "Level": 1, 101 "Description": null, 102 "Name": "FSC_DM_v1_CardRelatedQ2", 103 "elements": [], 104 "customTypeDetails" : { 105 "discoveryFramework": { 106 "questionText": "Was the card lost or stolen at the time of the disputed transactions?" 107 } 108 } 109 }, 110 { 111 "DiscoveryFrameworkUsageType": "Default", 112 "DesignerCustomizationType": "Discovery Framework", 113 "Type": "Radio", 114 "PropertySetConfig": { 115 "label": "Did you provide your card details on any unfamiliar or suspicious websites?", 116 "defaultValue": null, 117 "help": false, 118 "helpText": "", 119 "options": [ 120 { 121 "name": "Yes", 122 "developerName": "Yes", 123 "value": "Yes", 124 "setAll": false 125 }, 126 { 127 "name": "No", 128 "developerName": "No", 129 "value": "No", 130 "setAll": false 131 } 132 ], 133 "show": null, 134 "conditionType": "Hide if False" 135 }, 136 "ParentElementType": "Step", 137 "ParentElementName": "Step1", 138 "SequenceNumber": 2, 139 "OmniProcessVersionNumber": 1, 140 "Level": 1, 141 "Description": null, 142 "Name": "FSC_DM_v1_FraudRelatedQ4", 143 "elements": [], 144 "customTypeDetails" : { 145 "discoveryFramework": { 146 "questionText": "Did you provide your card details on any unfamiliar or suspicious websites?" 147 } 148 } 149 } 150 ] 151 }, 152 { 153 "DiscoveryFrameworkUsageType": "Default", 154 "DesignerCustomizationType": "Discovery Framework", 155 "Type": "Step", 156 "PropertySetConfig": { 157 "label": "Additional Details", 158 "show": null, 159 "conditionType": "Hide if False" 160 }, 161 "ParentElementType": null, 162 "ParentElementName": null, 163 "SequenceNumber": 2, 164 "OmniProcessVersionNumber": 1, 165 "Level": 0, 166 "Description": null, 167 "Name": "Step2", 168 "elements": [ 169 { 170 "DiscoveryFrameworkUsageType": "Default", 171 "DesignerCustomizationType": "Discovery Framework", 172 "Type": "Text Area", 173 "PropertySetConfig": { 174 "label": "Can you provide more details about the transaction", 175 "defaultValue": null, 176 "help": false, 177 "helpText": "", 178 "show": null, 179 "conditionType": "Hide if False" 180 }, 181 "ParentElementType": "Step", 182 "ParentElementName": "Step2", 183 "SequenceNumber": 2, 184 "OmniProcessVersionNumber": 1, 185 "Level": 1, 186 "Description": null, 187 "Name": "FSC_DM_v1_AdditionalQ2", 188 "elements": [], 189 "customTypeDetails" : { 190 "discoveryFramework": { 191 "questionText": "Can you provide more details about the transaction" 192 } 193 } 194 } 195 ] 196 } 197 ]
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| customTypeDetails | Custom Type Details[] | Custom type details for the Omniscript element. | Small, 60.0 | 60.0 |
| description | String | Description of the Omniscript element. | Small, 60.0 | 60.0 |
| designerCustomizationType | String | The customization type of the Omniscript element. | Small, 60.0 | 60.0 |
| discoveryFrameworkUsageType | String | Discovery framework usage type of the Omniscript element. | Small, 60.0 | 60.0 |
| elements | Omniscript Elements List[] | Elements within the Omniscript element. | Small, 60.0 | 60.0 |
| level | String | Level of the Omniscript element. | Small, 60.0 | 60.0 |
| name | String | Name of the Omniscript element. | Small, 60.0 | 60.0 |
| omniProcessVersionNumber | String | OmniProcess version number of the Omniscript element. | Small, 60.0 | 60.0 |
| parentElementName | String | Parent element name of the Omniscript element. | Small, 60.0 | 60.0 |
| parentElementType | String | Parent element type of the Omniscript element. | Small, 60.0 | 60.0 |
| propertySetConfig | OS Element Property Set[] | Property set configuration of the Omniscript element. | Small, 60.0 | 60.0 |
| sequenceNumber | String | Sequence number of the Omniscript element. | Small, 60.0 | 60.0 |
| type | String | Type of the Omniscript element. | Small, 60.0 | 60.0 |