Restrict SCTASK to be visible by only members within that specific group task is routed to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2023 10:46 AM
I have a question that maybe someone could help me answer. I am trying to create another business rule that restrict access to catalog tasks of a certain catalog item. The RITM is restrict to members of the network group (this is the business rule that I will be showing you below), however the associate catalog tasks to fulfill the RITM may be routed to other members in other groups. I am trying to modify this code or create something similar that will restrict the visibility of the catalog task to only be view by members of the group, in which the tasks is routed to. Any thoughts?
 
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2023 11:16 AM
Write Before query on sc_task table
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2023 11:22 AM
What will this query do. It will restrict the catalog tasks to the proper assignment group for all tasks asscociated with the catalog item RITM?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2023 11:37 AM
Yes tasks will be only avaialble to assignment group people omly for all items.
If you want to do this for only one item read ACL is best option
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2023 12:21 PM
Sorry, that didn't work. I'll try to trouble shoot it some more. Thanks!