I have a requirement that the Accounts catalog item requests should reassign to specific 2 assignmen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 03:08 AM
I have a requirement that the Accounts catalog item requests should reassign to specific 2 assignment groups called X and Y. Those requests should not be reassigned to any other groups we need to restrict.
How can we achieve this Please suggest .
Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 05:02 AM - edited ‎08-17-2023 05:03 AM
You can consider writing UI Policy on sc _task table ( I assume, you generate SCTASKs by submitting the catalog Item) to make Assignment Group field read only when assignment group is x or y
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 07:04 AM
For those 2 groups only that sctasks should be re assign..to remaining groups it should not be re assign

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 08:40 AM
Then you can reverse your logic to be applied in your case
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 06:07 AM
Could you please help me with the conditions I am not able to implement the ui policy actions exactly