Hi,
I have published Contact Page in NAV and I am trying to create Contact using .net with help .net guys. It works fine.
But my problem is that, same like contact I am publishing customer page and trying to create customer from .net but getting following error.
Exception:
SoapException was unhandled by th euser code:
Client callback (such as showing Pages) is not supported when executing custom Web services. ENU=No. Series
Tried solution myself: searched dialog and strmenu function using code coverage while creating customer from NAV and added GUIALLOWED.
But still not solved.
Anyone help me out from this.
Thanks & Regards,
Muthu
0
Answers
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
But, How contact web services working?
Muthu
I received the same error, and it turns out, that the problem was that NAV tried showing request form, when executing WS;
I assume you might have some similar problem..
My code in WebService Codeunit was:
This is just a test code of course;
And adding the line 'CurrReport.USEREQUESTFORM(GUIALLOWED);' to OnInit of the report solved the problem;