@servicenow/sdk-build-plugins 3.0.3 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (359) hide show
  1. package/dist/acl-plugin.d.ts +19 -0
  2. package/dist/acl-plugin.js +210 -0
  3. package/dist/acl-plugin.js.map +1 -0
  4. package/dist/application-menu-plugin.d.ts +18 -0
  5. package/dist/application-menu-plugin.js +104 -0
  6. package/dist/application-menu-plugin.js.map +1 -0
  7. package/dist/arrow-function-plugin.d.ts +16 -0
  8. package/dist/arrow-function-plugin.js +107 -0
  9. package/dist/arrow-function-plugin.js.map +1 -0
  10. package/dist/atf/step-configs.d.ts +39 -0
  11. package/dist/atf/step-configs.js +2334 -0
  12. package/dist/atf/step-configs.js.map +1 -0
  13. package/dist/atf/test-plugin.d.ts +4 -0
  14. package/dist/atf/test-plugin.js +600 -0
  15. package/dist/atf/test-plugin.js.map +1 -0
  16. package/dist/basic-syntax-plugin.d.ts +2 -0
  17. package/dist/basic-syntax-plugin.js +636 -0
  18. package/dist/basic-syntax-plugin.js.map +1 -0
  19. package/dist/business-rule-plugin.d.ts +3 -0
  20. package/dist/business-rule-plugin.js +205 -0
  21. package/dist/business-rule-plugin.js.map +1 -0
  22. package/dist/call-expression-plugin.d.ts +2 -0
  23. package/dist/call-expression-plugin.js +175 -0
  24. package/dist/call-expression-plugin.js.map +1 -0
  25. package/dist/client-script-plugin.d.ts +29 -0
  26. package/dist/client-script-plugin.js +164 -0
  27. package/dist/client-script-plugin.js.map +1 -0
  28. package/dist/column/column-helper.d.ts +12 -0
  29. package/dist/column/column-helper.js +84 -0
  30. package/dist/column/column-helper.js.map +1 -0
  31. package/dist/column/column-to-record.d.ts +3 -0
  32. package/dist/column/column-to-record.js +105 -0
  33. package/dist/column/column-to-record.js.map +1 -0
  34. package/dist/column-plugin.d.ts +8 -0
  35. package/dist/column-plugin.js +453 -0
  36. package/dist/column-plugin.js.map +1 -0
  37. package/dist/cross-scope-privilege-plugin.d.ts +15 -0
  38. package/dist/cross-scope-privilege-plugin.js +82 -0
  39. package/dist/cross-scope-privilege-plugin.js.map +1 -0
  40. package/dist/html-import-plugin.d.ts +2 -0
  41. package/dist/html-import-plugin.js +72 -0
  42. package/dist/html-import-plugin.js.map +1 -0
  43. package/dist/index.d.ts +37 -21
  44. package/dist/index.js +40 -45
  45. package/dist/index.js.map +1 -1
  46. package/dist/json-plugin.d.ts +15 -0
  47. package/dist/json-plugin.js +104 -0
  48. package/dist/json-plugin.js.map +1 -0
  49. package/dist/list-plugin.d.ts +2 -0
  50. package/dist/list-plugin.js +191 -0
  51. package/dist/list-plugin.js.map +1 -0
  52. package/dist/now-config-plugin.d.ts +4 -0
  53. package/dist/now-config-plugin.js +154 -0
  54. package/dist/now-config-plugin.js.map +1 -0
  55. package/dist/now-id-plugin.d.ts +11 -0
  56. package/dist/now-id-plugin.js +71 -0
  57. package/dist/now-id-plugin.js.map +1 -0
  58. package/dist/now-include-plugin.d.ts +16 -0
  59. package/dist/now-include-plugin.js +118 -0
  60. package/dist/now-include-plugin.js.map +1 -0
  61. package/dist/now-ref-plugin.d.ts +2 -0
  62. package/dist/now-ref-plugin.js +43 -0
  63. package/dist/now-ref-plugin.js.map +1 -0
  64. package/dist/now-unresolved-plugin.d.ts +2 -0
  65. package/dist/now-unresolved-plugin.js +32 -0
  66. package/dist/now-unresolved-plugin.js.map +1 -0
  67. package/dist/package-json-plugin.d.ts +2 -0
  68. package/dist/package-json-plugin.js +70 -0
  69. package/dist/package-json-plugin.js.map +1 -0
  70. package/dist/property-plugin.d.ts +2 -0
  71. package/dist/property-plugin.js +105 -0
  72. package/dist/property-plugin.js.map +1 -0
  73. package/dist/record-plugin.d.ts +43 -0
  74. package/dist/record-plugin.js +147 -0
  75. package/dist/record-plugin.js.map +1 -0
  76. package/dist/repack/index.d.ts +1 -0
  77. package/dist/repack/index.js +10 -2
  78. package/dist/repack/index.js.map +1 -1
  79. package/dist/repack/lint/Rules.d.ts +1 -1
  80. package/dist/repack/lint/Rules.js +7 -3
  81. package/dist/repack/lint/Rules.js.map +1 -1
  82. package/dist/repack/lint/index.js +1 -1
  83. package/dist/rest-api-plugin.d.ts +2 -0
  84. package/dist/rest-api-plugin.js +469 -0
  85. package/dist/rest-api-plugin.js.map +1 -0
  86. package/dist/role-plugin.d.ts +2 -0
  87. package/dist/role-plugin.js +117 -0
  88. package/dist/role-plugin.js.map +1 -0
  89. package/dist/script-action-plugin.d.ts +2 -0
  90. package/dist/script-action-plugin.js +62 -0
  91. package/dist/script-action-plugin.js.map +1 -0
  92. package/dist/script-include-plugin.d.ts +2 -0
  93. package/dist/script-include-plugin.js +102 -0
  94. package/dist/script-include-plugin.js.map +1 -0
  95. package/dist/server-module-plugin/index.d.ts +14 -0
  96. package/dist/server-module-plugin/index.js +378 -0
  97. package/dist/server-module-plugin/index.js.map +1 -0
  98. package/dist/server-module-plugin/sbom-builder.d.ts +45 -0
  99. package/dist/server-module-plugin/sbom-builder.js +179 -0
  100. package/dist/server-module-plugin/sbom-builder.js.map +1 -0
  101. package/dist/service-portal/angular-provider-plugin.d.ts +2 -0
  102. package/dist/service-portal/angular-provider-plugin.js +78 -0
  103. package/dist/service-portal/angular-provider-plugin.js.map +1 -0
  104. package/dist/service-portal/dependency-plugin.d.ts +2 -0
  105. package/dist/service-portal/dependency-plugin.js +235 -0
  106. package/dist/service-portal/dependency-plugin.js.map +1 -0
  107. package/dist/service-portal/widget-plugin.d.ts +6 -0
  108. package/dist/service-portal/widget-plugin.js +230 -0
  109. package/dist/service-portal/widget-plugin.js.map +1 -0
  110. package/dist/static-content-plugin.d.ts +2 -0
  111. package/dist/static-content-plugin.js +272 -0
  112. package/dist/static-content-plugin.js.map +1 -0
  113. package/dist/table-plugin.d.ts +3 -0
  114. package/dist/table-plugin.js +1324 -0
  115. package/dist/table-plugin.js.map +1 -0
  116. package/dist/ui-action-plugin.d.ts +2 -0
  117. package/dist/ui-action-plugin.js +291 -0
  118. package/dist/ui-action-plugin.js.map +1 -0
  119. package/dist/ui-page-plugin.d.ts +2 -0
  120. package/dist/ui-page-plugin.js +165 -0
  121. package/dist/ui-page-plugin.js.map +1 -0
  122. package/dist/user-preference-plugin.d.ts +15 -0
  123. package/dist/user-preference-plugin.js +63 -0
  124. package/dist/user-preference-plugin.js.map +1 -0
  125. package/dist/utils.d.ts +17 -0
  126. package/dist/utils.js +72 -0
  127. package/dist/utils.js.map +1 -0
  128. package/dist/view-plugin.d.ts +2 -0
  129. package/dist/view-plugin.js +45 -0
  130. package/dist/view-plugin.js.map +1 -0
  131. package/package.json +17 -13
  132. package/src/acl-plugin.ts +256 -0
  133. package/src/application-menu-plugin.ts +109 -0
  134. package/src/arrow-function-plugin.ts +127 -0
  135. package/src/atf/step-configs.ts +2384 -0
  136. package/src/atf/test-plugin.ts +739 -0
  137. package/src/basic-syntax-plugin.ts +729 -0
  138. package/src/business-rule-plugin.ts +266 -0
  139. package/src/call-expression-plugin.ts +202 -0
  140. package/src/client-script-plugin.ts +179 -0
  141. package/src/column/column-helper.ts +119 -0
  142. package/src/column/column-to-record.ts +131 -0
  143. package/src/column-plugin.ts +506 -0
  144. package/src/cross-scope-privilege-plugin.ts +82 -0
  145. package/src/html-import-plugin.ts +79 -0
  146. package/src/index.ts +39 -21
  147. package/src/json-plugin.ts +128 -0
  148. package/src/list-plugin.ts +222 -0
  149. package/src/now-config-plugin.ts +194 -0
  150. package/src/now-id-plugin.ts +78 -0
  151. package/src/now-include-plugin.ts +140 -0
  152. package/src/now-ref-plugin.ts +48 -0
  153. package/src/now-unresolved-plugin.ts +30 -0
  154. package/src/package-json-plugin.ts +87 -0
  155. package/src/property-plugin.ts +118 -0
  156. package/src/record-plugin.ts +171 -0
  157. package/src/repack/index.ts +10 -1
  158. package/src/repack/lint/Rules.ts +5 -4
  159. package/src/repack/lint/index.ts +1 -1
  160. package/src/rest-api-plugin.ts +658 -0
  161. package/src/role-plugin.ts +128 -0
  162. package/src/script-action-plugin.ts +63 -0
  163. package/src/script-include-plugin.ts +110 -0
  164. package/src/server-module-plugin/index.ts +470 -0
  165. package/src/server-module-plugin/sbom-builder.ts +183 -0
  166. package/src/service-portal/angular-provider-plugin.ts +83 -0
  167. package/src/service-portal/dependency-plugin.ts +284 -0
  168. package/src/service-portal/widget-plugin.ts +263 -0
  169. package/src/static-content-plugin.ts +254 -0
  170. package/src/table-plugin.ts +1698 -0
  171. package/src/ui-action-plugin.ts +324 -0
  172. package/src/ui-page-plugin.ts +168 -0
  173. package/src/user-preference-plugin.ts +62 -0
  174. package/src/utils.ts +69 -0
  175. package/src/view-plugin.ts +46 -0
  176. package/dist/AttachmentPlugin.d.ts +0 -254
  177. package/dist/AttachmentPlugin.js +0 -220
  178. package/dist/AttachmentPlugin.js.map +0 -1
  179. package/dist/BusinessRulePlugin.d.ts +0 -30
  180. package/dist/BusinessRulePlugin.js +0 -149
  181. package/dist/BusinessRulePlugin.js.map +0 -1
  182. package/dist/CrossScopePrivilegePlugin.d.ts +0 -35
  183. package/dist/CrossScopePrivilegePlugin.js +0 -80
  184. package/dist/CrossScopePrivilegePlugin.js.map +0 -1
  185. package/dist/DefaultPlugin.d.ts +0 -86
  186. package/dist/DefaultPlugin.js +0 -226
  187. package/dist/DefaultPlugin.js.map +0 -1
  188. package/dist/HtmlTemplatePlugin.d.ts +0 -21
  189. package/dist/HtmlTemplatePlugin.js +0 -29
  190. package/dist/HtmlTemplatePlugin.js.map +0 -1
  191. package/dist/IdPlugin.d.ts +0 -28
  192. package/dist/IdPlugin.js +0 -68
  193. package/dist/IdPlugin.js.map +0 -1
  194. package/dist/IncludePlugin.d.ts +0 -34
  195. package/dist/IncludePlugin.js +0 -155
  196. package/dist/IncludePlugin.js.map +0 -1
  197. package/dist/JsonPlugin.d.ts +0 -28
  198. package/dist/JsonPlugin.js +0 -69
  199. package/dist/JsonPlugin.js.map +0 -1
  200. package/dist/ListPlugin.d.ts +0 -93
  201. package/dist/ListPlugin.js +0 -456
  202. package/dist/ListPlugin.js.map +0 -1
  203. package/dist/NowConfigPlugin.d.ts +0 -45
  204. package/dist/NowConfigPlugin.js +0 -64
  205. package/dist/NowConfigPlugin.js.map +0 -1
  206. package/dist/PackageJsonPlugin.d.ts +0 -34
  207. package/dist/PackageJsonPlugin.js +0 -63
  208. package/dist/PackageJsonPlugin.js.map +0 -1
  209. package/dist/PropertyPlugin.d.ts +0 -51
  210. package/dist/PropertyPlugin.js +0 -181
  211. package/dist/PropertyPlugin.js.map +0 -1
  212. package/dist/ScriptTemplatePlugin.d.ts +0 -13
  213. package/dist/ScriptTemplatePlugin.js +0 -55
  214. package/dist/ScriptTemplatePlugin.js.map +0 -1
  215. package/dist/ServerModulePlugin.d.ts +0 -75
  216. package/dist/ServerModulePlugin.js +0 -368
  217. package/dist/ServerModulePlugin.js.map +0 -1
  218. package/dist/UserPreferencePlugin.d.ts +0 -19
  219. package/dist/UserPreferencePlugin.js +0 -32
  220. package/dist/UserPreferencePlugin.js.map +0 -1
  221. package/dist/aclAndRole/AclPlugin.d.ts +0 -82
  222. package/dist/aclAndRole/AclPlugin.js +0 -262
  223. package/dist/aclAndRole/AclPlugin.js.map +0 -1
  224. package/dist/aclAndRole/RolePlugin.d.ts +0 -66
  225. package/dist/aclAndRole/RolePlugin.js +0 -179
  226. package/dist/aclAndRole/RolePlugin.js.map +0 -1
  227. package/dist/aclAndRole/Util.d.ts +0 -3
  228. package/dist/aclAndRole/Util.js +0 -90
  229. package/dist/aclAndRole/Util.js.map +0 -1
  230. package/dist/app/ApplicationMenuPlugin.d.ts +0 -34
  231. package/dist/app/ApplicationMenuPlugin.js +0 -112
  232. package/dist/app/ApplicationMenuPlugin.js.map +0 -1
  233. package/dist/db/ColumnPlugins.d.ts +0 -750
  234. package/dist/db/ColumnPlugins.js +0 -114
  235. package/dist/db/ColumnPlugins.js.map +0 -1
  236. package/dist/db/DBUtils.d.ts +0 -2
  237. package/dist/db/DBUtils.js +0 -27
  238. package/dist/db/DBUtils.js.map +0 -1
  239. package/dist/db/DocumentationPlugin.d.ts +0 -67
  240. package/dist/db/DocumentationPlugin.js +0 -258
  241. package/dist/db/DocumentationPlugin.js.map +0 -1
  242. package/dist/db/LicensingPlugin.d.ts +0 -60
  243. package/dist/db/LicensingPlugin.js +0 -117
  244. package/dist/db/LicensingPlugin.js.map +0 -1
  245. package/dist/db/RecordPlugin.d.ts +0 -133
  246. package/dist/db/RecordPlugin.js +0 -337
  247. package/dist/db/RecordPlugin.js.map +0 -1
  248. package/dist/db/TablePlugin.d.ts +0 -231
  249. package/dist/db/TablePlugin.js +0 -1630
  250. package/dist/db/TablePlugin.js.map +0 -1
  251. package/dist/db/index.d.ts +0 -6
  252. package/dist/db/index.js +0 -32
  253. package/dist/db/index.js.map +0 -1
  254. package/dist/scriptedRESTAPI/RESTDeserializationUtils.d.ts +0 -10
  255. package/dist/scriptedRESTAPI/RESTDeserializationUtils.js +0 -373
  256. package/dist/scriptedRESTAPI/RESTDeserializationUtils.js.map +0 -1
  257. package/dist/scriptedRESTAPI/RESTSerializationUtils.d.ts +0 -13
  258. package/dist/scriptedRESTAPI/RESTSerializationUtils.js +0 -177
  259. package/dist/scriptedRESTAPI/RESTSerializationUtils.js.map +0 -1
  260. package/dist/scriptedRESTAPI/RestApiPlugin.d.ts +0 -81
  261. package/dist/scriptedRESTAPI/RestApiPlugin.js +0 -345
  262. package/dist/scriptedRESTAPI/RestApiPlugin.js.map +0 -1
  263. package/dist/scriptedRESTAPI/RestSchemaUtils.d.ts +0 -190
  264. package/dist/scriptedRESTAPI/RestSchemaUtils.js +0 -53
  265. package/dist/scriptedRESTAPI/RestSchemaUtils.js.map +0 -1
  266. package/dist/scriptedRESTAPI/RestUtils.d.ts +0 -69
  267. package/dist/scriptedRESTAPI/RestUtils.js +0 -497
  268. package/dist/scriptedRESTAPI/RestUtils.js.map +0 -1
  269. package/dist/scripts/ClientScriptPlugin.d.ts +0 -64
  270. package/dist/scripts/ClientScriptPlugin.js +0 -170
  271. package/dist/scripts/ClientScriptPlugin.js.map +0 -1
  272. package/dist/scripts/scriptUtils.d.ts +0 -1
  273. package/dist/scripts/scriptUtils.js +0 -9
  274. package/dist/scripts/scriptUtils.js.map +0 -1
  275. package/dist/uxf/ExperiencePlugin.d.ts +0 -45
  276. package/dist/uxf/ExperiencePlugin.js +0 -61
  277. package/dist/uxf/ExperiencePlugin.js.map +0 -1
  278. package/dist/uxf/RoutesPlugin.d.ts +0 -29
  279. package/dist/uxf/RoutesPlugin.js +0 -181
  280. package/dist/uxf/RoutesPlugin.js.map +0 -1
  281. package/dist/uxf/UxfFormulaParser/cleanUxValue.d.ts +0 -4
  282. package/dist/uxf/UxfFormulaParser/cleanUxValue.js +0 -65
  283. package/dist/uxf/UxfFormulaParser/cleanUxValue.js.map +0 -1
  284. package/dist/uxf/UxfFormulaParser/grammerParser/api.d.ts +0 -189
  285. package/dist/uxf/UxfFormulaParser/grammerParser/api.js +0 -158
  286. package/dist/uxf/UxfFormulaParser/grammerParser/api.js.map +0 -1
  287. package/dist/uxf/UxfFormulaParser/grammerParser/clientTransformMap.d.ts +0 -13
  288. package/dist/uxf/UxfFormulaParser/grammerParser/clientTransformMap.js +0 -604
  289. package/dist/uxf/UxfFormulaParser/grammerParser/clientTransformMap.js.map +0 -1
  290. package/dist/uxf/UxfFormulaParser/grammerParser/grammarParser.d.ts +0 -12
  291. package/dist/uxf/UxfFormulaParser/grammerParser/grammarParser.js +0 -551
  292. package/dist/uxf/UxfFormulaParser/grammerParser/grammarParser.js.map +0 -1
  293. package/dist/uxf/UxfFormulaParser/grammerParser/spanHelpers.d.ts +0 -31
  294. package/dist/uxf/UxfFormulaParser/grammerParser/spanHelpers.js +0 -64
  295. package/dist/uxf/UxfFormulaParser/grammerParser/spanHelpers.js.map +0 -1
  296. package/dist/uxf/UxfFormulaParser/index.d.ts +0 -3
  297. package/dist/uxf/UxfFormulaParser/index.js +0 -11
  298. package/dist/uxf/UxfFormulaParser/index.js.map +0 -1
  299. package/dist/uxf/UxfFormulaParser/parser.d.ts +0 -8
  300. package/dist/uxf/UxfFormulaParser/parser.js +0 -87
  301. package/dist/uxf/UxfFormulaParser/parser.js.map +0 -1
  302. package/dist/uxf/UxfFormulaParser/utils/getErrorMsg.d.ts +0 -8
  303. package/dist/uxf/UxfFormulaParser/utils/getErrorMsg.js +0 -17
  304. package/dist/uxf/UxfFormulaParser/utils/getErrorMsg.js.map +0 -1
  305. package/dist/uxf/constants.d.ts +0 -2
  306. package/dist/uxf/constants.js +0 -8
  307. package/dist/uxf/constants.js.map +0 -1
  308. package/dist/uxf/index.d.ts +0 -2
  309. package/dist/uxf/index.js +0 -11
  310. package/dist/uxf/index.js.map +0 -1
  311. package/dist/uxf/tectonicIdGenerator.d.ts +0 -12
  312. package/dist/uxf/tectonicIdGenerator.js +0 -79
  313. package/dist/uxf/tectonicIdGenerator.js.map +0 -1
  314. package/src/AttachmentPlugin.ts +0 -268
  315. package/src/BusinessRulePlugin.ts +0 -238
  316. package/src/CrossScopePrivilegePlugin.ts +0 -115
  317. package/src/DefaultPlugin.ts +0 -288
  318. package/src/HtmlTemplatePlugin.ts +0 -31
  319. package/src/IdPlugin.ts +0 -74
  320. package/src/IncludePlugin.ts +0 -206
  321. package/src/JsonPlugin.ts +0 -76
  322. package/src/ListPlugin.ts +0 -570
  323. package/src/NowConfigPlugin.ts +0 -69
  324. package/src/PackageJsonPlugin.ts +0 -68
  325. package/src/PropertyPlugin.ts +0 -237
  326. package/src/ScriptTemplatePlugin.ts +0 -53
  327. package/src/ServerModulePlugin.ts +0 -480
  328. package/src/UserPreferencePlugin.ts +0 -45
  329. package/src/aclAndRole/AclPlugin.ts +0 -420
  330. package/src/aclAndRole/RolePlugin.ts +0 -254
  331. package/src/aclAndRole/Util.ts +0 -113
  332. package/src/app/ApplicationMenuPlugin.ts +0 -165
  333. package/src/db/ColumnPlugins.ts +0 -114
  334. package/src/db/DBUtils.ts +0 -36
  335. package/src/db/DocumentationPlugin.ts +0 -316
  336. package/src/db/LicensingPlugin.ts +0 -138
  337. package/src/db/RecordPlugin.ts +0 -459
  338. package/src/db/TablePlugin.ts +0 -2072
  339. package/src/db/index.ts +0 -6
  340. package/src/scriptedRESTAPI/RESTDeserializationUtils.ts +0 -419
  341. package/src/scriptedRESTAPI/RESTSerializationUtils.ts +0 -228
  342. package/src/scriptedRESTAPI/RestApiPlugin.ts +0 -469
  343. package/src/scriptedRESTAPI/RestSchemaUtils.ts +0 -72
  344. package/src/scriptedRESTAPI/RestUtils.ts +0 -569
  345. package/src/scripts/ClientScriptPlugin.ts +0 -257
  346. package/src/scripts/scriptUtils.ts +0 -5
  347. package/src/uxf/ExperiencePlugin.ts +0 -67
  348. package/src/uxf/RoutesPlugin.ts +0 -211
  349. package/src/uxf/UxfFormulaParser/cleanUxValue.ts +0 -73
  350. package/src/uxf/UxfFormulaParser/grammerParser/api.js +0 -166
  351. package/src/uxf/UxfFormulaParser/grammerParser/clientTransformMap.js +0 -606
  352. package/src/uxf/UxfFormulaParser/grammerParser/grammarParser.js +0 -551
  353. package/src/uxf/UxfFormulaParser/grammerParser/spanHelpers.js +0 -65
  354. package/src/uxf/UxfFormulaParser/index.ts +0 -4
  355. package/src/uxf/UxfFormulaParser/parser.ts +0 -64
  356. package/src/uxf/UxfFormulaParser/utils/getErrorMsg.ts +0 -13
  357. package/src/uxf/constants.ts +0 -4
  358. package/src/uxf/index.ts +0 -2
  359. package/src/uxf/tectonicIdGenerator.ts +0 -78
