I am trying to post an Item Journal from a webservice. I have created a "wrapper" codeunit that then sets a filter on the Item Jounral Line table and calls the Item Jnl. Post Codeunit with the resulting record.
Upon exection from the calling app - i get a NAV generated error "Callback functions not allowed". Is this because there is code within the posting that requires user interaction or am I just going about this the wrong way?
I would imagine most of the posting to be similar in construct so, in general - how would you go about kicking off a posting from outside the app via webservices?
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
You can bypass the Dialog logic code, by using GUIALLOWED function.
It will allow to bypass the user interaction with nav.
Ahmedabad, Gujarat, India
E Mail : ravi.thakkar@hotmail.com