Dynamic filters not working in custom application

abhilashsg
Tera Contributor

dynamic filters "is Me" not returning records. where as when entered the user name it does return the matching records and this is happening in custom app that we built.

This was always working fine but post yokohoma release issue is seen

1 ACCEPTED SOLUTION
5 REPLIES 5

Maik Skoddow
Tera Patron
Tera Patron

It's not clear what you mean with "this is happening in custom app that we built"!
The "Me" dynamic filter is a OOTB filter should always work in the list. So how is the issue related to your custom app?

Please provide more details and better screenshots to understand your situation better.

Sure, we have a reference field called customer manager, which has a module in which condition filter is setup to show the list of records for user who are customer manager themself.

list filter is (customer manger is me(dynamically)). This doesn't return the records. Where as instead use the filter, (customer manager is "user ID"), where userID is manually entered then it returns the records.

Aakash Mani
Tera Contributor

We are experiencing the same issue. Dynamic filter for 'Me' is not working for few users(verified, there are no duplicate user accounts). But when filter points directly to that user, records show up.

 

Interestingly, OOB tables(approver) work correctly. Custom tables are impacted. 

 

Please share if someone has solution to it.

NotNowBoss
Tera Guru

We encountered an issue when using a custom field (type: reference to the sys_user table) on any table in our instance.

Scenario:
We select a user who we know has full CRUD access to 10 specific records. (Tested and confirmed.)

When we use a Dynamic Filter Option like (Me) on that field, none of the 10 records appear.

However, if we change the filter condition to "is" and manually select that same user, all 10 records are returned as expected.

So it looks like the (Me) dynamic filter isn’t behaving as expected in this context.