Microsoft
MB6-894 · Question #7
You are writing a JSON-based custom service to consume a new data entity. You need to expose the data entity to the OData service. What should you do on the data entity to achieve this goal?
The correct answer is C. Set the IsPublic property to Yes. OData entities in Dynamics 365 for Finance and Operations are basedon the concept of an updatableview. When the public property for an updatable view is set to true, this view is exposed as a top level OData entity.
Set up and Configure the General Ledger
Question
You are writing a JSON-based custom service to consume a new data entity. You need to expose the data entity to the OData service. What should you do on the data entity to achieve this goal?
Options
- ASet the PrimaryKey to EntityKey.
- BSet the Visible property to Yes.
- CSet the IsPublic property to Yes.
- DSet the DataManagementEnabled to Yes.
How the community answered
(66 responses)- A9% (6)
- B2% (1)
- C85% (56)
- D5% (3)
Explanation
OData entities in Dynamics 365 for Finance and Operations are basedon the concept of an updatableview. When the public property for an updatable view is set to true, this view is exposed as a top level OData entity.
Topics
#OData service#data entity#IsPublic property#custom service
Community Discussion
No community discussion yet for this question.