Hi Experts,
I am facing a problem,after data importation from Excel(through csv files) to Navision,warehouse shipment process doesn't working properly.Actually i had ported existing Sales Orders data in Sales header & line table in this database and we are using warehouse setups also now when i want to create a warehouse shipment line after releasing the document system throws a message - There are no warehouse shipment lines created.
Plz suggest me the solution.............
And find the attachment.
Madhavi Pandey.
0
Comments
Create the sales order manually and compare the lines.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Run the release sales CU? Plz explain this line.
Codeunit.run(Codeunit::"Release Sales Document",Salesheader);
also you never explained if you are populating the status field.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Plz write the Codeunit ID.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
:?:
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Codeunit.run(Codeunit::"Release Sales Document",Salesheader);
Here Salesheader is the name of the record variable of the Sales Header table.
Hope this helps!
Chn