- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hello community,
I have a requirement to hide paperclip icon (attachment icon) in the sidebar when assignment group is abc in the service operations workspace.Can you please help me how to do it as it is ootb workspace. Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
30m ago
Open the table named as UX Screens (sys_ux_screen) .
In that table, open the record with sys_id as 4bd685bc43b47110cc25ff53e9b8f27c.
In that record you can see the field called Screen Condition as follows
OOB some conditions present in that Screen Condition field that is
controller.sowrecordctrl.inputs.inputTable!=sys_template^controller.sowrecordctrl.inputs.inputTable!=sn_occ_custom_alert^controller.sowrecordctrl.inputs.inputTable!=sn_occ_log_viewer_search^controller.sowrecordctrl.inputs.inputTable!=asmt_assessment_instancejust replace that value with the below value
controller.sowrecordctrl.inputs.inputTable!=sys_template^controller.sowrecordctrl.inputs.inputTable!=sn_occ_custom_alert^controller.sowrecordctrl.inputs.inputTable!=sn_occ_log_viewer_search^controller.sowrecordctrl.inputs.inputTable!=asmt_assessment_instance^controller.sowrecordctrl.inputs.inputTable!=incident^ORcontroller.record.form.fields.assignment_group.value!=287ee6fea9fe198100ada7950d0b1b73In my above value replace group sys_id your group sys_id and save the form.
Now observe the difference in the Service Operations Workspace.
If my response helped, mark it as helpful and accept the solution.
Thanks,
Dinesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
It is incident table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
30m ago
Open the table named as UX Screens (sys_ux_screen) .
In that table, open the record with sys_id as 4bd685bc43b47110cc25ff53e9b8f27c.
In that record you can see the field called Screen Condition as follows
OOB some conditions present in that Screen Condition field that is
controller.sowrecordctrl.inputs.inputTable!=sys_template^controller.sowrecordctrl.inputs.inputTable!=sn_occ_custom_alert^controller.sowrecordctrl.inputs.inputTable!=sn_occ_log_viewer_search^controller.sowrecordctrl.inputs.inputTable!=asmt_assessment_instancejust replace that value with the below value
controller.sowrecordctrl.inputs.inputTable!=sys_template^controller.sowrecordctrl.inputs.inputTable!=sn_occ_custom_alert^controller.sowrecordctrl.inputs.inputTable!=sn_occ_log_viewer_search^controller.sowrecordctrl.inputs.inputTable!=asmt_assessment_instance^controller.sowrecordctrl.inputs.inputTable!=incident^ORcontroller.record.form.fields.assignment_group.value!=287ee6fea9fe198100ada7950d0b1b73In my above value replace group sys_id your group sys_id and save the form.
Now observe the difference in the Service Operations Workspace.
If my response helped, mark it as helpful and accept the solution.
Thanks,
Dinesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12m ago
Thanks @Dinesh Chilaka . It is working
