Hello-
I am using Dynamics NAV Web Services in C# .net. Some records are inserted fine with this. Some records, depending on the posting date, throws this error on insert of records in the Purchase Invoice page.
Error: Microsoft Dynamics NAV Business Web Services attempted to issue a client callback to show a confirmation dialog box: Do you want to update the exchange rate? (Table 38 Purchase Header). Client callbacks are not supported on Microsoft Dynamics NAV Business Web Services.
I have done some research and it seems there is a dialog being thrown, but when I enter all this information via the UI, I never get any dialog to pop open? I am a bit confused.
1) What is making this happen? When I don't set the posting date and document date, then the insert works with no error.
2) It seems the current date works fine, but when I go back a few days, this is when the error happens. How are we supposed to handle this? What if a customer wants to enter a date that causes this? Is there a way to suppress this error so it will never happen? Or is this something to be expected via web services? Seems like a bug?
thank you