Skip to content

Instantly share code, notes, and snippets.

@hpmohan
Last active December 20, 2022 20:47
Show Gist options
  • Save hpmohan/c7e3351863bd27e150777e365ce486f3 to your computer and use it in GitHub Desktop.
Save hpmohan/c7e3351863bd27e150777e365ce486f3 to your computer and use it in GitHub Desktop.
Record type id by developer name
Id businessRecordTypeId = Schema.SObjectType.Account.getRecordTypeInfosByName().get('Business').getRecordTypeId();
Id partnerRecordTypeId = Schema.SObjectType.Account.getRecordTypeInfosByName().get('Business').getRecordTypeId();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment