Make all fields Read-only in ScTask
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 09:15 PM
Hi Experts ,
If a users submits a form with a particular value in feild like "Australia Client" or "US client" and submits the form, ScTask is created, then the task is continuously monitored by a particular user for example "Abel" then all the fields in the Sctask should be read only for that particular user only.
Can anyone help me with this requirement.
Thanks & Regards,
Saiteja.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 05:49 AM
Hi @tsai25044 ,
You can achieve this functionality using client side script or server side(ACL) script.
You can create UI Policy on "sc_task" table, configure the condition as per your requirement and write the script in "Execute if true" script block.
Script:
O/P:
If my answer has helped with your question, please mark my answer as accepted solution and give a thumbs up.
Regards
Jyoti Jadhav