Link to home
Start Free TrialLog in
Avatar of WilliamAK
WilliamAK

asked on

sop to pop link

Hi,

I wanted to add a sop to pop link using econnect.

The econnect schema looks like this:

<taSopToPopLink>
SOPTYPE
SOPNUMBE
VENDORID
DOCDATE
CURNCYID
SHIPMTHD

But the SOP60100 table (the sop to pop link table) has more fields like PONUMBER, LNITMSEQ, and ORD that I need to populate.

Am I missing an XML node that handles the missing fields?

Does anyone have an dotnet example (or even just the xml) of how to implement a soptopop link from econnect?

Thanks,
William
ASKER CERTIFIED SOLUTION
Avatar of Steve Endow
Steve Endow
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of WilliamAK
WilliamAK

ASKER

Thanks Steve, that makes sense now.

Actually, that's how I ended up doing it.  I'm using econect to insert the drop ship PO, and then writing the link records myself.  Then setting the sales commitment fields in the sop and pop tables.