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…
Question
Options
- AExtension
- BPost handler
- CPre handler
- DDelegate event
How the community answered
(19 responses)- A5% (1)
- B79% (15)
- D16% (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
Community Discussion
No community discussion yet for this question.