- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2018 02:00 PM
Hi everyone. I have a requirement that if the change runs into a blackout window then we stop the change from being allowed to move to approvals. I have been able to put an if statement into the workflow to stop it if the conflict status equals Conflict. The issue is we will have different types of conflicts but I only want to stop the blackout windows. I noticed in the conflict table that it is not storing the change number only a select few fields. I added a reference field to the change_request table so I could dot walk to the schedule names but its not working as expected in the workflow. I'm assuming it's because its not storing the change id in the conflicts table so it never triggers the condition. Has anyone ever noticed or seen this before and have any recommendations on how to get the change number associated with the conflict to be added?
Thanks,
Keith
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2018 07:40 AM
It looks like it was an issue with my personal development instance. When I went into our prototype region it was displaying the change number as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2018 07:40 AM
It looks like it was an issue with my personal development instance. When I went into our prototype region it was displaying the change number as expected.