Custom Field filter on User record

Certified Lead Developer

Is there a way to add a User Filter on the User record based off of a custom field? I assumed that since you can access a custom field using the user() function that it would be possible to access these fields in the same way from a recordFilterList but when I try the below I get an error: "The field [customField3] does not exist". Is there any way to do this either through a!recordFilterList or using an expression rule?

a!recordFilterList( name: "OFFICE", options: { a!recordFilterListOption( id: 1, name: "OBI", filter: a!queryFilter( field: "customField3", operator: "includes", value: "OBI", ) ) } )

  Discussion posts and replies are publicly visible