@@ -0,0 +1,2334 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ToShapeStepConfigs = exports.ToRecordStepConfigs = void 0;
4
+ exports.ToRecordStepConfigs = {
5
+ applicationNavigator: {
6
+ applicationMenuVisibility: {
7
+ name: 'Application Menu Visibility',
8
+ stepConfigId: '6228cf753752030064a52f3c8e41f1a8',
9
+ variables: {
10
+ notVisible: {
11
+ field: 'not_visible_applications',
12
+ order: 400,
13
+ inputVariableId: '1b52683573220300c79260bdfaf6a763',
14
+ type: 'glide_list',
15
+ },
16
+ assertVisible: {
17
+ field: 'visible_assert_type',
18
+ order: 100,
19
+ inputVariableId: '746a8fb53752030064a52f3c8e41f14c',
20
+ type: 'choice',
21
+ default: 'at_least_applications_visible',
22
+ },
23
+ assertNotVisible: {
24
+ field: 'not_visible_assert_type',
25
+ order: 300,
26
+ inputVariableId: 'abc1e03573220300c79260bdfaf6a7f0',
27
+ type: 'choice',
28
+ default: 'at_least_applications_not_visible',
29
+ },
30
+ navigator: {
31
+ field: 'navigator',
32
+ order: 50,
33
+ inputVariableId: 'e26225ab73f22010ac1560bdfaf6a7e0',
34
+ type: 'choice',
35
+ default: 'ui15',
36
+ },
37
+ visible: {
38
+ field: 'visible_applications',
39
+ order: 200,
40
+ inputVariableId: 'e9994bb53752030064a52f3c8e41f1a9',
41
+ type: 'glide_list',
42
+ },
43
+ },
44
+ },
45
+ navigateToModule: {
46
+ name: 'Navigate to Module',
47
+ stepConfigId: 'c832fc4073720300c79260bdfaf6a7a0',
48
+ variables: {
49
+ module: {
50
+ field: 'module',
51
+ order: 100,
52
+ inputVariableId: 'b6d2b40c73720300c79260bdfaf6a786',
53
+ type: 'reference',
54
+ },
55
+ },
56
+ },
57
+ moduleVisibility: {
58
+ name: 'Module Visibility',
59
+ stepConfigId: 'f7cfc1973702030064a52f3c8e41f1d3',
60
+ variables: {
61
+ visibleModules: {
62
+ field: 'visible_modules',
63
+ order: 200,
64
+ inputVariableId: '4a3319d73702030064a52f3c8e41f1a9',
65
+ type: 'glide_list',
66
+ },
67
+ assertNotVisible: {
68
+ field: 'not_visible_assert_type',
69
+ order: 300,
70
+ inputVariableId: '8570e0e33756030064a52f3c8e41f16c',
71
+ type: 'choice',
72
+ default: 'at_least_modules_not_visible',
73
+ },
74
+ assertVisible: {
75
+ field: 'visible_assert_type',
76
+ order: 100,
77
+ inputVariableId: '90749dd73702030064a52f3c8e41f12d',
78
+ type: 'choice',
79
+ default: 'at_least_modules_visible',
80
+ },
81
+ notVisibleModules: {
82
+ field: 'not_visible_modules',
83
+ order: 400,
84
+ inputVariableId: '932d14a33756030064a52f3c8e41f120',
85
+ type: 'glide_list',
86
+ },
87
+ navigator: {
88
+ field: 'navigator',
89
+ order: 50,
90
+ inputVariableId: 'b4e438ae73322010ac1560bdfaf6a7a2',
91
+ type: 'choice',
92
+ default: 'ui15',
93
+ },
94
+ },
95
+ },
96
+ },
97
+ email: {
98
+ validateOutboundEmailGeneratedByFlow: {
99
+ name: 'Validate Outbound Email Generated by Flow',
100
+ stepConfigId: '0d09dae4c3033300eaac11fe81d3ae1a',
101
+ variables: {
102
+ conditions: {
103
+ field: 'conditions',
104
+ order: 100,
105
+ inputVariableId: '5b6d7bf8c3033300eaac11fe81d3ae4a',
106
+ type: 'conditions',
107
+ default: 'stateANYTHING^recipientsANYTHING^user_idANYTHING^subjectANYTHING^bodyANYTHING^EQ',
108
+ },
109
+ sourceFlow: {
110
+ field: 'source_flow',
111
+ order: 100,
112
+ inputVariableId: '822fb73cc3033300eaac11fe81d3ae34',
113
+ type: 'reference',
114
+ mandatory: true,
115
+ },
116
+ table: {
117
+ field: 'table_name',
118
+ order: 100,
119
+ inputVariableId: 'bd5df7f8c3033300eaac11fe81d3aef1',
120
+ type: 'table_name',
121
+ default: 'sys_email',
122
+ },
123
+ },
124
+ defaultTimeout: '1970-01-01 00:00:30',
125
+ },
126
+ generateRandomString: {
127
+ name: 'Generate Random String',
128
+ stepConfigId: '263313e4c3123300eaac11fe81d3aef9',
129
+ variables: {
130
+ length: {
131
+ field: 'length',
132
+ order: 100,
133
+ inputVariableId: '594393e4c3123300eaac11fe81d3aef0',
134
+ type: 'integer',
135
+ default: 10,
136
+ },
137
+ },
138
+ },
139
+ validateOutboundEmail: {
140
+ name: 'Validate Outbound Email',
141
+ stepConfigId: '32911152c3833300eaac11fe81d3ae82',
142
+ variables: {
143
+ conditions: {
144
+ field: 'conditions',
145
+ order: 100,
146
+ inputVariableId: '7d821952c3833300eaac11fe81d3ae2e',
147
+ type: 'conditions',
148
+ default: 'stateANYTHING^recipientsANYTHING^user_idANYTHING^subjectANYTHING^bodyANYTHING^headersANYTHING^EQ',
149
+ mandatory: true,
150
+ },
151
+ table: {
152
+ field: 'table_name',
153
+ order: 100,
154
+ inputVariableId: '80625552c3833300eaac11fe81d3aedc',
155
+ type: 'table_name',
156
+ default: 'sys_email',
157
+ },
158
+ },
159
+ defaultTimeout: '1970-01-01 00:00:30',
160
+ },
161
+ validateOutboundEmailGeneratedByNotification: {
162
+ name: 'Validate Outbound Email Generated by Notification',
163
+ stepConfigId: 'a5600fa0c3033300eaac11fe81d3ae6a',
164
+ variables: {
165
+ table: {
166
+ field: 'table_name',
167
+ order: 100,
168
+ inputVariableId: '13a08fa0c3033300eaac11fe81d3aecf',
169
+ type: 'table_name',
170
+ default: 'sys_email',
171
+ },
172
+ sourceNotification: {
173
+ field: 'source_notification',
174
+ order: 100,
175
+ inputVariableId: '92c42ff0c3033300eaac11fe81d3aec0',
176
+ type: 'reference',
177
+ mandatory: true,
178
+ },
179
+ conditions: {
180
+ field: 'conditions',
181
+ order: 100,
182
+ inputVariableId: 'd30577f4c3033300eaac11fe81d3ae3e',
183
+ type: 'conditions',
184
+ default: 'stateANYTHING^recipientsANYTHING^user_idANYTHING^subjectANYTHING^bodyANYTHING^EQ',
185
+ },
186
+ },
187
+ defaultTimeout: '1970-01-01 00:00:30',
188
+ },
189
+ generateInboundReplyEmail: {
190
+ name: 'Generate Inbound Reply Email',
191
+ stepConfigId: 'b4549a71c3623300eaac11fe81d3ae15',
192
+ variables: {
193
+ targetRecord: {
194
+ field: 'target_record',
195
+ order: 100,
196
+ inputVariableId: '70c7df8ac3223300eaac11fe81d3aef2',
197
+ type: 'document_id',
198
+ mandatory: true,
199
+ },
200
+ subject: {
201
+ field: 'subject',
202
+ order: 100,
203
+ inputVariableId: '991516b1c3623300eaac11fe81d3aefa',
204
+ type: 'string',
205
+ },
206
+ body: {
207
+ field: 'body',
208
+ order: 100,
209
+ inputVariableId: 'a12596b1c3623300eaac11fe81d3ae1f',
210
+ type: 'string',
211
+ },
212
+ targetTable: {
213
+ field: 'target_table',
214
+ order: 100,
215
+ inputVariableId: 'b7948756c3323300eaac11fe81d3ae2d',
216
+ type: 'table_name',
217
+ mandatory: true,
218
+ },
219
+ from: {
220
+ field: 'from',
221
+ order: 100,
222
+ inputVariableId: 'cc05d2b1c3623300eaac11fe81d3aeda',
223
+ type: 'string',
224
+ },
225
+ to: {
226
+ field: 'to',
227
+ order: 100,
228
+ inputVariableId: 'e274d271c3623300eaac11fe81d3aebe',
229
+ type: 'string',
230
+ mandatory: true,
231
+ },
232
+ },
233
+ },
234
+ generateInboundEmail: {
235
+ name: 'Generate Inbound Email',
236
+ stepConfigId: 'e0e6f84ac3523300eaac11fe81d3ae03',
237
+ variables: {
238
+ from: {
239
+ field: 'from',
240
+ order: 100,
241
+ inputVariableId: '41a99fe1c3323300eaac11fe81d3ae7d',
242
+ type: 'string',
243
+ },
244
+ to: {
245
+ field: 'to',
246
+ order: 100,
247
+ inputVariableId: '61991fe1c3323300eaac11fe81d3aef1',
248
+ type: 'string',
249
+ mandatory: true,
250
+ },
251
+ subject: {
252
+ field: 'subject',
253
+ order: 100,
254
+ inputVariableId: '63a9dfe1c3323300eaac11fe81d3ae70',
255
+ type: 'string',
256
+ },
257
+ body: {
258
+ field: 'body',
259
+ order: 100,
260
+ inputVariableId: '85899be1c3323300eaac11fe81d3aea1',
261
+ type: 'string',
262
+ },
263
+ },
264
+ },
265
+ },
266
+ form: {
267
+ openNewForm: {
268
+ name: 'Open a New Form',
269
+ stepConfigId: '05317cd10b10220050192f15d6673af8',
270
+ variables: {
271
+ view: {
272
+ field: 'view',
273
+ order: 200,
274
+ inputVariableId: '27d4e1c25320220002c6435723dc3486',
275
+ type: 'string',
276
+ },
277
+ recordPath: {
278
+ field: 'record_path',
279
+ order: 100,
280
+ inputVariableId: '3a662f60a3023110571967d1361e6134',
281
+ type: 'string',
282
+ default: 'record',
283
+ },
284
+ formUI: {
285
+ field: 'form_ui',
286
+ order: 50,
287
+ inputVariableId: '6f2a59a4e7133300b5646ea8c2f6a975',
288
+ type: 'choice',
289
+ default: 'standard_ui',
290
+ },
291
+ table: {
292
+ field: 'table',
293
+ order: 100,
294
+ inputVariableId: 'bb84ed825320220002c6435723dc3400',
295
+ type: 'table_name',
296
+ mandatory: true,
297
+ },
298
+ },
299
+ },
300
+ clickUIAction: {
301
+ name: 'Click a UI Action',
302
+ stepConfigId: '0f4a128297202200abe4bb7503ac4af0',
303
+ variables: {
304
+ actionType: {
305
+ field: 'action_type',
306
+ order: 150,
307
+ inputVariableId: '334ea2f153212110248dddeeff7b1255',
308
+ type: 'choice',
309
+ default: 'ui_action',
310
+ },
311
+ table: {
312
+ field: 'table',
313
+ order: 100,
314
+ inputVariableId: '3eee292353e0220002c6435723dc343c',
315
+ type: 'table_name',
316
+ mandatory: true,
317
+ },
318
+ declarativeAction: {
319
+ field: 'declarative_action',
320
+ order: 400,
321
+ inputVariableId: '51547e3953212110248dddeeff7b126b',
322
+ type: 'reference',
323
+ },
324
+ formUI: {
325
+ field: 'form_ui',
326
+ order: 50,
327
+ inputVariableId: '535cb5ab53233300f06fddeeff7b1247',
328
+ type: 'choice',
329
+ default: 'standard_ui',
330
+ },
331
+ assert: {
332
+ field: 'assert_type',
333
+ order: 500,
334
+ inputVariableId: '7600f16353e0220002c6435723dc34d5',
335
+ type: 'choice',
336
+ },
337
+ uiAction: {
338
+ field: 'ui_action',
339
+ order: 400,
340
+ inputVariableId: '7c5f6d2353e0220002c6435723dc34f6',
341
+ type: 'reference',
342
+ },
343
+ },
344
+ defaultTimeout: '1970-01-01 00:00:05',
345
+ },
346
+ fieldValueValidation: {
347
+ name: 'Field Values Validation',
348
+ stepConfigId: '1b97cd31872022008182c9ded0e3ece5',
349
+ variables: {
350
+ conditions: {
351
+ field: 'conditions',
352
+ order: 200,
353
+ inputVariableId: '4aa838f25320220002c6435723dc34e1',
354
+ type: 'conditions',
355
+ mandatory: true,
356
+ },
357
+ table: {
358
+ field: 'table',
359
+ order: 100,
360
+ inputVariableId: 'a0e13cc35320220002c6435723dc3467',
361
+ type: 'table_name',
362
+ mandatory: true,
363
+ },
364
+ formUI: {
365
+ field: 'form_ui',
366
+ order: 50,
367
+ inputVariableId: 'c83b5337e7633300e12127d8d2f6a98b',
368
+ type: 'choice',
369
+ default: 'standard_ui',
370
+ },
371
+ },
372
+ defaultTimeout: '1970-01-01 00:00:05',
373
+ },
374
+ fieldStateValidation: {
375
+ name: 'Field State Validation',
376
+ stepConfigId: '1dfece935332120028bc29cac2dc3478',
377
+ variables: {
378
+ visible: {
379
+ field: 'visible',
380
+ order: 200,
381
+ inputVariableId: '0cd9df135320220002c6435723dc3426',
382
+ type: 'field_list',
383
+ },
384
+ readOnly: {
385
+ field: 'read_only',
386
+ order: 300,
387
+ inputVariableId: '592a17535320220002c6435723dc34d7',
388
+ type: 'field_list',
389
+ },
390
+ mandatory: {
391
+ field: 'mandatory',
392
+ order: 400,
393
+ inputVariableId: '6e5a1b535320220002c6435723dc3498',
394
+ type: 'field_list',
395
+ },
396
+ notMandatory: {
397
+ field: 'not_mandatory',
398
+ order: 410,
399
+ inputVariableId: '787a9b535320220002c6435723dc3455',
400
+ type: 'field_list',
401
+ },
402
+ table: {
403
+ field: 'table',
404
+ order: 100,
405
+ inputVariableId: '80f953535320220002c6435723dc340f',
406
+ type: 'table_name',
407
+ mandatory: true,
408
+ },
409
+ formUI: {
410
+ field: 'form_ui',
411
+ order: 50,
412
+ inputVariableId: 'b1fefcde73633300b19898b8caf6a7af',
413
+ type: 'choice',
414
+ default: 'standard_ui',
415
+ },
416
+ notReadOnly: {
417
+ field: 'not_read_only',
418
+ order: 310,
419
+ inputVariableId: 'e63a97535320220002c6435723dc34b8',
420
+ type: 'field_list',
421
+ },
422
+ notVisible: {
423
+ field: 'not_visible',
424
+ order: 210,
425
+ inputVariableId: 'e81ad3535320220002c6435723dc340c',
426
+ type: 'field_list',
427
+ },
428
+ },
429
+ defaultTimeout: '1970-01-01 00:00:05',
430
+ },
431
+ clickModalButton: {
432
+ name: 'Click Modal Button',
433
+ stepConfigId: '22aed143dfe0220062fe6c7a4df2639d',
434
+ variables: {
435
+ assert: {
436
+ field: 'assert_type',
437
+ order: 100,
438
+ inputVariableId: '22cf38c26721130091d005225685ef81',
439
+ type: 'choice',
440
+ },
441
+ assertTimeout: {
442
+ field: 'assertion_timeout',
443
+ order: 100,
444
+ inputVariableId: '6354395e6761130091d005225685ef4e',
445
+ type: 'glide_duration',
446
+ default: '00:00:05',
447
+ },
448
+ uiPage: {
449
+ field: 'ui_page',
450
+ order: 100,
451
+ inputVariableId: '6fe5aad0c3302200f25d174292d3aeba',
452
+ type: 'reference',
453
+ },
454
+ button: {
455
+ field: 'button',
456
+ order: 200,
457
+ inputVariableId: 'a325ae60c3302200f25d174292d3aebf',
458
+ type: 'string',
459
+ },
460
+ values: {
461
+ field: 'modal_values',
462
+ order: 250,
463
+ inputVariableId: 'd7c942e753a33300ac15ddeeff7b128e',
464
+ type: 'simple_name_values',
465
+ },
466
+ action: {
467
+ field: 'modal_action',
468
+ order: 300,
469
+ inputVariableId: 'e5a3e12353633300ac15ddeeff7b125c',
470
+ type: 'choice',
471
+ default: 'confirm',
472
+ },
473
+ formUI: {
474
+ field: 'form_ui',
475
+ order: 50,
476
+ inputVariableId: 'e9b1cdde53233300ac15ddeeff7b12c2',
477
+ type: 'choice',
478
+ default: 'standard_ui',
479
+ },
480
+ },
481
+ defaultTimeout: '1970-01-01 00:00:05',
482
+ },
483
+ clickDeclarativeAction: {
484
+ name: 'Click a Declarative Action',
485
+ stepConfigId: '49e34cbe433131106580a9bb1cb8f25c',
486
+ variables: {
487
+ assert: {
488
+ field: 'assert_type',
489
+ order: 400,
490
+ inputVariableId: '7cd44032437131106580a9bb1cb8f283',
491
+ type: 'choice',
492
+ },
493
+ table: {
494
+ field: 'table',
495
+ order: 200,
496
+ inputVariableId: 'bc1400fe433131106580a9bb1cb8f2d9',
497
+ type: 'table_name',
498
+ mandatory: true,
499
+ },
500
+ formUI: {
501
+ field: 'form_ui',
502
+ order: 100,
503
+ inputVariableId: 'eb5dd0b6433131106580a9bb1cb8f2c8',
504
+ type: 'choice',
505
+ },
506
+ declarativeAction: {
507
+ field: 'declarative_action',
508
+ order: 300,
509
+ inputVariableId: 'f27484fe433131106580a9bb1cb8f273',
510
+ type: 'reference',
511
+ mandatory: true,
512
+ },
513
+ },
514
+ },
515
+ openExistingRecord: {
516
+ name: 'Open an Existing Record',
517
+ stepConfigId: '5f2e0e535332120028bc29cac2dc34d3',
518
+ variables: {
519
+ formUI: {
520
+ field: 'form_ui',
521
+ order: 50,
522
+ inputVariableId: '17d732a9c7a333005e5c45b881c26007',
523
+ type: 'choice',
524
+ default: 'standard_ui',
525
+ },
526
+ view: {
527
+ field: 'view',
528
+ order: 300,
529
+ inputVariableId: '6e55da4e53a0220002c6435723dc34a0',
530
+ type: 'string',
531
+ },
532
+ recordPath: {
533
+ field: 'record_path',
534
+ order: 100,
535
+ inputVariableId: '74d6e7a0a3023110571967d1361e616b',
536
+ type: 'string',
537
+ default: 'record',
538
+ },
539
+ recordId: {
540
+ field: 'record_id',
541
+ order: 200,
542
+ inputVariableId: 'ad351a4e53a0220002c6435723dc34f0',
543
+ type: 'document_id',
544
+ mandatory: true,
545
+ },
546
+ table: {
547
+ field: 'table',
548
+ order: 100,
549
+ inputVariableId: 'b124164e53a0220002c6435723dc34c5',
550
+ type: 'table_name',
551
+ mandatory: true,
552
+ },
553
+ selectedTabIndex: {
554
+ field: 'selected_tab_index',
555
+ order: 400,
556
+ inputVariableId: 'c2eb56e853422110248dddeeff7b1261',
557
+ type: 'integer',
558
+ default: 1,
559
+ },
560
+ },
561
+ },
562
+ addAttachmentsToForm: {
563
+ name: 'Add Attachments to Form',
564
+ stepConfigId: '6932ee40b760330044026848ee11a960',
565
+ variables: {},
566
+ },
567
+ submitForm: {
568
+ name: 'Submit a Form',
569
+ stepConfigId: 'be8e0a935332120028bc29cac2dc34e4',
570
+ variables: {
571
+ formUI: {
572
+ field: 'form_ui',
573
+ order: 50,
574
+ inputVariableId: 'ae8b91c9ffa333008d3f5d9ad53bf1ba',
575
+ type: 'choice',
576
+ default: 'standard_ui',
577
+ },
578
+ assert: {
579
+ field: 'assert_type',
580
+ order: 100,
581
+ inputVariableId: 'c796d40497302200abe4bb7503ac4ad8',
582
+ type: 'choice',
583
+ },
584
+ },
585
+ defaultTimeout: '1970-01-01 00:00:05',
586
+ },
587
+ declarativeActionVisibility: {
588
+ name: 'Declarative Action Visibility',
589
+ stepConfigId: 'c52ed987437131106580a9bb1cb8f2b8',
590
+ variables: {
591
+ formUI: {
592
+ field: 'form_ui',
593
+ order: 50,
594
+ inputVariableId: '2a3e91c7437131106580a9bb1cb8f283',
595
+ type: 'choice',
596
+ default: 'standard_ui',
597
+ },
598
+ visible: {
599
+ field: 'visible',
600
+ order: 200,
601
+ inputVariableId: '692ed987437131106580a9bb1cb8f2bc',
602
+ type: 'glide_list',
603
+ },
604
+ notVisible: {
605
+ field: 'not_visible',
606
+ order: 300,
607
+ inputVariableId: 'c03e51c7437131106580a9bb1cb8f2bd',
608
+ type: 'glide_list',
609
+ },
610
+ table: {
611
+ field: 'table',
612
+ order: 100,
613
+ inputVariableId: 'd13e91c7437131106580a9bb1cb8f22d',
614
+ type: 'table_name',
615
+ mandatory: true,
616
+ },
617
+ },
618
+ },
619
+ uiActionVisibility: {
620
+ name: 'UI Action Visibility',
621
+ stepConfigId: 'd8fdf5e10b1022009cfdc71437673adc',
622
+ variables: {
623
+ visible: {
624
+ field: 'visible',
625
+ order: 200,
626
+ inputVariableId: '56e6bee65320220002c6435723dc34b9',
627
+ type: 'glide_list',
628
+ },
629
+ notVisible: {
630
+ field: 'not_visible',
631
+ order: 300,
632
+ inputVariableId: '6619c7aa5320220002c6435723dc34e2',
633
+ type: 'glide_list',
634
+ },
635
+ table: {
636
+ field: 'table',
637
+ order: 100,
638
+ inputVariableId: 'ba62b4075320220002c6435723dc34b9',
639
+ type: 'table_name',
640
+ mandatory: true,
641
+ },
642
+ formUI: {
643
+ field: 'form_ui',
644
+ order: 50,
645
+ inputVariableId: 'bc43e004c76733005e5c45b881c26046',
646
+ type: 'choice',
647
+ default: 'standard_ui',
648
+ },
649
+ },
650
+ defaultTimeout: '1970-01-01 00:00:05',
651
+ },
652
+ setFieldValue: {
653
+ name: 'Set Field Values',
654
+ stepConfigId: 'fcae4a935332120028bc29cac2dc340e',
655
+ variables: {
656
+ table: {
657
+ field: 'table',
658
+ order: 100,
659
+ inputVariableId: '424ca6465320220002c6435723dc34b5',
660
+ type: 'table_name',
661
+ mandatory: true,
662
+ },
663
+ formUI: {
664
+ field: 'form_ui',
665
+ order: 50,
666
+ inputVariableId: '946f3c1a0f23330072e6452bc4767eda',
667
+ type: 'choice',
668
+ default: 'standard_ui',
669
+ },
670
+ fieldValues: {
671
+ field: 'field_values',
672
+ order: 100,
673
+ inputVariableId: 'b3dba2465320220002c6435723dc34f0',
674
+ type: 'template_value',
675
+ mandatory: true,
676
+ },
677
+ },
678
+ },
679
+ },
680
+ reporting: {
681
+ reportVisibility: {
682
+ name: 'Report Visibility',
683
+ stepConfigId: 'e6b32c570b10230083332dc3b6673a14',
684
+ variables: {
685
+ report: {
686
+ field: 'report_id',
687
+ order: 100,
688
+ inputVariableId: '6f5d6cd30b10230083332dc3b6673a78',
689
+ type: 'reference',
690
+ mandatory: true,
691
+ },
692
+ assert: {
693
+ field: 'assert_type',
694
+ order: 200,
695
+ inputVariableId: 'ebcd20170b10230083332dc3b6673aa5',
696
+ type: 'choice',
697
+ default: 'can_view_report',
698
+ mandatory: true,
699
+ },
700
+ },
701
+ },
702
+ },
703
+ responsiveDashboard: {
704
+ responsiveDashboardVisibility: {
705
+ name: 'Responsive Dashboard Visibility',
706
+ stepConfigId: '60a41086b31023003e5362ff86a8dc28',
707
+ variables: {
708
+ dashboard: {
709
+ field: 'dashboard_id',
710
+ order: 100,
711
+ inputVariableId: '27f558c6b31023003e5362ff86a8dc5b',
712
+ type: 'reference',
713
+ mandatory: true,
714
+ },
715
+ assert: {
716
+ field: 'assert_type',
717
+ order: 200,
718
+ inputVariableId: '4bb8c906b31023003e5362ff86a8dc9f',
719
+ type: 'choice',
720
+ default: 'dashboard_is_visible',
721
+ mandatory: true,
722
+ },
723
+ },
724
+ },
725
+ responsiveDashboardSharing: {
726
+ name: 'Responsive Dashboard Sharing',
727
+ stepConfigId: 'd4df4ce30b13130083332dc3b6673a29',
728
+ variables: {
729
+ dashboard: {
730
+ field: 'dashboard_id',
731
+ order: 100,
732
+ inputVariableId: '1e6094270b13130083332dc3b6673a42',
733
+ type: 'reference',
734
+ mandatory: true,
735
+ },
736
+ assert: {
737
+ field: 'assert_type',
738
+ order: 200,
739
+ inputVariableId: '4a23d0670b13130083332dc3b6673adb',
740
+ type: 'choice',
741
+ default: 'can_share_dashboard',
742
+ mandatory: true,
743
+ },
744
+ },
745
+ },
746
+ },
747
+ rest: {
748
+ assertStatusCode: {
749
+ name: 'Assert Status Code',
750
+ stepConfigId: '2f4fa7309f132200ef4afa7dc67fcf0f',
751
+ variables: {
752
+ operation: {
753
+ field: 'response_operation',
754
+ order: 100,
755
+ inputVariableId: '1d94cb1f3b8032000774229c93efc419',
756
+ type: 'choice',
757
+ default: 'equals',
758
+ },
759
+ statusCode: {
760
+ field: 'status_code',
761
+ order: 110,
762
+ inputVariableId: '9f5f67709f132200ef4afa7dc67fcf94',
763
+ type: 'integer',
764
+ mandatory: true,
765
+ },
766
+ },
767
+ },
768
+ assertStatusCodeName: {
769
+ name: 'Assert Status Code Name',
770
+ stepConfigId: '49213f709f132200ef4afa7dc67fcfd0',
771
+ variables: {
772
+ codeName: {
773
+ field: 'code_name',
774
+ order: 110,
775
+ inputVariableId: '6a61b3b09f132200ef4afa7dc67fcf36',
776
+ type: 'string',
777
+ },
778
+ operation: {
779
+ field: 'response_operation',
780
+ order: 100,
781
+ inputVariableId: '813133b09f132200ef4afa7dc67fcf6b',
782
+ type: 'choice',
783
+ default: 'contains',
784
+ },
785
+ },
786
+ },
787
+ assertXMLResponsePayloadElement: {
788
+ name: 'Assert XML Response Payload Element',
789
+ stepConfigId: '7b403b079f132200ef4afa7dc67fcf8c',
790
+ variables: {
791
+ operation: {
792
+ field: 'response_operation',
793
+ order: 110,
794
+ inputVariableId: '588e23959f232200ef4afa7dc67fcfd4',
795
+ type: 'choice',
796
+ default: 'exists',
797
+ },
798
+ elementPath: {
799
+ field: 'element_name',
800
+ order: 100,
801
+ inputVariableId: '9afdef559f232200ef4afa7dc67fcf6a',
802
+ type: 'string',
803
+ mandatory: true,
804
+ },
805
+ elementValue: {
806
+ field: 'element_value',
807
+ order: 120,
808
+ inputVariableId: 'd9dfab959f232200ef4afa7dc67fcf2c',
809
+ type: 'string',
810
+ },
811
+ },
812
+ },
813
+ assertResponseTime: {
814
+ name: 'Assert Response Time',
815
+ stepConfigId: '8afa37419f132200ef4afa7dc67fcf7f',
816
+ variables: {
817
+ operation: {
818
+ field: 'response_operation',
819
+ order: 100,
820
+ inputVariableId: '480b3b819f132200ef4afa7dc67fcf33',
821
+ type: 'choice',
822
+ default: 'less_than',
823
+ },
824
+ responseTime: {
825
+ field: 'response_time',
826
+ order: 110,
827
+ inputVariableId: 'ddab3f819f132200ef4afa7dc67fcf2b',
828
+ type: 'integer',
829
+ mandatory: true,
830
+ },
831
+ },
832
+ },
833
+ assertJsonResponsePayloadElement: {
834
+ name: 'Assert JSON Response Payload Element',
835
+ stepConfigId: 'afc114199f132200ef4afa7dc67fcf64',
836
+ variables: {
837
+ operation: {
838
+ field: 'response_operation',
839
+ order: 110,
840
+ inputVariableId: '2db298199f132200ef4afa7dc67fcfbc',
841
+ type: 'choice',
842
+ default: 'exists',
843
+ },
844
+ elementName: {
845
+ field: 'element_name',
846
+ order: 100,
847
+ inputVariableId: '5a9258199f132200ef4afa7dc67fcfb4',
848
+ type: 'string',
849
+ mandatory: true,
850
+ },
851
+ elementValue: {
852
+ field: 'element_value',
853
+ order: 120,
854
+ inputVariableId: '7b139c199f132200ef4afa7dc67fcfb3',
855
+ type: 'string',
856
+ },
857
+ },
858
+ },
859
+ assertResponseHeader: {
860
+ name: 'Assert Response Header',
861
+ stepConfigId: 'ccd64c519f132200ef4afa7dc67fcf6a',
862
+ variables: {
863
+ headerValue: {
864
+ field: 'header_value',
865
+ order: 120,
866
+ inputVariableId: '19280c919f132200ef4afa7dc67fcf16',
867
+ type: 'string',
868
+ },
869
+ operation: {
870
+ field: 'response_operation',
871
+ order: 110,
872
+ inputVariableId: '416784919f132200ef4afa7dc67fcff4',
873
+ type: 'choice',
874
+ default: 'exists',
875
+ },
876
+ headerName: {
877
+ field: 'header_name',
878
+ order: 100,
879
+ inputVariableId: 'cd4744919f132200ef4afa7dc67fcf6e',
880
+ type: 'string',
881
+ mandatory: true,
882
+ },
883
+ },
884
+ },
885
+ assertResponsePayload: {
886
+ name: 'Assert Response Payload',
887
+ stepConfigId: 'd53e40d59f132200ef4afa7dc67fcfc7',
888
+ variables: {
889
+ operation: {
890
+ field: 'response_operation',
891
+ order: 100,
892
+ inputVariableId: 'ccae44d59f132200ef4afa7dc67fcf1e',
893
+ type: 'choice',
894
+ default: 'contains',
895
+ },
896
+ responseBody: {
897
+ field: 'response_body',
898
+ order: 110,
899
+ inputVariableId: 'f0eec4d59f132200ef4afa7dc67fcf6d',
900
+ type: 'string',
901
+ },
902
+ },
903
+ },
904
+ sendRestRequest: {
905
+ name: 'Send REST Request - Inbound',
906
+ stepConfigId: 'e00571a10b3222000b7da95e93673a8f',
907
+ variables: {
908
+ basicAuthentication: {
909
+ field: 'basic_auth',
910
+ order: 100,
911
+ inputVariableId: '020a6af09fd32200ef4afa7dc67fcfec',
912
+ type: 'reference',
913
+ },
914
+ path: {
915
+ field: 'end_point',
916
+ order: 2,
917
+ inputVariableId: '50bff9250b3222000b7da95e93673a9b',
918
+ type: 'string',
919
+ mandatory: true,
920
+ },
921
+ queryParameters: {
922
+ field: 'query_params',
923
+ order: 3,
924
+ inputVariableId: '58408e250b3222000b7da95e93673a5c',
925
+ type: 'simple_name_values',
926
+ },
927
+ method: {
928
+ field: 'http_method',
929
+ order: 1,
930
+ inputVariableId: '59877da10b3222000b7da95e93673a56',
931
+ type: 'choice',
932
+ default: 'get',
933
+ mandatory: true,
934
+ },
935
+ auth: {
936
+ field: 'auth_type',
937
+ order: 100,
938
+ inputVariableId: '6cdd0ab543010210b6f9a0246bb8f2f2',
939
+ type: 'choice',
940
+ default: 'basic',
941
+ },
942
+ body: {
943
+ field: 'request_body',
944
+ order: 5,
945
+ inputVariableId: '81e042650b3222000b7da95e93673aa2',
946
+ type: 'string',
947
+ },
948
+ mutualAuth: {
949
+ field: 'mutual_auth',
950
+ order: 100,
951
+ inputVariableId: '89ad06b543010210b6f9a0246bb8f2d7',
952
+ type: 'reference',
953
+ },
954
+ headers: {
955
+ field: 'headers',
956
+ order: 4,
957
+ inputVariableId: 'cec002650b3222000b7da95e93673aae',
958
+ type: 'simple_name_values',
959
+ },
960
+ },
961
+ },
962
+ assertResponseJSONPayloadIsValid: {
963
+ name: 'Assert Response JSON Payload Is Valid',
964
+ stepConfigId: 'f100f7079f132200ef4afa7dc67fcf42',
965
+ variables: {},
966
+ },
967
+ assertResponseXMLPayloadIsWellFormed: {
968
+ name: 'Assert Response XML Payload Is Well-Formed',
969
+ stepConfigId: 'f530dcd59f132200ef4afa7dc67fcf03',
970
+ variables: {},
971
+ },
972
+ },
973
+ server: {
974
+ impersonate: {
975
+ name: 'Impersonate',
976
+ stepConfigId: '071ee5b253331200040729cac2dc348d',
977
+ variables: {
978
+ user: {
979
+ field: 'user',
980
+ order: 100,
981
+ inputVariableId: '586e2c4253e0220002c6435723dc3415',
982
+ type: 'reference',
983
+ mandatory: true,
984
+ },
985
+ },
986
+ },
987
+ recordInsert: {
988
+ name: 'Record Insert',
989
+ stepConfigId: '14872288df60220062fe6c7a4df26319',
990
+ variables: {
991
+ table: {
992
+ field: 'table',
993
+ order: 200,
994
+ inputVariableId: '90144b535320220002c6435723dc3488',
995
+ type: 'table_name',
996
+ mandatory: true,
997
+ },
998
+ assert: {
999
+ field: 'assert_type',
1000
+ order: 100,
1001
+ inputVariableId: '9024a37f671003007ba405225685efe5',
1002
+ type: 'choice',
1003
+ default: 'record_successfully_inserted',
1004
+ },
1005
+ fieldValues: {
1006
+ field: 'field_values',
1007
+ order: 400,
1008
+ inputVariableId: 'dd54cf535320220002c6435723dc34fd',
1009
+ type: 'template_value',
1010
+ mandatory: true,
1011
+ },
1012
+ enforceSecurity: {
1013
+ field: 'enforce_security',
1014
+ order: 100,
1015
+ inputVariableId: 'e6e3c7535320220002c6435723dc3496',
1016
+ type: 'boolean',
1017
+ default: true,
1018
+ },
1019
+ },
1020
+ },
1021
+ recordUpdate: {
1022
+ name: 'Record Update',
1023
+ stepConfigId: '17a72288df60220062fe6c7a4df26397',
1024
+ variables: {
1025
+ assert: {
1026
+ field: 'assert_type',
1027
+ order: 100,
1028
+ inputVariableId: '334b7bb7675003007ba405225685ef72',
1029
+ type: 'choice',
1030
+ default: 'record_successfully_updated',
1031
+ },
1032
+ enforceSecurity: {
1033
+ field: 'enforce_security',
1034
+ order: 100,
1035
+ inputVariableId: '46dbcb535320220002c6435723dc3409',
1036
+ type: 'boolean',
1037
+ default: true,
1038
+ },
1039
+ recordId: {
1040
+ field: 'record_id',
1041
+ order: 300,
1042
+ inputVariableId: '501c8f535320220002c6435723dc34da',
1043
+ type: 'document_id',
1044
+ mandatory: true,
1045
+ },
1046
+ table: {
1047
+ field: 'table',
1048
+ order: 200,
1049
+ inputVariableId: '53fb0f535320220002c6435723dc34ec',
1050
+ type: 'table_name',
1051
+ mandatory: true,
1052
+ },
1053
+ fieldValues: {
1054
+ field: 'field_values',
1055
+ order: 400,
1056
+ inputVariableId: 'bc4c43935320220002c6435723dc34a2',
1057
+ type: 'template_value',
1058
+ mandatory: true,
1059
+ },
1060
+ },
1061
+ },
1062
+ recordValidation: {
1063
+ name: 'Record Validation',
1064
+ stepConfigId: '1f39a288df60220062fe6c7a4df2639d',
1065
+ variables: {
1066
+ recordId: {
1067
+ field: 'record_id',
1068
+ order: 200,
1069
+ inputVariableId: '52ed1e5b5360220002c6435723dc3421',
1070
+ type: 'document_id',
1071
+ mandatory: true,
1072
+ },
1073
+ assert: {
1074
+ field: 'assert_type',
1075
+ order: 100,
1076
+ inputVariableId: '67400008676003007ba405225685efa4',
1077
+ type: 'choice',
1078
+ default: 'record_validated',
1079
+ },
1080
+ table: {
1081
+ field: 'table',
1082
+ order: 100,
1083
+ inputVariableId: '6aad5a575360220002c6435723dc34b0',
1084
+ type: 'table_name',
1085
+ mandatory: true,
1086
+ },
1087
+ enforceSecurity: {
1088
+ field: 'enforce_security',
1089
+ order: 10,
1090
+ inputVariableId: 'cbddfa135320220002c6435723dc3415',
1091
+ type: 'boolean',
1092
+ default: true,
1093
+ },
1094
+ fieldValues: {
1095
+ field: 'field_values',
1096
+ order: 300,
1097
+ inputVariableId: 'ff6e125353a0220002c6435723dc3442',
1098
+ type: 'conditions',
1099
+ },
1100
+ },
1101
+ defaultTimeout: '1970-01-01 00:00:05',
1102
+ },
1103
+ setOutputVariables: {
1104
+ name: 'Set Output Variables',
1105
+ stepConfigId: '26302752a33012100df567d1361e61ef',
1106
+ variables: {},
1107
+ },
1108
+ recordQuery: {
1109
+ name: 'Record Query',
1110
+ stepConfigId: '2d82e3c7531400109e02ddeeff7b12a7',
1111
+ variables: {
1112
+ enforceSecurity: {
1113
+ field: 'enforce_security',
1114
+ order: 100,
1115
+ inputVariableId: '02fb0027531000109e02ddeeff7b120b',
1116
+ type: 'boolean',
1117
+ },
1118
+ table: {
1119
+ field: 'table',
1120
+ order: 300,
1121
+ inputVariableId: '78b8d86b531000109e02ddeeff7b12f3',
1122
+ type: 'table_name',
1123
+ mandatory: true,
1124
+ },
1125
+ fieldValues: {
1126
+ field: 'field_values',
1127
+ order: 400,
1128
+ inputVariableId: '915990ab531000109e02ddeeff7b12f8',
1129
+ type: 'conditions',
1130
+ mandatory: true,
1131
+ },
1132
+ assert: {
1133
+ field: 'assert_type',
1134
+ order: 200,
1135
+ inputVariableId: 'b86c0427531000109e02ddeeff7b1227',
1136
+ type: 'choice',
1137
+ default: 'records_match_query',
1138
+ },
1139
+ },
1140
+ defaultTimeout: '1970-01-01 00:00:05',
1141
+ },
1142
+ runServerSideScript: {
1143
+ name: 'Run Server Side Script',
1144
+ stepConfigId: '41de4a935332120028bc29cac2dc349a',
1145
+ variables: {
1146
+ jasmineVersion: {
1147
+ field: 'jasmine_version',
1148
+ order: 100,
1149
+ inputVariableId: '42f2564b73031300440211d8faf6a777',
1150
+ type: 'choice',
1151
+ default: '3.1',
1152
+ mandatory: true,
1153
+ },
1154
+ script: {
1155
+ field: 'script',
1156
+ order: 200,
1157
+ inputVariableId: '989d9e235324220002c6435723dc3484',
1158
+ type: 'script',
1159
+ default: `// You can use this step to execute a variety of server-side javascript tests including
1160
+ // jasmine tests and custom assertions
1161
+ //
1162
+ //
1163
+ // Pass or fail a step: Override the step outcome to pass or fail. This is ignored
1164
+ // by jasmine tests
1165
+ //
1166
+ // - Return true from the main function body to pass the step
1167
+ // - Return false from the main function body to fail the step
1168
+ //
1169
+ //
1170
+ // outputs: Pre-defined Step config Output variables to set on this step during
1171
+ // execution that are available to later steps
1172
+ //
1173
+ // steps(SYS_ID): A function to retrieve Output variable data from a step that executed
1174
+ // earlier in the test. The desired step's sys_id is required
1175
+ //
1176
+ // params: The current test run data set's parameter data including both
1177
+ // exclusive and shared parameters
1178
+ //
1179
+ // Example:
1180
+ //
1181
+ // // Test step 1 - add data
1182
+ // var gr = new GlideRecord('sc_task');
1183
+ // // If parameterized testing is enabled, parameters are stored in the params object
1184
+ // gr.setValue('short_description', params.u_my_short_description)
1185
+ // gr.setValue('caller', params.u_my_user.manager)
1186
+ // // this sample step's Step config has Output variables named table and record_id
1187
+ // outputs.table = 'sc_task';
1188
+ // outputs.record_id = gr.insert();
1189
+ //
1190
+ // // Test step 2 - access added data and validate
1191
+ // // check that the record exists (or that business logic changed it)
1192
+ // var gr = new GlideRecord("sc_task");
1193
+ // gr.get(steps(PREVIOUS_STEP_SYS_ID).record_id);
1194
+ // assertEqual({name: "task gr exists", shouldbe: true, value: gr.isValidRecord()});
1195
+ //
1196
+ //
1197
+ // stepResult.setOutputMessage: Log a message to step results after step executes.
1198
+ // Can only be called once or will overwrite previous
1199
+ // message
1200
+ //
1201
+ // Example:
1202
+ //
1203
+ // var gr = new GlideRecord('sc_task');
1204
+ // gr.setValue('short_description', 'verify task can be inserted');
1205
+ // var grSysId = gr.insert();
1206
+ // var justCreatedGR = new GlideRecord('sc_task');
1207
+ // if (justCreatedGR.get(grSysId)) {
1208
+ // stepResult.setOutputMessage("Successfully inserted task record");
1209
+ // return true; // pass the step
1210
+ // } else {
1211
+ // stepResult.setOutputMessage("Failed to insert task record");
1212
+ // return false; // fail the step
1213
+ // }
1214
+ //
1215
+ //
1216
+ // Note: describe is only supported in Global scope.
1217
+ // Use 'describe' to create a suite of test scripts and 'it' to define test expectations
1218
+ //
1219
+ // Example jasmine test:
1220
+ //
1221
+ // describe('my suite of script tests', function() {
1222
+ // it('should meet expectations', function() {
1223
+ // expect(true).not.toBe(false);
1224
+ // });
1225
+ // });
1226
+ // // make sure to uncomment jasmine.getEnv().execute(); outside the function body
1227
+ //
1228
+ //
1229
+ // assertEqual: A function used to compare that assertion.shouldbe == assertion.value;
1230
+ // in case of failure it throws an Error and logs that the assertion by
1231
+ // name has failed
1232
+ //
1233
+ // Example:
1234
+ //
1235
+ // var testAssertion = {
1236
+ // name: "my test assertion",
1237
+ // shouldbe: "expected value"
1238
+ // value: "actual value",
1239
+ // };
1240
+ // assertEqual(testAssertion); // throws Error, logs message to test step output
1241
+ //
1242
+ (function(outputs, steps, params, stepResult, assertEqual) {
1243
+ // add test script here
1244
+
1245
+ })(outputs, steps, params, stepResult, assertEqual);
1246
+ // uncomment the next line to execute this script as a jasmine test
1247
+ //jasmine.getEnv().execute();
1248
+ `,
1249
+ },
1250
+ },
1251
+ },
1252
+ addAttachmentsToExistingRecord: {
1253
+ name: 'Add Attachments to Existing Record',
1254
+ stepConfigId: '52c6cdb3b710330044026848ee11a91d',
1255
+ variables: {
1256
+ recordId: {
1257
+ field: 'record_id',
1258
+ order: 200,
1259
+ inputVariableId: '96f2dd0673203300440211d8faf6a77c',
1260
+ type: 'document_id',
1261
+ mandatory: true,
1262
+ },
1263
+ table: {
1264
+ field: 'table',
1265
+ order: 200,
1266
+ inputVariableId: 'dd184137b710330044026848ee11a96b',
1267
+ type: 'table_name',
1268
+ mandatory: true,
1269
+ },
1270
+ },
1271
+ },
1272
+ log: {
1273
+ name: 'Log',
1274
+ stepConfigId: '58ab71985f30220012b44adb7f46661e',
1275
+ variables: {
1276
+ log: {
1277
+ field: 'log',
1278
+ order: 100,
1279
+ inputVariableId: '523c79985f30220012b44adb7f46663a',
1280
+ type: 'string',
1281
+ },
1282
+ },
1283
+ },
1284
+ replayRequestItem: {
1285
+ name: 'Replay Request Item',
1286
+ stepConfigId: '7f49ec32532022008aaec57906dc3473',
1287
+ variables: {
1288
+ request_item: {
1289
+ field: 'request_item',
1290
+ order: 100,
1291
+ inputVariableId: '7ed0d66f53e0220002c6435723dc3441',
1292
+ type: 'reference',
1293
+ },
1294
+ },
1295
+ },
1296
+ recordDelete: {
1297
+ name: 'Record Delete',
1298
+ stepConfigId: '8df72288df60220062fe6c7a4df2636d',
1299
+ variables: {
1300
+ table: {
1301
+ field: 'table',
1302
+ order: 200,
1303
+ inputVariableId: '3d6d8b935320220002c6435723dc349c',
1304
+ type: 'table_name',
1305
+ mandatory: true,
1306
+ },
1307
+ recordId: {
1308
+ field: 'record_id',
1309
+ order: 300,
1310
+ inputVariableId: '8f7d0f935320220002c6435723dc3471',
1311
+ type: 'document_id',
1312
+ mandatory: true,
1313
+ },
1314
+ assert: {
1315
+ field: 'assert_type',
1316
+ order: 100,
1317
+ inputVariableId: 'c7e483f3671003007ba405225685effb',
1318
+ type: 'choice',
1319
+ default: 'record_successfully_deleted',
1320
+ },
1321
+ enforceSecurity: {
1322
+ field: 'enforce_security',
1323
+ order: 100,
1324
+ inputVariableId: 'd13d0b935320220002c6435723dc34c8',
1325
+ type: 'boolean',
1326
+ default: true,
1327
+ },
1328
+ },
1329
+ },
1330
+ searchForCatalogItem: {
1331
+ name: 'Search for a Catalog Item',
1332
+ stepConfigId: '96103fdfc3e0320076173b0ac3d3ae57',
1333
+ variables: {
1334
+ assertItem: {
1335
+ field: 'assert_item',
1336
+ order: 400,
1337
+ inputVariableId: '0ddfbbd3c324320076173b0ac3d3ae07',
1338
+ type: 'reference',
1339
+ mandatory: true,
1340
+ },
1341
+ searchInPortal: {
1342
+ field: 'search_in_portal',
1343
+ order: 100,
1344
+ inputVariableId: '16bb323787221300bcbf480688cb0bce',
1345
+ type: 'boolean',
1346
+ },
1347
+ catalog: {
1348
+ field: 'catalog',
1349
+ order: 200,
1350
+ inputVariableId: '45623b13c324320076173b0ac3d3aefc',
1351
+ type: 'reference',
1352
+ },
1353
+ searchTerm: {
1354
+ field: 'search_term',
1355
+ order: 100,
1356
+ inputVariableId: '4f32f713c324320076173b0ac3d3ae7e',
1357
+ type: 'string',
1358
+ mandatory: true,
1359
+ },
1360
+ category: {
1361
+ field: 'category',
1362
+ order: 300,
1363
+ inputVariableId: '82233f13c324320076173b0ac3d3aef7',
1364
+ type: 'reference',
1365
+ },
1366
+ assert: {
1367
+ field: 'assert_type',
1368
+ order: 500,
1369
+ inputVariableId: 'a588587787a91300e0ef0cf888cb0b01',
1370
+ type: 'choice',
1371
+ default: 'assert_item_present',
1372
+ },
1373
+ },
1374
+ },
1375
+ checkoutShoppingCart: {
1376
+ name: 'Checkout Shopping Cart',
1377
+ stepConfigId: '9a351369536303000a51ddeeff7b125b',
1378
+ variables: {
1379
+ deliveryAddress: {
1380
+ field: 'delivery_address',
1381
+ order: 300,
1382
+ inputVariableId: '4bd3647953a303000a51ddeeff7b126a',
1383
+ type: 'string',
1384
+ },
1385
+ specialInstructions: {
1386
+ field: 'special_instructions',
1387
+ order: 400,
1388
+ inputVariableId: '6573647953a303000a51ddeeff7b120b',
1389
+ type: 'string',
1390
+ },
1391
+ assert: {
1392
+ field: 'assert_type',
1393
+ order: 100,
1394
+ inputVariableId: '9c661769536303000a51ddeeff7b12d0',
1395
+ type: 'choice',
1396
+ default: 'checkout_successfull',
1397
+ mandatory: true,
1398
+ },
1399
+ requestedFor: {
1400
+ field: 'requested_for',
1401
+ order: 200,
1402
+ inputVariableId: 'f4d2607953a303000a51ddeeff7b1263',
1403
+ type: 'reference',
1404
+ },
1405
+ },
1406
+ },
1407
+ createUser: {
1408
+ name: 'Create a User',
1409
+ stepConfigId: 'd9bc5f21ff6033008d3f5d9ad53bf12d',
1410
+ variables: {
1411
+ fieldValues: {
1412
+ field: 'field_values',
1413
+ order: 100,
1414
+ inputVariableId: '1778a7480f20101091d0f00c97767e03',
1415
+ type: 'template_value',
1416
+ },
1417
+ firstName: {
1418
+ field: 'first_name',
1419
+ order: 100,
1420
+ inputVariableId: '1985e0ceff2433008d3f5d9ad53bf1ba',
1421
+ type: 'string',
1422
+ },
1423
+ lastName: {
1424
+ field: 'last_name',
1425
+ order: 100,
1426
+ inputVariableId: '6f69fc4aff6433008d3f5d9ad53bf18c',
1427
+ type: 'string',
1428
+ },
1429
+ roles: {
1430
+ field: 'roles',
1431
+ order: 100,
1432
+ inputVariableId: '8c07aba5ff6033008d3f5d9ad53bf13b',
1433
+ type: 'glide_list',
1434
+ },
1435
+ impersonate: {
1436
+ field: 'impersonate',
1437
+ order: 100,
1438
+ inputVariableId: '98c44875ffa033008d3f5d9ad53bf1fa',
1439
+ type: 'boolean',
1440
+ default: true,
1441
+ },
1442
+ groups: {
1443
+ field: 'groups',
1444
+ order: 100,
1445
+ inputVariableId: 'b27b2b29ff6033008d3f5d9ad53bf164',
1446
+ type: 'glide_list',
1447
+ },
1448
+ table: {
1449
+ field: 'table',
1450
+ order: 100,
1451
+ inputVariableId: 'ff06ab840f20101091d0f00c97767e6d',
1452
+ type: 'table_name',
1453
+ default: 'sys_user',
1454
+ },
1455
+ },
1456
+ },
1457
+ },
1458
+ catalog: {
1459
+ openCatalogItem: {
1460
+ name: 'Open a Catalog Item',
1461
+ stepConfigId: '2516c0e1c332220076173b0ac3d3ae39',
1462
+ variables: {
1463
+ catalogItem: {
1464
+ field: 'catalog_item',
1465
+ order: 100,
1466
+ inputVariableId: 'b0d64ce1c332220076173b0ac3d3ae95',
1467
+ type: 'reference',
1468
+ mandatory: true,
1469
+ },
1470
+ },
1471
+ },
1472
+ setVariableValue: {
1473
+ name: 'Set Variable Values',
1474
+ stepConfigId: '323ca6e1c3b2220076173b0ac3d3aec1',
1475
+ variables: {
1476
+ variableValues: {
1477
+ field: 'variable_values',
1478
+ order: 200,
1479
+ inputVariableId: '346eea25c3b2220076173b0ac3d3ae8b',
1480
+ type: 'variable_template_value',
1481
+ },
1482
+ catalogItem: {
1483
+ field: 'catalog_item',
1484
+ order: 100,
1485
+ inputVariableId: '571e6a25c3b2220076173b0ac3d3ae46',
1486
+ type: 'reference',
1487
+ mandatory: true,
1488
+ },
1489
+ },
1490
+ },
1491
+ variableStateValidation: {
1492
+ name: 'Variable State Validation',
1493
+ stepConfigId: '33f637e8c3ba220076173b0ac3d3aee1',
1494
+ variables: {
1495
+ notVisible: {
1496
+ field: 'not_visible',
1497
+ order: 300,
1498
+ inputVariableId: '32e8ffe8c3ba220076173b0ac3d3ae6e',
1499
+ type: 'slushbucket',
1500
+ },
1501
+ mandatory: {
1502
+ field: 'mandatory',
1503
+ order: 600,
1504
+ inputVariableId: '5149372cc3ba220076173b0ac3d3ae98',
1505
+ type: 'slushbucket',
1506
+ },
1507
+ visible: {
1508
+ field: 'visible',
1509
+ order: 200,
1510
+ inputVariableId: 'a7987fe8c3ba220076173b0ac3d3ae1d',
1511
+ type: 'slushbucket',
1512
+ },
1513
+ notMandatory: {
1514
+ field: 'not_mandatory',
1515
+ order: 700,
1516
+ inputVariableId: 'ab59772cc3ba220076173b0ac3d3ae9c',
1517
+ type: 'slushbucket',
1518
+ },
1519
+ catalogItem: {
1520
+ field: 'catalog_item',
1521
+ order: 100,
1522
+ inputVariableId: 'ae58fbe8c3ba220076173b0ac3d3aeac',
1523
+ type: 'reference',
1524
+ mandatory: true,
1525
+ },
1526
+ readOnly: {
1527
+ field: 'read_only',
1528
+ order: 400,
1529
+ inputVariableId: 'd829b32cc3ba220076173b0ac3d3aea1',
1530
+ type: 'slushbucket',
1531
+ },
1532
+ notReadOnly: {
1533
+ field: 'not_read_only',
1534
+ order: 500,
1535
+ inputVariableId: 'e439f32cc3ba220076173b0ac3d3ae90',
1536
+ type: 'slushbucket',
1537
+ },
1538
+ },
1539
+ },
1540
+ addItemToShoppingCart: {
1541
+ name: 'Add Item to Shopping Cart',
1542
+ stepConfigId: '550270f2c310320076173b0ac3d3aeec',
1543
+ variables: {
1544
+ assert: {
1545
+ field: 'assert_type',
1546
+ order: 100,
1547
+ inputVariableId: '939234f2c310320076173b0ac3d3ae14',
1548
+ type: 'choice',
1549
+ default: 'form_submitted_to_server',
1550
+ mandatory: true,
1551
+ },
1552
+ },
1553
+ },
1554
+ validateVariableValue: {
1555
+ name: 'Validate Variable Values',
1556
+ stepConfigId: '5a36c681c37e220076173b0ac3d3aecf',
1557
+ variables: {
1558
+ catalogConditions: {
1559
+ field: 'catalog_conditions',
1560
+ order: 200,
1561
+ inputVariableId: '8a682649c37e220076173b0ac3d3ae47',
1562
+ type: 'variable_conditions',
1563
+ },
1564
+ catalogItem: {
1565
+ field: 'catalog_item',
1566
+ order: 100,
1567
+ inputVariableId: 'b46842c1c37e220076173b0ac3d3aebc',
1568
+ type: 'reference',
1569
+ mandatory: true,
1570
+ },
1571
+ },
1572
+ },
1573
+ validatePriceAndRecurringPrice: {
1574
+ name: 'Validate Price and Recurring Price',
1575
+ stepConfigId: '70a083b0c323220076173b0ac3d3aee8',
1576
+ variables: {
1577
+ recurringPrice: {
1578
+ field: 'recurring_price',
1579
+ order: 200,
1580
+ inputVariableId: '0aae0520c390320076173b0ac3d3ae3a',
1581
+ type: 'string',
1582
+ },
1583
+ frequency: {
1584
+ field: 'recurring_frequency',
1585
+ order: 300,
1586
+ inputVariableId: '7011ccb1c333220076173b0ac3d3aef3',
1587
+ type: 'choice',
1588
+ },
1589
+ price: {
1590
+ field: 'price',
1591
+ order: 100,
1592
+ inputVariableId: 'f49ec120c390320076173b0ac3d3ae10',
1593
+ type: 'string',
1594
+ },
1595
+ },
1596
+ },
1597
+ openRecordProducer: {
1598
+ name: 'Open a Record Producer',
1599
+ stepConfigId: '77409f72c300320076173b0ac3d3ae19',
1600
+ variables: {
1601
+ catalogItem: {
1602
+ field: 'catalog_item',
1603
+ order: 100,
1604
+ inputVariableId: 'a9145b43c300320076173b0ac3d3ae0e',
1605
+ type: 'reference',
1606
+ mandatory: true,
1607
+ },
1608
+ },
1609
+ },
1610
+ orderCatalogItem: {
1611
+ name: 'Order Catalog Item',
1612
+ stepConfigId: 'c930b4b2c310320076173b0ac3d3aeec',
1613
+ variables: {
1614
+ assert: {
1615
+ field: 'assert_type',
1616
+ order: 100,
1617
+ inputVariableId: '17513cb2c310320076173b0ac3d3ae64',
1618
+ type: 'choice',
1619
+ default: 'form_submitted_to_server',
1620
+ mandatory: true,
1621
+ },
1622
+ },
1623
+ },
1624
+ setCatalogItemQuantity: {
1625
+ name: 'Set Catalog Item Quantity',
1626
+ stepConfigId: 'd5d9e7e7c3d7220076173b0ac3d3ae0b',
1627
+ variables: {
1628
+ quantity: {
1629
+ field: 'quantity',
1630
+ order: 100,
1631
+ inputVariableId: '3c267f6bc3d7220076173b0ac3d3ae56',
1632
+ type: 'choice',
1633
+ default: '1',
1634
+ mandatory: true,
1635
+ },
1636
+ },
1637
+ },
1638
+ submitRecordProducer: {
1639
+ name: 'Submit Record Producer',
1640
+ stepConfigId: 'ed59d8e5c332220076173b0ac3d3ae6a',
1641
+ variables: {
1642
+ assert: {
1643
+ field: 'assert_type',
1644
+ order: 200,
1645
+ inputVariableId: 'ffaf5469c332220076173b0ac3d3aea9',
1646
+ type: 'choice',
1647
+ default: 'form_submitted_to_server',
1648
+ mandatory: true,
1649
+ },
1650
+ },
1651
+ },
1652
+ },
1653
+ catalog_SP: {
1654
+ addItemtoShoppingCart: {
1655
+ name: 'Add Item to Shopping Cart (SP)',
1656
+ stepConfigId: '00696ee073330300688e0d573cf6a71a',
1657
+ variables: {
1658
+ assert: {
1659
+ field: 'assert_type',
1660
+ order: 100,
1661
+ inputVariableId: '25abf57873730300688e0d573cf6a7af',
1662
+ type: 'choice',
1663
+ default: 'form_submitted_to_server',
1664
+ mandatory: true,
1665
+ },
1666
+ },
1667
+ },
1668
+ validatePriceAndRecurringPrice: {
1669
+ name: 'Validate Price and Recurring Price (SP)',
1670
+ stepConfigId: '095c4877732b03008e6b0d573cf6a717',
1671
+ variables: {
1672
+ frequency: {
1673
+ field: 'recurring_frequency',
1674
+ order: 300,
1675
+ inputVariableId: '6ccd00b7732b03008e6b0d573cf6a7ba',
1676
+ type: 'choice',
1677
+ },
1678
+ recurringPrice: {
1679
+ field: 'recurring_price',
1680
+ order: 200,
1681
+ inputVariableId: '7a9dcc77732b03008e6b0d573cf6a786',
1682
+ type: 'string',
1683
+ },
1684
+ price: {
1685
+ field: 'price',
1686
+ order: 100,
1687
+ inputVariableId: '935d4c77732b03008e6b0d573cf6a748',
1688
+ type: 'string',
1689
+ },
1690
+ },
1691
+ },
1692
+ navigatewithinOrderGuide: {
1693
+ name: 'Navigate within Order Guide (SP)',
1694
+ stepConfigId: '0ae5f9f2739713008e6b0d573cf6a718',
1695
+ variables: {
1696
+ guideStep: {
1697
+ field: 'guide_step',
1698
+ order: 200,
1699
+ inputVariableId: '812616fa739713008e6b0d573cf6a7b6',
1700
+ type: 'choice',
1701
+ default: '1',
1702
+ mandatory: true,
1703
+ },
1704
+ assert: {
1705
+ field: 'assert_type',
1706
+ order: 300,
1707
+ inputVariableId: 'b935deba739713008e6b0d573cf6a71b',
1708
+ type: 'choice',
1709
+ default: 'navigate_success',
1710
+ mandatory: true,
1711
+ },
1712
+ },
1713
+ },
1714
+ reviewOrderGuideSummary: {
1715
+ name: 'Review Order Guide Summary (SP)',
1716
+ stepConfigId: '1df5d27073a71300688e0d573cf6a751',
1717
+ variables: {
1718
+ price: {
1719
+ field: 'price',
1720
+ order: 200,
1721
+ inputVariableId: '4f84767c736b1300688e0d573cf6a70c',
1722
+ type: 'string',
1723
+ },
1724
+ items: {
1725
+ field: 'catalog_items',
1726
+ order: 100,
1727
+ inputVariableId: 'a196d6f873a71300688e0d573cf6a761',
1728
+ type: 'glide_list',
1729
+ mandatory: true,
1730
+ },
1731
+ },
1732
+ },
1733
+ variableStateValidation: {
1734
+ name: 'Variable State Validation (SP)',
1735
+ stepConfigId: '1ebb17799f1303002528d4b4232e70c0',
1736
+ variables: {
1737
+ catalogItem: {
1738
+ field: 'catalog_item',
1739
+ order: 100,
1740
+ inputVariableId: '00eb17799f1303002528d4b4232e70fe',
1741
+ type: 'reference',
1742
+ mandatory: true,
1743
+ },
1744
+ notVisible: {
1745
+ field: 'not_visible',
1746
+ order: 300,
1747
+ inputVariableId: '080e93b99f1303002528d4b4232e706d',
1748
+ type: 'slushbucket',
1749
+ },
1750
+ notReadOnly: {
1751
+ field: 'not_read_only',
1752
+ order: 500,
1753
+ inputVariableId: '41ae57b99f1303002528d4b4232e7076',
1754
+ type: 'slushbucket',
1755
+ },
1756
+ readOnly: {
1757
+ field: 'read_only',
1758
+ order: 400,
1759
+ inputVariableId: '516e57b99f1303002528d4b4232e700b',
1760
+ type: 'slushbucket',
1761
+ },
1762
+ mandatory: {
1763
+ field: 'mandatory',
1764
+ order: 600,
1765
+ inputVariableId: 'b3be97b99f1303002528d4b4232e70ce',
1766
+ type: 'slushbucket',
1767
+ },
1768
+ notMandatory: {
1769
+ field: 'not_mandatory',
1770
+ order: 700,
1771
+ inputVariableId: 'b4de97b99f1303002528d4b4232e7077',
1772
+ type: 'slushbucket',
1773
+ },
1774
+ variableSet: {
1775
+ field: 'variable_set',
1776
+ order: 150,
1777
+ inputVariableId: 'd92b4dd673142300688e0d573cf6a7c3',
1778
+ type: 'reference',
1779
+ },
1780
+ visible: {
1781
+ field: 'visible',
1782
+ order: 200,
1783
+ inputVariableId: 'fe5d9f799f1303002528d4b4232e70d7',
1784
+ type: 'slushbucket',
1785
+ },
1786
+ },
1787
+ },
1788
+ reviewIteminOrderGuide: {
1789
+ name: 'Review Item in Order Guide (SP)',
1790
+ stepConfigId: '2098710873631300688e0d573cf6a7d7',
1791
+ variables: {
1792
+ included: {
1793
+ field: 'included',
1794
+ order: 200,
1795
+ inputVariableId: 'aa3a45a873e31300688e0d573cf6a784',
1796
+ type: 'boolean',
1797
+ default: true,
1798
+ },
1799
+ item: {
1800
+ field: 'catalog_item',
1801
+ order: 100,
1802
+ inputVariableId: 'ff05052873e31300688e0d573cf6a7ed',
1803
+ type: 'reference',
1804
+ mandatory: true,
1805
+ },
1806
+ },
1807
+ },
1808
+ validateVariableValue: {
1809
+ name: 'Validate Variable Values (SP)',
1810
+ stepConfigId: '2c8882759f1303002528d4b4232e708a',
1811
+ variables: {
1812
+ catalogItem: {
1813
+ field: 'catalog_item',
1814
+ order: 100,
1815
+ inputVariableId: '9b5b4e759f1303002528d4b4232e7026',
1816
+ type: 'reference',
1817
+ mandatory: true,
1818
+ },
1819
+ variableValues: {
1820
+ field: 'catalog_conditions',
1821
+ order: 200,
1822
+ inputVariableId: 'e0cc42b59f1303002528d4b4232e70f9',
1823
+ type: 'variable_conditions',
1824
+ },
1825
+ variableSet: {
1826
+ field: 'variable_set',
1827
+ order: 150,
1828
+ inputVariableId: 'f2fac9d673142300688e0d573cf6a7e0',
1829
+ type: 'reference',
1830
+ },
1831
+ },
1832
+ },
1833
+ setVariableValue: {
1834
+ name: 'Set Variable Values (SP)',
1835
+ stepConfigId: '2e4229b48703030070870cf888cb0b5c',
1836
+ variables: {
1837
+ variableSet: {
1838
+ field: 'variable_set',
1839
+ order: 150,
1840
+ inputVariableId: '2fba49d673142300688e0d573cf6a748',
1841
+ type: 'reference',
1842
+ },
1843
+ variableValues: {
1844
+ field: 'variable_values',
1845
+ order: 200,
1846
+ inputVariableId: '3f3525f48703030070870cf888cb0b37',
1847
+ type: 'variable_template_value',
1848
+ },
1849
+ catalogItem: {
1850
+ field: 'catalog_item',
1851
+ order: 100,
1852
+ inputVariableId: 'd164adb48703030070870cf888cb0b30',
1853
+ type: 'reference',
1854
+ mandatory: true,
1855
+ },
1856
+ },
1857
+ },
1858
+ addOrderGuidetoShoppingCart: {
1859
+ name: 'Add Order Guide to Shopping Cart (SP)',
1860
+ stepConfigId: '559099f287131300b179480688cb0b1a',
1861
+ variables: {
1862
+ assert: {
1863
+ field: 'assert_type',
1864
+ order: 100,
1865
+ inputVariableId: 'd482697a87131300b179480688cb0b65',
1866
+ type: 'choice',
1867
+ default: 'form_submitted_to_server',
1868
+ mandatory: true,
1869
+ },
1870
+ },
1871
+ },
1872
+ setCatalogItemQuantity: {
1873
+ name: 'Set Catalog Item Quantity (SP)',
1874
+ stepConfigId: '697ce2d87323030076860d573cf6a708',
1875
+ variables: {
1876
+ quantity: {
1877
+ field: 'quantity',
1878
+ order: 100,
1879
+ inputVariableId: 'c73fe21c7323030076860d573cf6a736',
1880
+ type: 'choice',
1881
+ default: '1',
1882
+ mandatory: true,
1883
+ },
1884
+ },
1885
+ },
1886
+ submitOrderGuide: {
1887
+ name: 'Submit an Order Guide (SP)',
1888
+ stepConfigId: '6ad01e9387131300b179480688cb0b8f',
1889
+ variables: {
1890
+ assert: {
1891
+ field: 'assert_type',
1892
+ order: 100,
1893
+ inputVariableId: '5befded787131300b179480688cb0bf4',
1894
+ type: 'choice',
1895
+ default: 'form_submitted_to_server',
1896
+ mandatory: true,
1897
+ },
1898
+ },
1899
+ },
1900
+ openRecordProducer: {
1901
+ name: 'Open a Record Producer (SP)',
1902
+ stepConfigId: '775638f29f3203002899d4b4232e70e5',
1903
+ variables: {
1904
+ portal: {
1905
+ field: 'portal_id',
1906
+ order: 100,
1907
+ inputVariableId: '37a7bcf29f3203002899d4b4232e7090',
1908
+ type: 'reference',
1909
+ default: '81b75d3147032100ba13a5554ee4902b',
1910
+ mandatory: true,
1911
+ },
1912
+ queryParameters: {
1913
+ field: 'query_params',
1914
+ order: 400,
1915
+ inputVariableId: '5258f0369f3203002899d4b4232e704a',
1916
+ type: 'simple_name_values',
1917
+ },
1918
+ page: {
1919
+ field: 'page_id',
1920
+ order: 200,
1921
+ inputVariableId: '908942839f3203002899d4b4232e7016',
1922
+ type: 'reference',
1923
+ default: '9f12251147132100ba13a5554ee490f4',
1924
+ mandatory: true,
1925
+ },
1926
+ recordProducer: {
1927
+ field: 'catalog_item',
1928
+ order: 300,
1929
+ inputVariableId: 'de1c3dbc8703030070870cf888cb0b68',
1930
+ type: 'reference',
1931
+ mandatory: true,
1932
+ },
1933
+ },
1934
+ },
1935
+ submitRecordProducer: {
1936
+ name: 'Submit Record Producer (SP)',
1937
+ stepConfigId: '7c69d2788743030070870cf888cb0b5f',
1938
+ variables: {
1939
+ assert: {
1940
+ field: 'assert_type',
1941
+ order: 100,
1942
+ inputVariableId: '3c2ad2788743030070870cf888cb0b0c',
1943
+ type: 'choice',
1944
+ default: 'form_submitted_to_server',
1945
+ mandatory: true,
1946
+ },
1947
+ },
1948
+ },
1949
+ openOrderGuide: {
1950
+ name: 'Open an Order Guide (SP)',
1951
+ stepConfigId: 'aced8452731b13008e6b0d573cf6a783',
1952
+ variables: {
1953
+ portal: {
1954
+ field: 'portal_id',
1955
+ order: 100,
1956
+ inputVariableId: '1a6e4896731b13008e6b0d573cf6a78f',
1957
+ type: 'reference',
1958
+ default: '81b75d3147032100ba13a5554ee4902b',
1959
+ mandatory: true,
1960
+ },
1961
+ queryParameters: {
1962
+ field: 'query_params',
1963
+ order: 400,
1964
+ inputVariableId: 'a410505a731b13008e6b0d573cf6a71c',
1965
+ type: 'simple_name_values',
1966
+ },
1967
+ orderGuide: {
1968
+ field: 'catalog_item',
1969
+ order: 300,
1970
+ inputVariableId: 'ab1de4ae73d313008e6b0d573cf6a76b',
1971
+ type: 'reference',
1972
+ mandatory: true,
1973
+ },
1974
+ page: {
1975
+ field: 'page_id',
1976
+ order: 200,
1977
+ inputVariableId: 'b7be4cd6731b13008e6b0d573cf6a746',
1978
+ type: 'reference',
1979
+ default: 'sc_cat_item_guide',
1980
+ mandatory: true,
1981
+ },
1982
+ },
1983
+ },
1984
+ saveCurrentRowOfMultiRowVariableSet: {
1985
+ name: 'Save current row of multi-row variable set (SP)',
1986
+ stepConfigId: 'adf6884273902300688e0d573cf6a72a',
1987
+ variables: {
1988
+ assert: {
1989
+ field: 'assert_type',
1990
+ order: 100,
1991
+ inputVariableId: '7f15580673902300688e0d573cf6a795',
1992
+ type: 'choice',
1993
+ default: 'form_submitted_to_server',
1994
+ mandatory: true,
1995
+ },
1996
+ },
1997
+ },
1998
+ orderCatalogItem: {
1999
+ name: 'Order a Catalog Item (SP)',
2000
+ stepConfigId: 'c0fede515f23030076861f9f2f7313db',
2001
+ variables: {
2002
+ assert: {
2003
+ field: 'assert_type',
2004
+ order: 100,
2005
+ inputVariableId: 'b27f92915f23030076861f9f2f731356',
2006
+ type: 'choice',
2007
+ default: 'form_submitted_to_server',
2008
+ mandatory: true,
2009
+ },
2010
+ },
2011
+ },
2012
+ addRowToMultiRowVariableSet: {
2013
+ name: 'Add row to multi-row variable set (SP)',
2014
+ stepConfigId: 'c7d557d673002300688e0d573cf6a74f',
2015
+ variables: {
2016
+ catalogItem: {
2017
+ field: 'catalog_item',
2018
+ order: 100,
2019
+ inputVariableId: '20594c3673802300688e0d573cf6a722',
2020
+ type: 'reference',
2021
+ mandatory: true,
2022
+ },
2023
+ variableSet: {
2024
+ field: 'variable_set',
2025
+ order: 200,
2026
+ inputVariableId: 'c6f9407673802300688e0d573cf6a789',
2027
+ type: 'reference',
2028
+ mandatory: true,
2029
+ },
2030
+ },
2031
+ },
2032
+ validateOrderGuideItem: {
2033
+ name: 'Validate Order Guide Items (SP)',
2034
+ stepConfigId: 'd7c0d0ef5f9b1300688e1f9f2f7313b7',
2035
+ variables: {
2036
+ items: {
2037
+ field: 'catalog_items',
2038
+ order: 100,
2039
+ inputVariableId: '7e6350235fdb1300688e1f9f2f7313e9',
2040
+ type: 'glide_list',
2041
+ mandatory: true,
2042
+ },
2043
+ },
2044
+ },
2045
+ openCatalogItem: {
2046
+ name: 'Open a Catalog Item (SP)',
2047
+ stepConfigId: 'e81f02dc73e703008e6b0d573cf6a76f',
2048
+ variables: {
2049
+ portal: {
2050
+ field: 'portal_id',
2051
+ order: 100,
2052
+ inputVariableId: '3731d6dc73e703008e6b0d573cf6a788',
2053
+ type: 'reference',
2054
+ default: '81b75d3147032100ba13a5554ee4902b',
2055
+ mandatory: true,
2056
+ },
2057
+ queryParameters: {
2058
+ field: 'query_params',
2059
+ order: 150,
2060
+ inputVariableId: '3a6e5fb15f1013001f1e1f9f2f7313e3',
2061
+ type: 'simple_name_values',
2062
+ },
2063
+ page: {
2064
+ field: 'page_id',
2065
+ order: 110,
2066
+ inputVariableId: '83d1dadc73e703008e6b0d573cf6a779',
2067
+ type: 'reference',
2068
+ default: 'sc_cat_item',
2069
+ mandatory: true,
2070
+ },
2071
+ catalogItem: {
2072
+ field: 'catalog_item',
2073
+ order: 120,
2074
+ inputVariableId: 'ac615adc73e703008e6b0d573cf6a702',
2075
+ type: 'reference',
2076
+ mandatory: true,
2077
+ },
2078
+ },
2079
+ },
2080
+ },
2081
+ form_SP: {
2082
+ uiActionVisibilityValidation: {
2083
+ name: 'UI Action Visibility Validation (SP)',
2084
+ stepConfigId: '02b5128223230300ab65ff5e17bf658e',
2085
+ variables: {
2086
+ notVisible: {
2087
+ field: 'not_visible',
2088
+ order: 300,
2089
+ inputVariableId: '1f1c920623230300ab65ff5e17bf6504',
2090
+ type: 'glide_list',
2091
+ },
2092
+ visible: {
2093
+ field: 'visible',
2094
+ order: 200,
2095
+ inputVariableId: '7acbdec223230300ab65ff5e17bf65ea',
2096
+ type: 'glide_list',
2097
+ },
2098
+ table: {
2099
+ field: 'table',
2100
+ order: 100,
2101
+ inputVariableId: 'cd5b1ec223230300ab65ff5e17bf65c9',
2102
+ type: 'table_name',
2103
+ mandatory: true,
2104
+ },
2105
+ },
2106
+ },
2107
+ addAttachmentsToForm: {
2108
+ name: 'Add Attachments to Form (SP)',
2109
+ stepConfigId: '5415748677120010e46abe41a910616a',
2110
+ variables: {},
2111
+ },
2112
+ clickUIAction: {
2113
+ name: 'Click a UI Action (SP)',
2114
+ stepConfigId: '86ec986123630300ab65ff5e17bf65a5',
2115
+ variables: {
2116
+ table: {
2117
+ field: 'table',
2118
+ order: 100,
2119
+ inputVariableId: '535064a123630300ab65ff5e17bf65d3',
2120
+ type: 'table_name',
2121
+ mandatory: true,
2122
+ },
2123
+ uiAction: {
2124
+ field: 'ui_action',
2125
+ order: 200,
2126
+ inputVariableId: 'd670a4a123630300ab65ff5e17bf65f4',
2127
+ type: 'reference',
2128
+ mandatory: true,
2129
+ },
2130
+ assert: {
2131
+ field: 'assert_type',
2132
+ order: 300,
2133
+ inputVariableId: 'dee0e8a123630300ab65ff5e17bf657d',
2134
+ type: 'choice',
2135
+ },
2136
+ },
2137
+ },
2138
+ fieldStateValidation: {
2139
+ name: 'Field State Validation (SP)',
2140
+ stepConfigId: 'af1e769223220300ab65ff5e17bf6580',
2141
+ variables: {
2142
+ readOnly: {
2143
+ field: 'read_only',
2144
+ order: 300,
2145
+ inputVariableId: '5208475623220300ab65ff5e17bf6516',
2146
+ type: 'field_list',
2147
+ },
2148
+ notReadOnly: {
2149
+ field: 'not_read_only',
2150
+ order: 310,
2151
+ inputVariableId: '5f48c75623220300ab65ff5e17bf6541',
2152
+ type: 'field_list',
2153
+ },
2154
+ table: {
2155
+ field: 'table',
2156
+ order: 100,
2157
+ inputVariableId: '7e53031623220300ab65ff5e17bf6558',
2158
+ type: 'table_name',
2159
+ mandatory: true,
2160
+ },
2161
+ visible: {
2162
+ field: 'visible',
2163
+ order: 200,
2164
+ inputVariableId: '87260f1623220300ab65ff5e17bf65d1',
2165
+ type: 'field_list',
2166
+ },
2167
+ mandatory: {
2168
+ field: 'mandatory',
2169
+ order: 400,
2170
+ inputVariableId: '9b980b5623220300ab65ff5e17bf6542',
2171
+ type: 'field_list',
2172
+ },
2173
+ notVisible: {
2174
+ field: 'not_visible',
2175
+ order: 210,
2176
+ inputVariableId: 'cfa7835623220300ab65ff5e17bf6587',
2177
+ type: 'field_list',
2178
+ },
2179
+ notMandatory: {
2180
+ field: 'not_mandatory',
2181
+ order: 410,
2182
+ inputVariableId: 'f2e84b5623220300ab65ff5e17bf656d',
2183
+ type: 'field_list',
2184
+ },
2185
+ },
2186
+ },
2187
+ setFieldValue: {
2188
+ name: 'Set Field Values (SP)',
2189
+ stepConfigId: 'ba49e51de7420300b2888f49c2f6a93c',
2190
+ variables: {
2191
+ fieldValues: {
2192
+ field: 'field_values',
2193
+ order: 200,
2194
+ inputVariableId: '5c297551e7020300b2888f49c2f6a933',
2195
+ type: 'template_value',
2196
+ mandatory: true,
2197
+ },
2198
+ table: {
2199
+ field: 'table',
2200
+ order: 100,
2201
+ inputVariableId: 'adf8f511e7020300b2888f49c2f6a9f3',
2202
+ type: 'table_name',
2203
+ mandatory: true,
2204
+ },
2205
+ },
2206
+ },
2207
+ openNewForm: {
2208
+ name: 'Open a Form (SP)',
2209
+ stepConfigId: 'ca58a941e7020300b2888f49c2f6a95e',
2210
+ variables: {
2211
+ paramID: {
2212
+ field: 'param_sys_id',
2213
+ order: 400,
2214
+ inputVariableId: '38a5351b23101300ab65ff5e17bf65fa',
2215
+ type: 'string',
2216
+ },
2217
+ portal: {
2218
+ field: 'portal_id',
2219
+ order: 100,
2220
+ inputVariableId: '5d5a2181e7020300b2888f49c2f6a9dc',
2221
+ type: 'reference',
2222
+ default: '81b75d3147032100ba13a5554ee4902b',
2223
+ mandatory: true,
2224
+ },
2225
+ page: {
2226
+ field: 'page_id',
2227
+ order: 200,
2228
+ inputVariableId: '757a6181e7020300b2888f49c2f6a9f7',
2229
+ type: 'reference',
2230
+ default: 'form',
2231
+ mandatory: true,
2232
+ },
2233
+ view: {
2234
+ field: 'param_view',
2235
+ order: 500,
2236
+ inputVariableId: 'a266791b23101300ab65ff5e17bf654b',
2237
+ type: 'string',
2238
+ },
2239
+ queryParameters: {
2240
+ field: 'query_params',
2241
+ order: 600,
2242
+ inputVariableId: 'a38ae181e7020300b2888f49c2f6a92e',
2243
+ type: 'simple_name_values',
2244
+ },
2245
+ table: {
2246
+ field: 'table',
2247
+ order: 300,
2248
+ inputVariableId: 'ee6aa11723101300ab65ff5e17bf65db',
2249
+ type: 'table_name',
2250
+ mandatory: true,
2251
+ },
2252
+ },
2253
+ },
2254
+ fieldValueValidation: {
2255
+ name: 'Field Values Validation (SP)',
2256
+ stepConfigId: 'd72d0556e7020300b2888f49c2f6a916',
2257
+ variables: {
2258
+ table: {
2259
+ field: 'table',
2260
+ order: 100,
2261
+ inputVariableId: '819f0596e7020300b2888f49c2f6a9c7',
2262
+ type: 'table_name',
2263
+ mandatory: true,
2264
+ },
2265
+ conditions: {
2266
+ field: 'conditions',
2267
+ order: 200,
2268
+ inputVariableId: '88cf4596e7020300b2888f49c2f6a992',
2269
+ type: 'conditions',
2270
+ mandatory: true,
2271
+ },
2272
+ },
2273
+ },
2274
+ submitForm: {
2275
+ name: 'Submit a Form (SP)',
2276
+ stepConfigId: 'f410c93423220300ab65ff5e17bf651e',
2277
+ variables: {
2278
+ assert: {
2279
+ field: 'assert_type',
2280
+ order: 100,
2281
+ inputVariableId: '14874d1523320300ab65ff5e17bf650e',
2282
+ type: 'choice',
2283
+ },
2284
+ },
2285
+ },
2286
+ // Note: this step config is actually part of the Custom UI
2287
+ // category, but was added here in the v1 release of this plugin.
2288
+ openServicePortalPage: {
2289
+ name: 'Open Service Portal Page',
2290
+ stepConfigId: 'fc7e65d577332300e46abe41a9106106',
2291
+ variables: {
2292
+ portal: {
2293
+ field: 'portal_id',
2294
+ order: 100,
2295
+ inputVariableId: '5a7e65d577332300e46abe41a91061cb',
2296
+ type: 'reference',
2297
+ },
2298
+ queryParameters: {
2299
+ field: 'query_params',
2300
+ order: 300,
2301
+ inputVariableId: '839e29d577332300e46abe41a9106134',
2302
+ type: 'simple_name_values',
2303
+ },
2304
+ page: {
2305
+ field: 'page_id',
2306
+ order: 200,
2307
+ inputVariableId: 'ca8ea5d577332300e46abe41a91061b6',
2308
+ type: 'reference',
2309
+ },
2310
+ },
2311
+ },
2312
+ },
2313
+ };
2314
+ // This object is like ToRecordStepConfigs, but optimized for Record -> Fluent conversion
2315
+ // where we have various sys_ids, but need the Fluent names for them.
2316
+ exports.ToShapeStepConfigs = Object.entries(exports.ToRecordStepConfigs)
2317
+ .flatMap(([category, funConfig]) => Object.entries(funConfig).map(([fun, config]) => ({
2318
+ ...config,
2319
+ fun,
2320
+ callName: `${category}.${fun}`,
2321
+ variables: Object.entries(config.variables)
2322
+ .map(([name, definition]) => ({
2323
+ [definition.inputVariableId]: {
2324
+ name,
2325
+ type: definition.type,
2326
+ field: definition.field,
2327
+ default: definition.default,
2328
+ mandatory: !!definition.mandatory,
2329
+ },
2330
+ }))
2331
+ .reduce((acc, v) => ({ ...acc, ...v }), {}),
2332
+ })))
2333
+ .reduce((acc, entry) => ({ ...acc, [entry.stepConfigId]: entry }), {});
2334
+ //# sourceMappingURL=step-configs.js.map