- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 09:45 AM
Hi
I have a requirement to create a new change type. I have followed the correct documentation to create the requirements
I have even created a new change Model although not sure if this is required or not.
The issue I have is that when I create a new change (using an interceptor) the change is created but the states do not appear. Draft appears briefly then disappears leaving no options available. If I disable the client script 'Change Model: Reusables' the states become available however as I am sure this script is a requirement I cant leave it disabled.
Does anyone have a suggestion or possible solution please?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 01:20 AM
Resolved the issue, in the end this was a simple error I made. The issue was in the interceptor Answer I had created
For target URL I had added
change_request.do?sys_id=-1&sysparm_query=type=Professional Services
Changed this to
change_request.do?sys_id=-1&sysparm_query=type=professional_services
I had used the choice list Label and should have been the choice list value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 10:03 AM
hello,
In the new change model have you defined the states:-
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 12:19 AM
Hi there
thanks for the response, yes I have set all these up only difference is that we have draft not new but our system is set up to use draft as the initial state
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 01:20 AM
Resolved the issue, in the end this was a simple error I made. The issue was in the interceptor Answer I had created
For target URL I had added
change_request.do?sys_id=-1&sysparm_query=type=Professional Services
Changed this to
change_request.do?sys_id=-1&sysparm_query=type=professional_services
I had used the choice list Label and should have been the choice list value