Hello,
I have setup the eConnect outgoing service to monitor table SOP30300 (Sales_History_Transaction/Invoices). This works great, any new invoices get picked up by eConnect and place in MSMQ for me to harvest. I am in the process of adding an extension table that will contain box/container information for each line item (ex. part 123 in box 4). The goal is to have this data appended to the eConnect invoice document that’s delivered to MSMQ currently… I've read the documentation and see how this is accomplished, but I’m still uncertain with my scenario. In the eConnect_Out_Setup I can see my entry to monitor that I initially setup via the eConnect Requester Utility. My problem is that I can’t see where I can enter this extension table I want to join too, the field JOINTABLE is already populated with SOP30200. I would have expected to see something like JOINTABLE1, JOINTABLE2, etc (which supposedly increments the column MAIN)… So the question is, how can I get this same invoice that I’m currently receiving to also have the required box/container information appended in it (anywhere!)? Am I asking the impossible? Do I take the simple route and just query that table manually once an invoice arrives in the MS queue (the relation between the SOP30300 and new box/container extension table will be the invoice/doc number)?
Thanks