How to filter displayed schema in query
Hello,
I would to limit the available schema taht user can select in query.
I know I'm not suppose to extend xtkSchema but I know that it's here that it can be done, so I had the following sysfilter
<sysFilter name="test">
<condition enabledIf="hasNamedRight('admin')=false" expr="@namespace = 'cus'"/>
</sysFilter>
but the hasNamesRight function didn't seem to work, did someone know why ?
I use an Adobe Campaign v7 build 8853
Thanks for your help,
Mathieu