populate change task fields from change request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 08:03 PM
I am trying to create a BR to do the following however can't get this to work, I have tried both before and after insert (see script below), all I am trying to do is:
When a change task is created from a change request the following fields on the change tasks are copied from the parent change:
- The Change Number of the parent change is copied to the Short Description of the Change Task
- The Planned start date and Planned end date of the parent change are copied to the Planned start date and Planned end date of the change task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 08:18 PM
Hi @Scotty88 ,
Try this
Table: Change Task
Before
Insert
If my response helped, please mark it correct/helpful and close the thread so that it benefits future readers.
Regards,
Mohd Arbaz.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 10:05 PM
@Scotty88 , try this alternative, it worked. I had just tested.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 08:44 PM
no scripting required, simply use Actions tab in Before Insert Business rule
See below
You need to click on Show Related Fields -> Select Change Request -> Then Select the actual field to pick from CHG
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 09:58 PM
Yeah i previously tried that however does not work, the fields are still blank when you create a change task (from the change task related list on the parent change)