Hello All,
Where can I find all possible functions I can use in sysFilter condition along with there explanation.
In documentation you can find only one, hasNamedRight(" ").
Instead of Named Right, i want to use operator group.?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @Avi2412 ,
You can use hasNamedRight('admin') or $(loginId) in sysFilter condition.
Document to Refer: https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/editing-...
To use operator group in sysFilter, create a new named rights (Example, Name: newNamedRight) in /Administration/Access Management/Named rights/
Then, go to the operator group which you want to add in sysFilter, operator group > content > add this newly created Named rights in it.
Now in schema, sysFilter's condition, give hasNamedRight('newNamedRight').
By this way, you can able to give sysFilter to operator group.
Hi @Avi2412 ,
You can use hasNamedRight('admin') or $(loginId) in sysFilter condition.
Document to Refer: https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/editing-...
To use operator group in sysFilter, create a new named rights (Example, Name: newNamedRight) in /Administration/Access Management/Named rights/
Then, go to the operator group which you want to add in sysFilter, operator group > content > add this newly created Named rights in it.
Now in schema, sysFilter's condition, give hasNamedRight('newNamedRight').
By this way, you can able to give sysFilter to operator group.
tried this way not working out ,can you help with this problem to fix
Views
Replies
Total Likes
Views
Likes
Replies