service operation workspace.

Cherly
Tera Contributor

I want to allow all user to be able to create problem and to view the problem button except member of 'SD_SVCDESK_ALL', but this seem to be blocking everyone from using the button. 

"label": {
"translatable": true,
"message": "New Problem"
},
"routeInfo": {
"route": "record",
"fields": {
"table": "problem",
"sysId": "-1"
},
"multiInstField": ""
},
"condition": {
"tableDescription": {
"table": "problem",
"canCreate": 
 {
        "script": "!(gs.getUser().isMemberOf('SD_SVCDESK_ALL'))"
      }
0 REPLIES 0