- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2022 07:56 PM
Hello,
I would like to set the state on the incident record to "Awaiting Change" when a Change is created from an incident, by updating the existing "Create Normal Change" UI action.
Please guide me through this.
Solved! Go to Solution.
- Labels:
-
Change Management
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2022 09:16 PM
Actually I have created an "awaiting change" choice in the state field itself. And below solution worked for me.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2022 08:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2022 08:50 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2022 09:02 PM
Please remove the quotes from '4'. It should be 4. Also, set the hold reason value as well.
In my instance state On hold is 3 and hold_reason value for awaiting change is 5. so the code looks like this.
current.state = 3;
current.hold_reason = 5;
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2022 09:16 PM