- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2024 09:24 PM - edited 03-24-2024 09:30 PM
Hi Team ,
For this particular catalog item , what ever short desp and desp user enters
That has to populate in RITM
NOTE - Only for this Particular Catalog .
Please provide script , and please provide screenshot for better understanding .
currently it is taking this short desp
there are the 2 variables
Thanks in advance
Please provide screenshot for better understandig
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2024 09:56 PM
hi @nameisnani ,
You can write a before insert BR on sc_req_item table like below.
Select the item here.
Script as below
Please mark as helpful if this solves your issue. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2024 09:56 PM
hi @nameisnani ,
You can write a before insert BR on sc_req_item table like below.
Select the item here.
Script as below
Please mark as helpful if this solves your issue. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2024 09:57 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2024 09:59 PM - edited 03-24-2024 10:00 PM
Hi,
You can write before insert BR on RITM table like below and add below code in code section.
Add the condition for particular catalog so it will not affect other catalogs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2024 10:09 PM
Hi @nameisnani
This catalog item is mapped to a flow or a workflow ? If flow, you can make use of Get Catalog Variables Action followed by Update Record action to first get your variable values and update it to the RITM.
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.