@servicenow/sdk-build-plugins 3.0.2 → 4.0.0

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