Skip to content

Apex Notes

Peter Ogilvie edited this page May 20, 2019 · 3 revisions

Find a RecordType Id without SOQL

Create a Map collection from a SOQL query

Map<ID, Account> m = new Map<ID, Account>([SELECT Id, Name FROM Account LIMIT 10]);

Getting debug logs for guest users Spring '19 and after

Spring 19 Release Notes

Clone this wiki locally