Make that ANY SOP transaction document: Pick Ticket, Packing List, Order,
Invoice, Back Order, Return, et cetea
Records are written to the table, the print routines called (either GP or
Forms Printer), the documents printed, and then the records removed from the
table.
--
Richard L. Whaley
Author / Consultant / MVP 2006-2008
Documentation for Software Users
Get our Free Tips and Tricks Newsletter and check out our books at
http://www.AccoladePublications.com
Post by Mariano GomezThe SOP_Document_HDR_TEMP table (dbo.SOP50200) gets populated when you
request to print packing slips or picking tickets in GP. Since the SOP
printing engine is relatively complex, this table is also used when managing
different output formats for the various SOP reports generated.
Products like Form Printers would use this table to interface their reports
to GP, since actual SQL Server temp tables are not accessible externally from
other applications.
Best regards,
--
MG.-
Mariano Gomez, MIS, MCP, PMP
Maximum Global Business, LLC
http://www.maximumglobalbusiness.com
The Dynamics GP Blogster at http://dynamicsgpblogster.blogspot.com
Post by ElaineDoes anyone know what the SOP50200 table is? Why are records sometimes there
and sometimes not?