In the following example, which sharing context will myMethod execute when it is invoked?
A custom picklist field, Pool Preference ¢, exists on a custom object. The picklist contains the following options: ‘Vegan’, ‘Kosher’, 'No Preference’. The developer must ensure a value is populated every time a record is created or updated.
What is the optimal way to ensure a value is selected every time a record is saved?
What are three considerations when using the @lnvocableMethod annotation in Apex?
Choose 3 answers
Which statement should be used to allow some of the records in a list of records to be inserted if others fail to be inserted?