I have users in the permission set whose Production tab is not opening. All components in the Production tab belong to the custom component "CMTD Enhanced Related List." doed any one know how i can give them access to see the production tab .
1 réponse
If users can't open the Production tab, and it's using the CMTD Enhanced Related List component, here are a few things you can check to resolve the issue:
- Tab Access in Permission Set Make sure the Production tab is visible in the users’ permission set or profile. If it’s a custom tab, set it to “Default On”..
- Object & Field Permissions The component may be referencing objects and fields. If users don't have at least read access to those objects/fields, the tab may not load properly.
- Component Access (if custom or packaged) If the component is from a managed package, ensure that users have access to any Apex classes or Visualforce pages it uses. If it’s a custom-built LWC, make sure there aren’t Apex controller-level permission restrictions affecting visibility.
- Lightning Record Page Assignment If the tab is part of a Lightning page (like a custom object or record page), verify that the Lightning page assignment includes the correct profiles, apps, or record types for those users.
- Component Visibility Filters Check if any component visibility filters are applied that could be hiding the tab or section based on profile, permission, or record data.
If users still face issues, try checking the browser console for errors or setting up a debug log when the tab fails to load.
Let us know if you can share more details like the error message or tab setup. Also,
Hope this helps!
Also, if you find this content helpful please mark it as the best answer.