- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2022 06:22 AM
When an approver rejects my request it follows a run script which we need to update the work notes and make the additional comments to yes in RITM(sc_req_item) which is we need make that field to true as it is a check box. I have updated the worknotes it is working fine but no idea for the additional comments thing.
Can anyone help with this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2022 06:32 AM
A field can be made mandatory on only client side.
So from serverside (workflow) its not possible to make a field mandatory.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2022 06:26 AM
Approval is done in sysapproval_approver table's record form.
This additional comments is in RITM form.
You cannot set a field mandatory in RITM record when you are on approval form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2022 06:30 AM
I'm doing this in workflow so when approver rejects it comes to a runscript where we need to make that additional comments true.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2022 06:32 AM
A field can be made mandatory on only client side.
So from serverside (workflow) its not possible to make a field mandatory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2022 06:52 AM
Thank you