Copy Change Requests
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2025 03:52 AM
I have an UI action called copy change which copies all the tasks and some of the fields from original change but to move further in state from new to access we need peer review button to click on to generate peer review task and move further for approval and implementation but copied change doesn't have peer review button to move change further.
can anyone help me with modifying or creating new UI action for copying change with some fields and also the custom buttons which help in state transition.
UI action to copy change is in change management for service operation workspace scope and other UI actions like peer review is in global is that causing the issue let me know.
Thank you!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2025 05:15 AM
Something goes wrong with copying, but without the code, we don't know what. Your UI actions have conditions. So the 'peer review' button should show at the same phase on the copied change as on the original one. Otherwise, something goes wrong with copying.
But again: without the code of your ui actions, there isn't much we can do, since you are talking about custom ui actions.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2025 05:28 AM
thank you for responding.
Please refer below script which i have added in copy change UI action which i created in Global scope.
Condition : gs.hasRole('itil') && current.isValidRecord()
Script: