Last active
December 20, 2022 20:47
-
-
Save hpmohan/c7e3351863bd27e150777e365ce486f3 to your computer and use it in GitHub Desktop.
Record type id by developer name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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