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
CaffeineCaffeine 

ProfileRecordType not visible?

All,

I'm trying to lookup all of the RecordTypes available to a Profile for an Object.  I checked the API guide and the ProfileRecordType object looks like the perfect fit.  Only problem is that it doesn't appear to be visible from the API.  I tried both API 14.0 and 15.0, but an error message comes back saying that it's not supported.

 

Two questions:

1. Should I be able to see this object?

2. If not, how can I find out which RecordTypes a certain profile has access to?

 

Thanks,

C.