Hello Finance community,
In the development and customization area, has anyone successfully completed the tutorial on this page:
https://learn.microsoft.com/en-us/training/modules/build-reports-finance-operations/04-exercise
When I do the first 10 steps:
- Open Visual Studio as administrator.
- From the File menu, select New > Project. Select Dynamics 365 on the left pane. select Finance Operations in the middle pane. Enter ReportingProject in the Name field. Select OK.
- In the Solution Explorer, right-click your project node, and then select Add > New Item.
- Select Data Model and then select Query.
- For the Name field, enter FMVehicleModelQuery and then select Add.
- Open the Application Explorer view, if it is not already open.
- In the AOT, open Data Model > Tables, and then select and drag FMVehicleModel table to the data source of your query.
- In the properties of the QueryRootDataSource FMVehicleModel, set the Dynamic Fields property to Yes.
- Select Save all.
- Right-click the Project and build (Ctrl+Shift+B).
The result I get is this:
Is there some simple step maybe I'm missing? Or anyone have experience with a the same error in a similar circumstance? Did you solve it, if so how?
Thanks again.