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
Arun KArun K 

Organisation for different user types

I have a Org where User are divided into 3 Salesforce types.

 

i have also rules which are different according to each salesforce type

 

What is the way that I need to satisy to Different user types.

 

Do I need to create 3 Vf page's and assign to different salesforce type User's

Rise AnalyticsRise Analytics

Have you looked into record types and creating profiles for each type of user? If you have 3 different types of users, you'll certainly want to use profiles and record types may solve your other concerns (depending on exactly what you need to accomplish).

 

http://login.salesforce.com/help/doc/en/customize_recordtype.htm

Arun KArun K

That can be answer for that.

 

But I wonder Is it possible to have code in a controller to execute according to user type if I use Record type.?