State changes to approval
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2024 11:44 PM
Hi Team ,
Need some help in scripting part , Requirement is Set below fields to read-only after approval is requested
cmdb_CI,cat,subcat,shortdescription,description
I tried with UI Policy , but looks like it doesn't work .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 02:36 AM
I have mentioned state "Requested" for reference, You can write query to the actual field which you used to trigger the approval.
If for instance, If approval is getting triggered when State is "Approval Requested", Then write your UI policy to state is "Approval Requested" and UI policy action to the fields you want to make read only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 02:43 AM
You means to say this action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 02:59 AM
Hello @pramn ,
Please provide your detailed req with which table and state you are trying to achieve this, So I can provide the valid solution, Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 10:14 AM
change request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 01:12 AM
Hii pramn,
If UI Policy not working then You need to implement with Client Script
Client Script Type: Onload
Script:
Best Regards,
Sufiyan Murshad