Value of variables on catalog task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 01:57 AM - edited 05-03-2024 02:40 AM
Hi All,
We have below setup of variable mapping and then the value of these variables mapping done on RITM and Catalog task under below tables :
item_option_new : RITM and Form Variable mapping (Original variable record)
sc_item_option_mtom : This table stores the value keyed in by the user on form variables while submitting the request.
sc_item_variables_task : This table stores the Catalog task sys_id and the Form variable mapping(Original variable record)
Now my query is how is sc_task[Catalog task] variables getting the value on the variables.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 10:28 PM
Hello @Anubhav24
The UI macro "com_glideapp_servicecatalog_veditor" is used as formatter for both RITM and SCTASK tables. You can check the script to understand the code of the same.
Thank you,
Ali
Thank you,
Ali