- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2023 11:40 PM
Hi Developers,
As we all know one Catalog Item can be part of multiple Categories (we can add multiple categories in the 'Category' related list of the catalog item). How do we get the Category name from which the catalog item got submitted?
Example:
Catalog Item: Apple iPhone 13 pro
Category: Mobile, Iphones (on the catalog form Category was given as Mobile, and in the related list, added on more category as 'iPhone'
User submitted the request from the category 'iPhone', where is this information stored on the request/ITEM that it has been presented with the category called 'iPhone'?
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2023 01:58 AM
Hi Sathish,
I had a similar requirement. Hope this will help you. create a client script to get the breadcrumb data.
The JSON will look like the above and you can get the categories.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2023 11:53 PM
Hi,
The information on which Category that is active when the user Submits a Catalog item request is not stored anywhere on the created RITM (sc_req_item).
Why is this important to store ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2023 12:42 AM
Thanks for the reply, we have to share the category details from which this Catalog Request has been raised to the 3rd party system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2023 01:58 AM
Hi Sathish,
I had a similar requirement. Hope this will help you. create a client script to get the breadcrumb data.
The JSON will look like the above and you can get the categories.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2023 02:04 AM
Thanks Vishal,
Will this work if a user is trying to submit the catalog item from the native UI (by clicking on the TRY IT button)?