- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi
here i am passing catalog item variables in the notification like -
but its not reflecting back as seen above
notification is mentioned above
buts its not reflecting
what wrong am i doing here ..
thankss
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hello @tushar_ghadage,
Is your notification running on Requested Item (sc_req_item) table?
Do you want to fetch RITM variables in the notification body?
If my response resolved your query, kindly mark it as Accepted and Helpful for future reference.
Best Regards,
Anshul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
yes notification is on requested item table
but I want to fetch variables from catalog item in the notification body??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
@tushar_ghadage You can look into my solution as well and as per new feature in community you can accept/helpful the answer.
Thanks,
Anshul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago - last edited a month ago
If you want to fetch the RITM variables for a specific catalog item then use:
${variables.division.getDisplayValue()} and ${variables.cost_center.getDisplayValue()}
This will work in your notification body.
If my response resolved your query, kindly mark it as Accepted and Helpful for future reference.
Best Regards,
Anshul