Thank you in advance for any help...
I am using a product called SmartConnect and sadly it is not smart enough to tell me where my error is when trying to pass the follow info to create a new PO with Analytic Accounting. I have been able to create the PO manually but receive the following error when passing the XML below through eConnect and I am not sure what I need to do to fix it.
XML Code being passed:
<?xml version="1.0" encoding="utf-8" ?>
<ConnectionString>data source=XXX</ConnectionString>
</eConnectProcessInfo>
- <taAnalyticsDistribution_Items>
- <taAnalyticsDistribution>
<DOCNMBR>PO00391</DOCNMBR>
<ACTNUMST>200-25-60105</ACTNUMST>
<aaTrxDim>NERATINIB-ORAL</aaTrxDim>
<aaTrxDimCode>DRUG</aaTrxDimCode>
<aaTrxDimID>1</aaTrxDimID>
<UpdateIfExists>0</UpdateIfExists>
</taAnalyticsDistribution>
- <taAnalyticsDistribution>
<DOCNMBR>PO00391</DOCNMBR>
<ACTNUMST>200-25-60105</ACTNUMST>
<aaTrxDim>BREAST CANCER</aaTrxDim>
<aaTrxDimCode>INDICATION</aaTrxDimCode>
<aaTrxDimID>2</aaTrxDimID>
<UpdateIfExists>0</UpdateIfExists>
</taAnalyticsDistribution>
- <taAnalyticsDistribution>
<DOCNMBR>PO00391</DOCNMBR>
<ACTNUMST>200-25-60105</ACTNUMST>
<aaTrxDim>3004 EXTENSION</aaTrxDim>
<aaTrxDimCode>TRIAL</aaTrxDimCode>
<aaTrxDimID>3</aaTrxDimID>
<UpdateIfExists>0</UpdateIfExists>
</taAnalyticsDistribution>
</taAnalyticsDistribution_Items>
<PONUMBER>PO00391</PONUMBER>
<VENDORID>PAR001</VENDORID>
<UpdateIfExists>0</UpdateIfExists>
</taPoHdr>
</POPTransactionType>
</eConnect>