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
chandrashekar Jangitichandrashekar Jangiti 

how we can check in developer console whether user having record type permission or not?

Hi Folks,

Can you help me on this below query..

"how we can check in developer console whether  current Loggedin user user having perticuler record type permission or not?"


Thanks,
Chandu
AbhishekAbhishek (Salesforce Developers) 
Hi,

I just take the help of google and found below links which helps you to solve your problem.

http://www.mindfiresolutions.com/Record-Types-In-Apex-According-To-The-Current-Users-Profile-Availability-2463.php
http://salesforce.stackexchange.com/questions/5063/finding-if-which-users-have-a-record-type-available-to-them-using-soql

It might be useful for you.

-Thanks