validation

Hi,

i have a picker field when i select some particular users names it has to show validation message else no 

i have written like this but it is showing for all users whoever i select in picker field 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Please note that function loggedInUser() does not have parameters. You can remove it and pass the username as first parameter of the a!isUserMemberOfGroup() function.

    If this does not resolve your issue you may not have enough rights to view the users or group contents you are requesting. Check group visibility policies for this.

Reply
  • 0
    Certified Lead Developer

    Please note that function loggedInUser() does not have parameters. You can remove it and pass the username as first parameter of the a!isUserMemberOfGroup() function.

    If this does not resolve your issue you may not have enough rights to view the users or group contents you are requesting. Check group visibility policies for this.

Children