1

I have enable the VT BC solution and it is working. I can read items (products) from BC, update them and create new ones.

My next chalenge is to import a excel sheet repeatingly to create/update BC items.


There is something wrong in the way the dataflow is reading the metadata. Because after setting up the dataflow and running it, it failes with this error.

https://xyz.crm4.dynamics.com/api/data/v9.1/dyn365bc_item_v2_0s{ "dyn365bc_displayname": "item A", "dyn365bc_number": "1" } {"error":{"code":"0x8006088a","message":"Resource not found for the segment 'dyn365bc_item_v2_0s'."}}


But the correct URL is https://xyz.crm4.dynamics.com/api/data/v9.1/dyn365bc_items_v2_0(80A4FA1B-7F09-EC11-BB74-000D3ABCD730)


I thing the dataflow is not able to get the correct metadata for BC virtual tables. Please fix.

Category: General
STATUS DETAILS
New