exam questions

Exam MB-500 All Questions

View all questions & answers for the MB-500 exam

Exam MB-500 topic 6 question 34 discussion

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

A company requires a Power Apps app that will enable users to view and create new leads in Dynamics 365 from the app.

The data is in a custom entity named LeadsTable, which is not accessible outside Dynamics 365.

You need to make the data available outside Dynamics 365.

What should you do?

  • A. Enable IsPublic for the data entity linked to the LeadsTable.
  • B. Assign the create, read, update, and delete operations for the LeadsTable to the sales associate role.
  • C. Enable all create, read, update, and delete operations on the LeadsTable table.
  • D. Create an aggregate data entity for the LeadsTable.
  • E. Enable data management capabilities on the data entity.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
Selected Answer: A
A. Enable IsPublic for the data entity linked to the LeadsTable. data entities can be exposed for external access (e.g., to Power Apps, Power BI, or other applications) by setting the IsPublic property to Yes. This makes the entity available through OData endpoints, allowing external applications like Power Apps to query and modify the data.
upvoted 2 times
...
smithlaod
7 months ago
A is correct. When I reference to this guideline that enable PowerBI to consume data in D365, an OData endpoint is needed. And enabling IsPublic for a data entity allows it to be accessed by external consumers through web services, such as OData endpoints. Neat. https://community.dynamics.com/blogs/post/?postid=e91b6c7a-51cd-4007-8f64-c380be41fce4
upvoted 3 times
...
2d4d146
7 months, 2 weeks ago
A IS coorect : accessible from outside D365
upvoted 2 times
...
Ali20
7 months, 3 weeks ago
Selected Answer: E
Correct answer must be: E. Enable data management capabilities on the data entity A. Enable IsPublic for the data entity linked to the LeadsTable: refers to making the data entity accessible to external consumers, but it may not necessarily address the requirement of making the data available outside Dynamics 365 for use in a Power Apps app. Enabling IsPublic for a data entity allows it to be accessed by external consumers through web services, such as OData endpoints. While this does make the data entity accessible to external applications, it doesn't directly address the requirement of exposing the data to be consumed specifically by a Power Apps app. E. Enable data management capabilities on the data entity is more aligned with the requirement because it involves enabling capabilities that allow the data entity to be used and managed outside of Dynamics 365, which is essential for integrating with Power Apps.
upvoted 2 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 ...