How to remove the reassigned card from Service operation workspace
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello All,
How i can remove the Reassign card from service operation workspace?
@Ankur Bawiskar any idea on this?
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Debasis Pati ,
Follow these steps:
- Open UI Builder.
- Navigate to Page Collections.
- Search for "SOW - Sidebar tabs top".
- Search within it for "Record Information".
- Select "Record Information SNC" — this is the tab shown on Incident and Interaction.
- Open the page and create a duplicate, placing it above the current page in order.
- If you need to change the condition, restrict the page to table = incident (remove conditions for other tables
- If you need to change the condition, restrict the page to table = incident (remove conditions for other tables
- Open the duplicated page in the Editor and search for the "Assign Button" component.
- In the component configuration, open Configure.
- This button handles Assign, Assign to me, and Reassign.
- Add a condition to disable the button only when the Assigned To field is not empty.
- In the Disabled field, select Bind data, and enter the required condition mentioned in the SS. Condition -> if(@data.record_information.output.incidentInfo.assignedTo, true, false)
- Save the form and refresh the SOW.
If this solves your query, mark this as helpful and correct
Thanks
Anand
