Prerequisites
A created Notification
A created Schedule with the following filter. Adjust the term of the filter to the GUID of the permission set you use for archiving:
Code Block |
---|
{
"kind": "NotFilter",
"filter": {
"kind": "TermFilter",
"field": "permissionSetIds",
"term": "91d2c08e6fe54c1384ff5be5dfe2e1d8"
}
} |
And the following search string:
imageAndUsageInformation.expiryDate:[now+9d TO now+10d] OR multimediaAndUsageInformation.expiryDate:[now+9d TO now+10d] OR otherContentAndUsageInformation.expiryDate:[now+9d TO now+10d] OR documentAndUsageInformation.expiryDate:[now+9d TO now+10d]
Trigger
The trigger point (check Triggers in Business Rule Settings):
...