Salesforce Platform Developer 1 Test Questions Deck 1 Flashcards
1
Q
In a single record, a user selects multiple values from a multi-select picklist. How are the selected values represented in Apex?
A
As a String with each value seprated by a semicolon.
2
Q
Which trigger event allows a developer to update fields in the Trigger.new list without using an additional DML statement? Choose 2 answers
A
Before Insert
Before Update