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
Am123Am123 

record type editor for Chatter User

This record type cannot be deleted because the following profiles use this record type as default.

 

Profiles Chatter External User

 

where is the record type editor for this profile?

sfdcfoxsfdcfox

This is probably a glitched record type setting (it tends to happen when they introduce hidden profile types). You'll have to probably find a way to get the profile ID, then use an existing editor with the correct profile ID. I'm not sure how to find that one, but I used this trick back in 2006 or 2007 when they started adding hidden profile types.

dmchengdmcheng
You need to construct this URL:
https://[your salesforce instance]/setup/ui/profilerecordtypeedit.jsp?id=[the profile id]&tid=[the object id or name]&pn=Chatter+External+User

 

Where id is the ID of the offending profile, tid is the ID of the custom object or name of the standard object, and pn is the name of the offending profile.
Penelope Gatlin 4Penelope Gatlin 4
This URL worked perfectly, thank you!