We are using the "Group Management Tempo Application" from Shared Comp

We are using the "Group Management Tempo Application" from Shared Components. We want to apply a default filter to this record and display only groups to which the loggedInUser has access to. However, we are not able to get the default filter feature to work. Code snippet for the default filter below.
a!queryFilter(
field: "name",
operator: "=",
value: "TestGroup" /* will be modified later with a function that returns a list of groups */
) .
Tried filtering by the available attributes of a group like 'name', 'lastmodified' etc..Get the error - The field [lastmodified] does not exist.
What are we missing here?

OriginalPostID-162542

OriginalPostID-162542

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data