- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2024 10:48 PM
Hi All,
I have one requirement on sc_task table,
I have created one custom field on sc_task table "New Email Address" and this field should be visible on particular task.
so here i have written one ui policy and add condition (item is new hire request), this field is visible on all task of that catalog item , so can anyone please help me on this how to restrict this field to particular task (sc_task).
Thanks,
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2024 10:56 PM
Hi,
You can add the fix short description to those tasks and same condition you can add in UI policy so only for those task field will be visible.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2024 10:56 PM
Hi,
You can add the fix short description to those tasks and same condition you can add in UI policy so only for those task field will be visible.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2024 10:56 PM
Hi @Mani60
for that particular task, you can use short description or description as condition if they are unique.
Please mark this answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 05:41 AM
@Mani60 were you able to achieve the requirement?
please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2024 11:06 PM
@Mani60 if you want the field to be visible only on particular tasks, you might need to set a condition based on the task's record values.For example use one more condition like number is xxxxx(that particular record number).
Please Mark ✅Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.
Thanks