[SalesForce] Related list is not visible in lightning mode for a user but visible in classic mode

I am trying to convert a classic application to lightning, in the process I got stuck with a weird issue. For a particular user, one child object's related list item is not getting displayed in the related list section. But the same related list item is getting displayed when user switched back to Classic Mode.

I checked all permissions for the particular user profile like:

  1. All CRUD permissions and "View All" permissions are on the profile
  2. The same related list item is visible for other users with a different profile
  3. On customize layout this related list section is under available category

Am I missing something here, or is this a bug?

Best Answer

Hi I have faced the same problem so this is what i did

check for the lookup field permission on the child object (It needs to be atleast read) in classic we are able to see the related list irrespective of the fact if child object lookup field has access or not but in lightning only those related list will show up whose child object lookup field has atleast read access

Related Topic