function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SambitNayakSambitNayak 

Allow to view a LWC component based on access

Hi,
I need to create a Home Page where I should have 3 icons (mentioning 3 applications)--- Upon clicking, these icons should take me to respective Applications. Only those users who have access to the applications, can see the respective icons.For eg: Mr. Abc has access to Marketing application, and he can see this Marketing icon when he logs in.

Is there a way to find out programatically -- which user has access to which object (maybe at profile level or by Permission sets)

 

Thanks.