I was wondering how does NAV handle the order of fields in a Page web service.
For example, I'm working with the Sales Order Page, that has the Sales Order SubForm SubPage. Update Method.
When you update a Sales Order Line, and for example you fill in the Item No., some fields like the location code are blanked out. This is one of the problems I'm having. When I update a Sales Line, the location code is empty.
How do I ensure that Location code is filled in, only after the No. field is validated? In what order does the Page web service validate the fields?
On conclusion, when updating a Sales Line from using a Page web service, the Location Code is blank. I need to avoid this.
*This post is locked for comments