You need to sign in to do that
Don't have an account?
nanduri
How to find list of RecordTypes that are available to a User or User's Profile via APEX or SOQL
Hi, I am trying to find the available RecordTypes for a User or User's Profile from my APEX class. Any idea how can this be done?
I was going to suggest using the UserRecordAccess SObject, but that looks like it won't work, with my testing.
You could also use an aggregate query if it's only for a specific SObject, but that limits you to only testing over 10k records: