- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2015 10:33 AM
I have a Catalog Item that has variables. When I perform a Get for a request Item for that Catalog Item (sc_req_item) via the REST API it doesn't return the values that were set for the variables on that Request Item. Is there a way to have these included in the Get or a way to query that information from the REST API?
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2015 10:56 AM
You need to use the variable ownership table (sc_item_option_mtom). Query by the Request Item and you'll get a list of variables for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2015 10:56 AM
You need to use the variable ownership table (sc_item_option_mtom). Query by the Request Item and you'll get a list of variables for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2016 08:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2016 05:53 AM
What is shown on the Catalog Tasks is simply an overlay of what is shown on the RITM. Therefore, it's the exact same relationship (sc_item_option_mtom), you'll simply have to look for the Request Item of the Catalog Task instead of the Task itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2017 09:41 AM
Hi joshua,
Iam trying to post the catalog item's variable information using rest message through workflow attached to the catalog item. I coudn't get the variables to reference and capure there data to post. Can you please explain how we can achieve.(can you please provide any working code example to query and variables data.)
Thanks
Niranjan.