How to populate parent field on change while creating standard change from incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2022 10:09 PM
Hello Everyone,
I have created the standard change from the incident. but the parent field on the change form is not populated with incident sys id. I know there is an OOB UI action that calls OOB script include for standard change StdChangeUtils().getURLForTask(current, 'rfc') . This StdChangeUtils extends the OOB StdChangeUtilsSNC script include which is read-only. I am not sure where to edit the script to populate the parent field on the change form. can anyone suggest how to achieve this requirement?
- Labels:
-
Change Management
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 12:06 AM
Hello Everyone
run it on after update and condition should be when Change Request is empty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 12:11 AM
Did you try writing the BR on change table - before insert? I see Mohit's script suggestion on incident table. But when we are creating the change request from incident table itself, I am not sure if udpate happens on incident.
RK
If my response is helpful, please select Helpful. If my response answers your question, please select Accept as Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 12:13 AM
No its on problem table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 12:15 AM
The original question posted referes to change request being created from incident. Am I missing anything? Not sure where the problem table comes in action here? Please let me know if I wrong.
RK
If my response is helpful, please select Helpful. If my response answers your question, please select Accept as Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 12:23 AM
I know but there was same case with problem itself , write same BR on incident Table, (after update , change request is not empty ) Put that in condition and put the same script as above . It will work