Mapping catalog item variables to RITM and sc task -short description and description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2025 10:47 PM
Mapping catalog item variables to RITM and sc task -short description and description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2025 01:34 AM
Is there any way to achieve the for the sc_task using after BR?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2025 02:24 AM
Hello @Mounika30
are you using Flow Designer or Workflow, tell me first. then solution is easy.
If it is Workflow then : use Run Script to set values after sctask created.
var sc =current.request.getRefRecord();
sc.short_description=current.cat_item.short_description;
sc.description=current.cat_item.description;
sc.update();
OR Try this in your SCTASK Created from Flow Designer as :

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2025 02:41 AM - edited ‎01-09-2025 02:42 AM
using BR if you wish to do so, do it using before/ insert OR after / insert on sc_task table.
Thanks and Regards
Gaurav Shirsat

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2025 05:50 AM - edited ‎01-09-2025 06:02 AM
Hi @Mounika30
There is small correction in the business rule script.
I have tested in my PDI : it is working.
I would recommend you use below BR instead of After Business Rule
Business Rule : before-insert
Script :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2025 03:12 AM
Didn't get your requirement completely.
Please explain in detail
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader