Skip to main content
September 1, 2023
Question

a!pickerFieldUsersAndGroups() error

  • September 1, 2023
  • 17 replies
  • 0 views

when I used a!pickerFieldUsersAndGroups() in filter .It gives error during selecting Group 

Error:--

cannot apply [EQUALS] to field [assignee] when comparing to value [TypedValue[it =5,v=414].

what operator should I used for it

    17 replies

    mathieud0001
    September 1, 2023

    groupFilter (Group): When present, only users or groups which are members of this group are suggested.

    Are you using a constant of type Group as the filter?

    a!pickerFieldUsersAndGroups(
      groupFilter: cons!T_GROUP
    )

    September 1, 2023

    no

    September 1, 2023

    it is good with users selection but not select groups