Skip to main content

Timeline for Retrieving results from a map

Current License: CC BY-SA 3.0

5 events
when toggle format what by license comment
Sep 7, 2017 at 23:52 comment added sfdcfox Specifically regarding record types, consider a describe call: Id alarmRecordTypeId = Service_Call_Task__c.SObjectType.getDescribe().getRecordTypeInfosByName().get('Alarm').getRecordTypeId(); This gives you the answer you want without the SOQL hit (there's a limit of 100 per transaction).
Sep 7, 2017 at 20:14 vote accept denisoleary
Sep 7, 2017 at 17:26 answer added Santanu Boral timeline score: 3
Sep 7, 2017 at 17:24 answer added Oleksandr Berehovskyi timeline score: 0
Sep 7, 2017 at 17:22 history asked denisoleary CC BY-SA 3.0