How to set 'requested for' on Request when using sn_sc.CartJS()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 01:42 PM
Hi,
We have a catalog item which is raised using transform map. In this we are using sn_sc.CartJS() to add variables to cart and raising the request. Everything is working fine except the requested for, at RITM level requested_for is set correctly but at the REQ level requested for is set wrong. How to set this requested_for at REQ level.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 04:53 PM
you need to get the REQ via GlideRecord and do it there - use dictionary dependancy/buss.rrule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 01:06 PM
Hi,
Thanks for your reply, is it possible to do in the same transform map script where iam creating the requests?