QuestionQ278
Extend the platformYou are developing a Power Platform solution that uses a plug-in. The plug-in contains the following code, with line numbers included for reference:

A plug-in step is registered in the execution pipeline at the PreOperation stage for the Create message.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Yes or No
| Statements | Yes | No |
|---|---|---|
| The GenerateAccountNumber method runs if the plug-in step registration is changed to the PostOperation stage. | ||
| Creating an account in a model-driven app while excluding a name generates the error message “Account name is missing”. | ||
| The Organization service's Update method must run to update the database after setting the accountnumber value. |
Community Discussion