Hello,
I have a process where i import one Sales Order from SalesForce to table Sales Header.
After the importation, it is possible to Update the Gen. Bus. Posting Group depending of the location?
For Example
IF "Sales Header"."Location Code"='MAI-AM' THEN "Sales Header"."Gen. Bus. Posting Group"='AMOSTRAS' "Sales Header".Modify;
I tried to use this code on the table, but when i send the sales order from Sales Force to NAV it says an error where it sayd the Document Header No. does not exist.
Should this code been written in the table or ?!
Thanks for the help
*This post is locked for comments