SOLVED

I am trying to create a dynamic membership rule for users with a Visio Plan 2 for faculty License

Copper Contributor

Hi,

 

This is my query:

 

user.assignedPlans -any (assignedPlan.service -eq "663a804f-1c30-4ff0-9915-9db84f0d1cea" -and assignedPlan.capabilityStatus -eq "Enabled")

 

Also tried

 

user.assignedPlans -any (assignedPlan.service -eq "VISIOCLIENT_FACULTY" -and assignedPlan.capabilityStatus -eq "Enabled")

 

Both don't seem to work.

 

Any ideas?

 

DJITS.

2 Replies
best response confirmed by Diederik Janson (Copper Contributor)
Solution

@Thijs Lecomte 

 

Hi Thijs,

 

Thank you so much. The PlanId part added fixed my issue.

 

DJITS.

 

1 best response

Accepted Solutions
best response confirmed by Diederik Janson (Copper Contributor)
Solution

@Thijs Lecomte 

 

Hi Thijs,

 

Thank you so much. The PlanId part added fixed my issue.

 

DJITS.

 

View solution in original post