Where are Catalog Item Variables stored for a catalog item?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2020 06:39 AM
I have a catalog item that I would like to find out where the variable values are stored, or are they only stored in memory until the REQ and RITM get created then destroyed. Asking as I would not like to regex the out of the description field if possible.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2020 08:58 AM
We are doing a AD to SNOW integration for creating accounts as we don't have the integration hub, so needed to obtain the variables from the catalog item with the information so we can get the ac account created.
I think what you have given with the tables might just work. Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2020 10:03 PM
Hi there,
Did this solve your question? Or do we need to follow-up on this?
Please mark this answer as correct if it solves your question. This will help others who are looking for a similar solution. Also marking this answer as correct takes the post of the unsolved list.
Thanks.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2022 06:42 AM
Hi,
I also been looking for how to get variables created for a catalog item. I tried to get the information from the tables you provided:
sc_item_option
sc_item_option_mtom
sc_multi_row_question_answer
I found that the 3rd table didn't return any records
The sample below I hope will give you some information on what I am trying to get:
I created this:
Catalog Category > Access
Catalog Item > Business Applications
Variables (Select Box/Question Choices) > SAP, Travel System, SharePoint
I am able to get Catalog Category and Catalog Item, but how to get its variables for a catalog item?
Thanks
Jundan