State Field Read Only when state is closed complete, incomplete & Skipped in catalog task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2024 10:52 AM
State Field Read Only when state is closed complete, incomplete & Skipped in catalog task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2024 08:23 AM
I have created write ACL on sc_task.state and added condition
State is not one of closed complete, closed incomplete and closed skipped
It is working as expected
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2024 08:24 AM
Perfect buddy. @Dileep Raju
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2024 11:08 PM
Hi @Baker1
Navigate to "Service Catalog" > "Catalog Policy" > "UI Policies" in the application navigator.
Click on "New" to create a new Catalog UI Policy.
Provide a name for the UI Policy (e.g., "Read Only on State Changes").
Set the "Table" to the relevant catalog task table (usually "sc_task").
In the "Conditions" section, add the following conditions:
- Field: State
- Operator: is one of
- Value: Closed Complete , Closed Incomplete, Skipped
- Type: Read Only --> True/Active
- Fields: "State"
In the "UI Policy Actions" section, add a new action:
Create New Action
Save the Catalog UI Policy.
Please Mark it helpful and correct if this solves your problem.
Regards,
Deepak Sharma