- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 06:10 AM
Hello All,
I have a requirement to make the Description field of the Change Task to be read-only once the Change has been approved in CAB.
In our process, the Change Requester's Manager is usually the first level of Approval, then it goes to CAB for a second level Approval.
Once CAB Approves, I want the Change Task (CSTASK) field to become read-only.
Thank you for your anticipated help.
Solved! Go to Solution.
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 06:28 AM - edited 01-30-2024 06:29 AM
It should be added on the change task table and you can use the parent.state field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 06:22 AM
Hi,
When the CAB approves the change then the state changes to "Scheduled"?
If so you can use UI policies with a condition on state = scheduled then set a ui policy action to set the short description to read only.
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 06:25 AM - edited 01-30-2024 06:27 AM
Thank you for the response.
Would that UI Policy be on the Change table or the Change Task table (where the change_task - CTASK lives)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 06:28 AM - edited 01-30-2024 06:29 AM
It should be added on the change task table and you can use the parent.state field.