Reschedule change button on the change form
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 06:42 AM
Hi team,
We need a UI action called the Reschedule button. Like below:
Once the user clicks the yes button, needs to send the approvals to the change managers group. The change manager approved needs to update the dates automatically in existing planned start/end dates.
Please provide the solution.
Regards,
Manasa.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 05:55 PM
you can check existing ui pages / https://servicenowbuddies.blogspot.com/2020/11/passing-value-from-form-to-ui-page.html?m=1
Using GlideDialogWindow(), you can write a script to open a custom dialog. A GlideDialogWindow can be displayed anywhere you use client scripts, UI macros, or UI actions. These are most commonly called from a UI action with the Client check box selected. For reference information on the available