nerdexam
Microsoft

MB-500 · Question #331

A company uses Dynamics 365 Finance. System users require a default value for a table to save time entering data. The value must appear each time users create a new record, before completing other…

The correct answer is B. Post handler C. Pre handler. Pre-Event Handlers and Post-Event Handlers An event handler can reside underneath a method node can run either before or after the method runs. You can use CalledWhen property on the event handler node. The CalledWhen property Pre - The event handler runs before the method…

Develop business logic

Question

A company uses Dynamics 365 Finance. System users require a default value for a table to save time entering data. The value must appear each time users create a new record, before completing other fields and saving the record. After a user saves the record, the user must receive an email that contains the data. You need to add the appropriate events for each case. Which two objects you should use? Each correct answer presents part of a solution. NOTE: Each correct selection is worth one point.

Options

  • AExtension
  • BPost handler
  • CPre handler
  • DDelegate event

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    79% (15)
  • D
    16% (3)

Explanation

Pre-Event Handlers and Post-Event Handlers An event handler can reside underneath a method node can run either before or after the method runs. You can use CalledWhen property on the event handler node. The CalledWhen property Pre - The event handler runs before the method starts. Post - The event handler runs after the method ends. https://chaituax.wordpress.com/2014/04/09/how-to-use-event-handler-in-microsoft-dynamics-ax-

Topics

#event handlers#pre handler#post handler#table events

Community Discussion

No community discussion yet for this question.

Full MB-500 Practice