microsoft / Dynamics-AX-Integration

Dynamics AX Integration samples and demos.
285 stars 356 forks source link

Odata service Read operation is not working #110

Closed ryadlapalli closed 2 years ago

ryadlapalli commented 2 years ago

Hi, Tried the exact code share here for reading data with Odata service from D365 FO. Read operation is failing in "SimpleCRUDExamples.cs"

Record creation in D365 works fine, only Read is failing. Appreciate your response on this.

Thanks, Ram

image

ryadlapalli commented 2 years ago

Added the Cross-company option to the dataservice query. Read operation worked.