Forum Discussion

judith860's avatar
judith860
Copper Contributor
Aug 19, 2020

Dynamic group membership rules with application assignment

1. I have a dynamic user group (Microsoft365)  (CRM users)   --- originating from random AD OUs or departments. where group name should be  "CRM users.

2.  I have CRM application  name "CRM"

3. I want to populate the Dynamic group with all staff using this "CRM"

 

the first step i have done; 

- I  created a rule  based on department (user.department -contains "Medical") and (user.accountEnabled -eq True) this works, but only for that department

- Now I want to assign users this application, then add them to dynamic group.

So that all users of CRM, automatically belong to "CRM users group".

___>>> (user.objectId -ne NULL) and (user.accountEnabled -eq True) and (applications.applicationId -eq "38bb468d-88ef-46d4-ad2d-8d57c1903964")  ,,,, this is not working.

 

 

4 Replies

Resources