- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2022 04:16 AM
How to create multiple catalog tasks for single RITM using workflow/Flow designer?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2022 10:02 PM
Hi
This video is what you all need to configure: https://www.youtube.com/watch?v=xOc342NUzI8
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2022 04:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2022 09:30 PM
Hi Sonali,
Thanks for your response. I have added all catalog tasks as below but here i need one more other action for one catalog task. If the task has been created and then a record to be inserted in custom table which will take the values from the variables which is used in RITM. I used below script but its not working.
var fncr = new GlideRecord('u_tech_cpo');
fncr.initialize();
fncr.u_selling_unit= current.variables.selling_unit;
fncr.u_cpo_number= current.variables.cpo_number;
fncr.u_business_function= current.variables.business_function;
fncr.u_cpo_date= current.variables.cpo_date;
fncr.u_opportunity_reference= current.variables.opportunity_reference;
fncr.u_sold_to_party= current.variables.sold_to_party;
fncr.insert();

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2022 04:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2022 10:02 PM
Hi
This video is what you all need to configure: https://www.youtube.com/watch?v=xOc342NUzI8
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep