We've created an eConnect integration for GP to create orders from other subsidiaries. Creating the order works fine but we need to populate an additional table and I've tried doing it with a custom node. The issue I'm having is, how do a pass the SOPNUMBE to the custom node? It doesn't seem to work the same as the PRE and POST scripts which know to pass it as @I_vSOPNUMBE. Is there some trick I'm missing? I've gotten around it by creating my extra record using the PO number as the SOPNUMBE and then in the taSopHdrIvcInsertPost script, I update the record with the real SOPNUMBE.
*This post is locked for comments