Original Message:
Sent: Jul 23, 2025 07:50 AM
From: Hemalatha Simhadri
Subject: Restrict Service Desk ticket visibility to certain users, and allow all users to view the main ticket without editing access.
Hi Amina,
Workflow is a QREL for the Call_Req object. I suspect that it may be not possible to create constraint like that. We need to see further on this. Please share support case#.
Thanks & Regards,
Hema.
Original Message:
Sent: Jul 23, 2025 06:01 AM
From: Amina Ch
Subject: Restrict Service Desk ticket visibility to certain users, and allow all users to view the main ticket without editing access.
We did not receive any help from support, so I posted here.
Original Message:
Sent: Jul 23, 2025 03:32 AM
From: Hemalatha Simhadri
Subject: Restrict Service Desk ticket visibility to certain users, and allow all users to view the main ticket without editing access.
Hi Amina,
As the requirement is very specific please raise a support ticket.
Thanks & Regards,
Hema.
Original Message:
Sent: Jul 23, 2025 03:29 AM
From: Amina Ch
Subject: Restrict Service Desk ticket visibility to certain users, and allow all users to view the main ticket without editing access.
Main requirement is that
"The workflow task assignee should be able to view the main ticket"
please guide
Original Message:
Sent: Jul 23, 2025 01:54 AM
From: Hemalatha Simhadri
Subject: Restrict Service Desk ticket visibility to certain users, and allow all users to view the main ticket without editing access.
Hi Amina,
You can always use Data Partitions feature of ServiceDesk Manager product to achieve this requirement.
Data partitions are subsets of the CA SDM database that enable you to control access at the record level. You can associate a data partition to a role to control access to tickets and other records accessible through the web interface.
Please refer to ServiceDesk Manager documentation for more details on Data Partitions
https://techdocs.broadcom.com/us/en/ca-enterprise-software/business-management/ca-service-management/17-4/administering/configure-ca-service-desk-manager/how-to-set-up-the-data-partition.html
Service Desk tickets should be visible only to selected users, such as specific roles or groups ---> To make this restriction you can create VIEW constraint on Call_Req object with the constraint clause as: group = @root.group
The main ticket (Request/Incident/Problem) should be visible to all relevant users but remain read-only. -->To achieve this you can create a PRE-UPDATE constraint on Call_Req object with the constraint as: assignee = @root.id
You can explore more based on your requirements.
Hope this helps.
Thanks & Regards,
Hema.
Original Message:
Sent: Jul 22, 2025 06:20 AM
From: Amina Ch
Subject: Restrict Service Desk ticket visibility to certain users, and allow all users to view the main ticket without editing access.
please guide me on how to achieve the following?
Service Desk tickets should be visible only to selected users, such as specific roles or groups. The main ticket (Request/Incident/Problem) should be visible to all relevant users but remain read-only.