Reschedule button on change record

maheshch18
Tera Contributor

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.

1 ACCEPTED SOLUTION

AshishKM
Kilo Patron
Kilo Patron

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

View solution in original post

1 REPLY 1

AshishKM
Kilo Patron
Kilo Patron

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