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
rrichardrrichard 

RecordTypes newbie question...

Is there a way from the api to get the filtered picklists associated with a RecordType?

Thx,
Roger
SuperfellSuperfell
They're available via the describeLayout call.
rrichardrrichard
Thanks Simon.