tzinm
Results
11
issues of
tzinm
## Description Replaced the use of [`getRecordTypeInfosByName()`](https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_methods_system_sobject_describe.htm#apex_Schema_DescribeSObjectResult_getRecordTypeInfosByName) with [`getRecordTypeInfosByDeveloperName()`](https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_methods_system_sobject_describe.htm#apex_Schema_DescribeSObjectResult_getRecordTypeInfosByDeveloperName) in the `GetRecordtypeInfobyObjects` class. The purpose of this change is to ensure that the keys of the map returned by the...