Cheatsheet

AccountsSelector

Estimated reading: 1 minute 24 views
				
					for (Account acc : AccountsSelector.newInstance().selectById(accountIdSet)) {
    // Your logic for each account goes here
    System.debug('Account: ' + acc);
}

				
			
Share this Doc

AccountsSelector

Or copy link

CONTENTS