Missing RITM Variables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2023 09:14 PM
Hello Community,
On submitting a catalog form, the RITM variables went missing. Can anyone help me how to map/restore those missing values???.I checked the table sc_item_option_mtom and records were created for those missing values. How can i restore/map those missing values.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 12:04 AM
@XYZ - Could you please check
1. Whether any onLoad catalog client scripts that removes the variable value.
2. Write GlideRecord Script (Execute it in background script) and print the variable value then check.
3. Please share the screenshot of form and value in sc_item_option_mtom (You can mask data and field label it when you share)
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2023 10:09 PM
Hi ,
Can you check your UI policies if clear values is checked which is causing this issue. Also if you are using flow designer you can check if prior to creating the sc_tasks make sure to add the action to get variable item which will pull the variables information that was submitted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2023 10:52 PM
@Vigneshwar Redd - I verified all the UI policies and their clear value is not checked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 02:55 AM
@XYZ - if you have already verified the Ui policies(script) and Client scripts. Can you please try enabling debug option and see what is causing the issue.