Reference field filter restrictions

Khalid9030
Tera Contributor

Hi,

 

We have a reference field on custom table when end user click on the reference field  cannot able to perform the filter operations but admin can perform the filter operations. Please refer the attachment.

How we can achieve this?

6 REPLIES 6

Aniket Ingle
Tera Contributor

Hello Khalid,
Aniket here for the solution of your question. I think you have given the role for the admin that's why he performs the operation. Please check the ACL which user you have given the role.

Vishwa Pandya19
Mega Sage

Hi Khalid,

 

This is because of the read ACL on the custom table.

When a custom table is created, there are 4 default ACL's created (create, read, write, delete).
While the admin can perform all kinds of tasks because of the admin overrides option, the end user is restricted because of the default ACLs.
You will have to do one of the below following:

  1. Make the default ACL is false
  2. Create new ACL which allows end users access
  3. Update the default ACL

 

If my answer helped you in any way please mark it as helpful.

@Vishwa Pandya19 

I am talking about reference field pop up window filter restriction not on record level access 

Trupti94
Tera Guru

Can you please check- Does the user having snc_external and snc_internal role?