How to create campaign filter with default account attributes like locked / disabled? I’m trying to only review accounts with locked as false.
I tried this but didn’t work. Appreciate insights.
{
"id": "[MASKED_ID]",
"name": "SAP UAR Campaign Filter Updated",
"description": "Campaign filter to pull only active accounts from SAP Source for user access review.",
"owner": "[MASKED_OWNER]",
"mode": "INCLUSION",
"criteriaList": [
{
"type": "COMPOSITE",
"property": null,
"value": null,
"operation": "AND",
"negateResult": false,
"shortCircuit": false,
"recordChildMatches": false,
"id": null,
"suppressMatchedItems": false,
"children": [
{
"type": "COMPOSITE",
"property": null,
"value": null,
"operation": "OR",
"negateResult": false,
"shortCircuit": false,
"recordChildMatches": false,
"id": null,
"suppressMatchedItems": false,
"children": [
{
"type": "ACCOUNT",
"property": "locked",
"value": false,
"operation": "EQUALS",
"negateResult": false,
"shortCircuit": false,
"recordChildMatches": false,
"id": null,
"suppressMatchedItems": false,
"children": null
}
]
},
{
"type": "SOURCE",
"property": "application",
"value": "SAP",
"operation": "EQUALS",
"negateResult": false,
"shortCircuit": false,
"recordChildMatches": false,
"id": null,
"suppressMatchedItems": false,
"children": null
}
]
}
],
"isSystemFilter": false
}