- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â05-21-2025 12:48 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â06-30-2025 12:42 AM
Hi,
Found the solution
MSI (May Maintenance 2025) created query_range ACL with HasQueryRangeRoleAndHasRightsToReadIsTrue Se...
Add the role query_range_role to the user and it will work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â05-21-2025 01:48 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â05-21-2025 10:45 PM - edited â05-21-2025 10:46 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â06-03-2025 08:18 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â06-30-2025 12:16 AM
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.