- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2021 04:24 AM
We got error "Change model 'Emergency1' prevented state transition from New to Authorize.& Error MessageInvalid update" when i have save change record.
i have created one custom change model"Emergency1".
Please help me how to reslove this issue.
i have also attached scrrenshot.
Thanks,
Amol
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2021 04:44 AM
Hi Amol,
There is some Business rule running on Change request table which is stopping this.
Please check your business rules.
Hint - you can go to change request table BR and search for script contains '
prevented state transition from'
Thank you
Prasad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2021 04:44 AM
Hi Amol,
There is some Business rule running on Change request table which is stopping this.
Please check your business rules.
Hint - you can go to change request table BR and search for script contains '
prevented state transition from'
Thank you
Prasad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2021 05:33 AM
Hi,
Glad that you find my response helpful. Did you find the BR causing issue?
if yes making changes to it will resolve your issue 🙂
Can you please mark my response as correct for others who may have a similar question in the future and close this thread.
If not, please let us know if you need any other help
Thank you and Stay safe
Prasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2023 07:44 PM
Hi @Amol12 @Prasad Pagar ,
I am facing same issue, what changes needs to be done in BR? to make it working?
Thanks,
NS

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2022 11:55 PM
Hi Amol,
How did you work this out? I'm testing Change Models in my PDI and stumbled upon this, as our customers use workflows that do state/stage transitions that might not be valid in Change Model. I wonder how SN has planned this combination to work together?
For example:
We create a Normal Change by using custom Change Model. When change is approved, workflow tries to move the change to state 'Scheduled'. If this transition is not allowed by Change Model, the user gets an error and the change is stuck in faulty state.
How to make Change Models with transition to comply with workflows?