exam questions

Exam MB-500 All Questions

View all questions & answers for the MB-500 exam

Exam MB-500 topic 6 question 44 discussion

Actual exam question from Microsoft's MB-500
Question #: 44
Topic #: 6
[All MB-500 Questions]

A company is implementing Dynamics 365 finance and operations apps.

The company must integrate its native Dynamics 365 finance and operations apps custom enhancements with Azure.

You need to create the custom business events within a development environment.

Which two classes should you use to extend the custom business events? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

  • A. BusinessEvent
  • B. BusinessEventsContract
  • C. BusinessEventsBase
  • D. BusinessEventsContractField
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
globeearth
1 week, 6 days ago
Selected Answer: BC
C. BusinessEventsBase- This class is used to define the custom business event itself. You extend BusinessEventsBase to create a new business event by implementing the logic for when the event is triggered and what data it carries. This class provides the foundation for creating the event, including methods to specify the event's category, trigger conditions, and payload. B. BusinessEventsContract- This class is used to define the data contract for the business event, which specifies the structure of the data (payload) that the event will send to external systems, such as Azure. By extending BusinessEventsContract, you define the fields and data types that the business event will include, ensuring the event carries the necessary information for integration.
upvoted 1 times
...
TrevStyleZ
11 months, 2 weeks ago
correct
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...