QuestionQ32
Extend the platformThe following code updates the customersizecode choice column on the Account table when the numberofemployees column value exceeds 100.
Line numbers are included for reference only.

For each statement, select Yes when it is true. Otherwise, select No.
Yes or No
| Statements | Yes | No |
|---|---|---|
| Does the Retrieve method use the correct parameters? | ||
| Will a plug-in triggered on the update of the numberofemployees column execute after the Update method is executed? | ||
| Will an exception be thrown if the value for numberofemployees is null? |
Community Discussion