- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 06:31 AM
Hi Team,
We have one requirement, need to create "Reschedule button" on the change record
Once user click the "reschedule button" dialog box appear. Dialog box displays Reason for change, rescheduled start date and rescheduled end date fields need to create new fields.
User fill the details and click ok. Approval send to change managers with field details.
Once change manager approved the change, change record updated the new dates by default.
Please provide the solution.
Regards,
Mahesh.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 06:50 AM - edited 03-13-2024 08:20 AM
Hi @maheshch18,
Can you share, what have you done so far and where you stuck.
You can create UI Action on change table with applied condition. Use GlideDialogWindow api to show pop-up window and use UI page for showing the schedule start/end and reason field.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 06:50 AM - edited 03-13-2024 08:20 AM
Hi @maheshch18,
Can you share, what have you done so far and where you stuck.
You can create UI Action on change table with applied condition. Use GlideDialogWindow api to show pop-up window and use UI page for showing the schedule start/end and reason field.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution