Need to make a field Readonly in the change form(Change_request). when the appproval state requested
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2023 06:06 AM - edited 07-04-2023 07:32 AM
Hi Experts,
I have a requirement like
I Need to make a field (Impact) ReadOnly in the change form(change_request). when the approval state "requested"(sysapproval_approver) table. PFA
Could you please help me on it. Any help will be appreciated
Thanks in Advance
Aakhil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2023 06:24 AM
Hi Aakhiil
Create a UI Policy, Where select the Read-Only Check-Box, Select your Table and add the condition approval state == requested
Mark my solution as Accepted if you find Helpful
Regards
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2023 06:41 AM
Hi @samakshwani
Thanks for your reply
I have already tried with UI policy on change request table but its not working as excepted why because approval state "requested " its in (sysapproval_approval) table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2023 06:45 AM
Hi Aakhill,
You can create a OnLoad Client Script and call Script Include in it, For getting the approval state value and according to that you can change the state of impact field as Read Only.
Plz Mark my solution as Accepted if find helpful.
Regards,
Samaksh