Smart UI and Perspective Manager gurus....
When defining a perspecitve and using the rules editor, is there a way to implement a rule to only use a perspective if a specific classification has been applied to the location?
For example, the following checks if the Business Workspace type is in a list
"rules": [{
"errorMsg": "",
"id": "rule-1516097332405",
"rule": {
"displayValue": "1",
"logicPrefix": "",
"operand": "ecmlinkworkspacetype",
"operandCode": "[LL_REPTAG_SOURCEID /]",
"operator": "IN",
"truthy": false,
"type": "select",
"value": "118072,118073"
}
}
],
Is there a way to instead of checking if a specific classification (I assume a set can be done using the IN operator)....
I can't find anywhere documented the permitted list of values for "operand" and suspect I need something like a "dataID" operand - no?
Regards,
David