Hello
We recently updated from 9.2 to 9.5 and the following relevance trick doesn’t work anymore. We were using an Active Directory group to filter the scope of a task.
(((exists value whose(it as lowercase contains “ADGroupName” as lowercase ) of components whose(type of it=“CN”) of distinguished names ((distinguished names of groups of it; distinguished names of it) of logged on users of it))) of active directory)
Has something changed about the evaluation of AD-related properties ?
Thanks