Hi all,
We want to create a virtual entity to link data from our legacy transaction system that sits on an oracle database. Naturally, the legacy system doesn't provide an odata end point so we are thinking of creating one with WCF. The OData endpoint would sit on a server between D365 and our oracle db as it's not on the web. I have a few questions:
1) Has anyone successfully created a VE via OData 4 to an oracle database?
2) I've read that a GUID is mandatory in the source data, then I've read in other places that it is not, the only difference is that if one is provided then you can switch on activities for the virtual entity.
3) If one wants to create a relationship/lookup from the contact to the VE, then I assume you would need to include the contact guid in the entity.
I get the feeling that it is not going to be easy to hook this together.
Thanks in advance for any help.