Hi all,
I have old legacy code that works perfectly with Dynamics 2011. The query retrieves a contact record and when i inspect the variable it returns all related records.
Now same code, i've upgraded it to work with D365 and it returns NULL. Data is there, I've checked. It should be getting related records but it's not.
WHY?? I've been trying to figure this out for the last week.
This is what i've done:
1. Upgraded SDK Dlls to latest
2. Modified connection to use 'CrmServiceClient'. I can CRUD.
3. Regenerated early bound classes to work with 365.
4. Used different users in the connection string (admins)
Any other ideas?