- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2020 07:39 AM
Hello,
we are using table API to fetch values of variables related to catalog item.
I am able to fetch values for all the variables except multirow variables.
Can anyone suggest on how to achieve this ?
Regards,
Rutuja
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2020 01:24 AM
for this table it would look like this
Variable Ownership [sc_item_option_mtom]
Query: request_item=RITM SYS ID
Output:
Actual RITM:
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2020 07:40 AM
Hi Rutuja,
Can you share the call you are making now? Can you tell us which variables are in the variable set and what is the name of the variable set?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2020 07:53 AM
Data for MRVS is stored in another table
MRVS Multi Row Question Answer [sc_multi_row_question_answer]
So you need to have API on that table with parent_id=RITMSYSID
Sample below
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2020 09:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2020 10:52 PM
Thanks for marking my response as helpful.
This table stores the RITMs variable data.
Variable Ownership [sc_item_option_mtom]
Let me know if I have answered your question.
If my response helped you please mark my response as correct and close the thread so that it benefits future readers.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader