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
AndrewTaylorAndrewTaylor 

Set RecordTypeId value to Null

Is there a way to programmatically set a record's RecordTypeId to null after it has already been set?  When I try this, and then retrieve the record again, the RecordTypeId value is still set.
VahidVahid
I think once we have set default record type in Profile then we can't make it NULL, in other words whenever we don't pass record type id for a record then it uses default record type for that record.

Thanks
Abdul Vahid
www.ibirdsservices.com
(iBirds Software Services Pvt. Ltd.)
AndrewTaylorAndrewTaylor
That's what I was worried about :)  Ok, thank you for the confirmation!