Filter is not working for users except system admin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10 hours ago
Hello All,
I have created custom workspace using APP engine studio. Facing one issue in the custom workspace as below. When I (as an admin) trying to filter any related list table (eg., short description contains round) able to see the exact results as expected. But when i impersonate with other user (having custom application role) and try to filter as same, not showing any records in the related list.
Is anyone faced the same issue before? Please help us out to resolve this issue. Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10 hours ago
just not able to filter or not able to see any data in related lists.
This couldbe ACL issue as well, the custom role user not having access to table in related list.
Please mark the answer correct/helpful accordingly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10 hours ago
Check your custom workspace for roles provided and see if there are any underlying ACLs that limit non-admin users to perform search operations.
Try providing the roles in custom workspace and try again
If it does not work, check any ACLs defined for the underlying data and add non-admin roles to perform the required operations.
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
9 hours ago
Not able to see any results when filtering on particular fields for that users even in native view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
8 hours ago
@dgovindhara That means euther there is no data or user does not have access to read the data.
Check the table level read acl on this table or any query Business rule on this table restricting access based o roles.