We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd53710 commit 9ba4cc0Copy full SHA for 9ba4cc0
Client-Side Components/UI Actions/CloseChildCases/README.md
@@ -1,6 +1,6 @@
1
Name: Close all Child Case
2
Table:sn_customerservice_case
3
-Condition: (gs.hasRole('sn_customerservice_agent') || gs.hasRole('admin') )
+Condition: (gs.hasRole('sn_customerservice_agent') || gs.hasRole('admin') ) && (new GlideRecord('sn_customerservice_case').addQuery('parent', current.sys_id).query().hasNext())
4
5
Use Case:
6
Provide UI action button to close all the associated child cases from the parent Case.
0 commit comments