
Hello,
Using web services in NAV 2013 to create invoices, for which purpose I have the required tables mapped to pages & exposed thorugh web services. Now, my problem is that when I want to e.g. pass empty value (null or empty string) in invoice's "Sell-to Address2", NAV tries to look up that value from the customer of the invoice. How can I disable this behaviour? Now I am forced to pass whitespace strings to prevent the lookup from happening.
Thanks!
*This post is locked for comments
I have the same question (0)hi,
the assigning is set in the salesheader table in trigger "Sell-to Customer No. - OnValidate()". change the assigning by using a contition (IF ... THEN ...).