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
mpkmpk 

...API access to "Personal Setup" info for all users?

I've just started using Record Types, but would like to avoid forcing my users to select the default record type every time they create a new Opportunity.  I'd also like to avoid forcing each user to manually set his/her own Personal Setup->My Personal Information->Record Type Selection option.
 
Is there some way I can reset this option programmatically for all of my users?  (i.e., does this live somewhere in the schema that I can access/change through the API?)
benjasikbenjasik
this isn't exposed in the api today
mpkmpk
So...then there's absolutely no way I can avoid having to instruct every new user to visit the "Personal Setup" section and alter this setting personally?