exam questions

Exam MB-500 All Questions

View all questions & answers for the MB-500 exam

Exam MB-500 topic 6 question 21 discussion

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

DRAG DROP -
A company implements Dynamics 365 Finance and Dynamics 365 Supply Chain Management.
Customers place orders from the company website store or through sales representatives.
You create a Power Platform app to manage sales quotes for sales representatives who do not have direct access to the Finance and Supply Chain Management environment. The app must meet the following requirements:
✑ Sales representatives must be able to create new customers.
Ensure that only approved products can be sold.

✑ Be available when the sales representatives do not have internet access.
Web sales are imported nightly.
You need to determine a strategy to integrate apps.
What should you use? To answer, drag the appropriate options to the correct app features. Each option may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/dual-write/dual-write-overview https://docs.microsoft.com/en-us/powerapps/developer/data-platform/virtual-entities/get-started-ve https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/develop-composite-data-entities

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
2 weeks, 4 days ago
1: New customers → A. Dual-write (for bidirectional sync and offline support). 2: Approved products → B. Virtual entity (for read-only access to product data). 3: Web orders → A. Dual-write (for nightly import of sales orders). why not composite entity? While sales orders involve headers and lines (e.g., SalesTable and SalesLine), Composite entities are not necessary for this scenario. Dual-write already supports mapping complex entities like sales orders (header and lines) as a single logical unit, handling the relationships automatically. Composite entities are more relevant for scenarios requiring custom bundling of unrelated entities, which is not needed here.
upvoted 1 times
...
TM22
11 months, 3 weeks ago
New Customer -Virtual entity -should work without internet connection Approved product list- Composite entity - Cust and approved product Website - Duel write
upvoted 4 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 ...