microsoft / Dynamics-AX-Integration

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

Data Saved but thrown exception. #87

Open rajdil opened 5 years ago

rajdil commented 5 years ago

Hi From the Program,

ODataChangesetsExample

System creates a Record in DB , but exception is raised. I have checked the count of record in SQL. it shows the record created.

yet the programe isthrowing exception Console.WriteLine(string.Format("Invoice {0} - Save Failed !", salesOrderNumber));

Not sure what is the issue. Can some one explain andhelp.

Thanks Raj