How capture Rejection Reason from the popup window and update to Approval's comments ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2024 12:40 AM
Hi All,
Requirement is, I need to popup a window with a Rejection Reason textbox where will mention the reason and should get captured / update to "Comments" field.
I have created below OnCellEdit script. but given Rejection Reason is not getting updated in "Comments" fields.
Please suggest if I need to do the change in script ?
Regards,
VIrendra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2024 10:22 AM
Hi @Virendra K
Its not possible to set form values using onCell edit. Use onchange client script. It will work.
If users changes from list view prevent the state change for rejection in list view for rejection alone.
There are various option to reject other than list view.They can also use UI action reject where you can specify to input rejection comments.
Please mark my answer helpful/correct if it resolved your query