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
Sridhar boorugupalliSridhar boorugupalli 

Security and custom profile

Hi All,

 

I have a custom object  Aggregator.Values for Aggregator company x,company y,company z...etc

 

My problem:


when user logged in have show specific to company x .

 

I create a custom profile.But it is accessing on Aggregator object not on values of Aggregator.

 

How to solve my problem.

 

 


NashalNashal

Hi,

 

Create a relationship between the User object and the aggregator object.

 

Then create a visualforce page to display the aggregator related the user.

 

 

Hopefully, this should help you..

If not, let me know the issue

 

 

 

Thanks