angela
6 months agoCatalyst II
How can I filter for created_on date in a MAC Policy rule?
Hi community,
MAC policies allow us to specify item access for certain groups based on properties.
Does anyone know how to filter for the "created_on" property? I only want to show items that are newer than a certain date. Right now I have the following rule:
CurrentUser.IsMemberOf('Administrators')
AND (CurrentItem.ai_test_result = 1)
AND (CurrentItem.created_on > '2025-05-05T00:00:00')"ai_test_result" is a custom property that I added to the PolicyAccessItem. This filter works. But the created_on filter is ignored. What could be wrong?
Thanks!
Angela