[SalesForce] Permission Sets issues

I'm creating new permission sets on my org and I'm having some issues in two cases.

  1. I have a related list assigned to Account object. The relation ship between them is via Lookup. I have a permission set with Account CRUD access and Read access for the othe object. However I'm not able to see the related list.

  2. I have a VF tab associated to a VF page. I have a permission set that include the vf page. I'm not able to see the tab on my org.

Has anyone know why I'm getting these issues?

Thanks in advance.
Agustina

Best Answer

Regarding related lists: Permissions to see that are based on the object in the list. Some things to check:

  1. Ensure the user otherwise has access to the object in the related list (problems could be sharing rules, access to the proper Record Type, etc. . . )

  2. Ensure the related list is actually in the Page Layout for that combination of parent object and user Profile

Related Topic