Dear All
i need some advice on a customized BOD which i had made.
It has Sync,Process and Acknowledge verb. I want to infuse AFS into the on Execute Hook of On Process Method. I have infused it now
i want to Test it. But while testing through the standard Tool of tlbct3232m000, i am getting the Below Errors. It says DocumentID is mandatory but i have put that.I have attached screenshots.
Could you help me resolve this?
Code:
<?xml version="1.0" encoding="UTF-8"?>
<ProcessSalesOrderIn languageCode="en-US" releaseID="" systemEnvironmentCode="Production" versionID="" xmlns="http://schema.infor.com/InforOAGIS/2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schema.infor.com/InforOAGIS/2 SyncGMMSOBlock.xsd ">
<ApplicationArea>
<Sender>
<LogicalID accountingEntity="" lid="http://tempuri.org" location="" schemeAgencyID="" schemeAgencyName="" schemeDataURI="http://tempuri.org" schemeID="" schemeName="" schemeURI="http://tempuri.org" schemeVersionID="" variationID="0">LogicalID</LogicalID>
<ComponentID accountingEntity="" lid="http://tempuri.org" location="" schemeAgencyID="" schemeAgencyName="" schemeDataURI="http://tempuri.org" schemeID="" schemeName="" schemeURI="http://tempuri.org" schemeVersionID="" variationID="0">ComponentID</ComponentID>
<TaskID accountingEntity="" lid="http://tempuri.org" location="" schemeAgencyID="" schemeAgencyName="" schemeDataURI="http://tempuri.org" schemeID="" schemeName="" schemeURI="http://tempuri.org" schemeVersionID="" variationID="0">TaskID</TaskID>
<ReferenceID accountingEntity="" lid="http://tempuri.org" location="" schemeAgencyID="" schemeAgencyName="" schemeDataURI="http://tempuri.org" schemeID="" schemeName="" schemeURI="http://tempuri.org" schemeVersionID="" variationID="0">ReferenceID</ReferenceID>
<ConfirmationCode languageID="" listAgencyID="" listAgencyName="" listID="" listName="" listSchemeURI="http://tempuri.org" listURI="http://tempuri.org" listVersionID="" name="">Always</ConfirmationCode>
<AuthorizationID accountingEntity="" lid="http://tempuri.org" location="" schemeAgencyID="" schemeAgencyName="" schemeDataURI="http://tempuri.org" schemeID="" schemeName="" schemeURI="http://tempuri.org" schemeVersionID="" variationID="0">AuthorizationID</AuthorizationID>
</Sender>
<CreationDateTime>CreationDateTime</CreationDateTime>
<Signature qualifyingAgencyId=""/>
<BODID accountingEntity="" lid="http://tempuri.org" location="" schemeAgencyID="" schemeAgencyName="" schemeDataURI="http://tempuri.org" schemeID="" schemeName="" schemeURI="http://tempuri.org" schemeVersionID="" variationID="0">BODID</BODID>
<UserAreaMeta/>
</ApplicationArea>
<DataArea>
<Process>
<TenantID accountingEntity="" lid="http://tempuri.org" location="" schemeAgencyID="" schemeAgencyName="" schemeDataURI="http://tempuri.org" schemeID="" schemeName="" schemeURI="http://tempuri.org" schemeVersionID="" variationID="0">TenantID</TenantID>
<AccountingEntityID accountingEntity="" lid="http://tempuri.org" location="" schemeAgencyID="" schemeAgencyName="" schemeDataURI="http://tempuri.org" schemeID="" schemeName="" schemeURI="http://tempuri.org" schemeVersionID="" variationID="0">AccountingEntityID</AccountingEntityID>
<LocationID accountingEntity="" lid="http://tempuri.org" location="" schemeAgencyID="" schemeAgencyName="" schemeDataURI="http://tempuri.org" schemeID="" schemeName="" schemeURI="http://tempuri.org" schemeVersionID="" variationID="0">LocationID</LocationID>
<ActionCriteria>
<ActionExpression actionCode="Add" expressionLanguage="token">token</ActionExpression>
<ChangeStatus>
<Code accountingEntity="" languageID="EN" listAgencyID="" listAgencyName="" listID="" listName="" listSchemeURI="http://tempuri.org" listURI="http://tempuri.org" listVersionID="" location="" name="">Code</Code>
<Description languageID="EN" type="">Description</Description>
<EffectiveDateTime>EffectiveDateTime</EffectiveDateTime>
<ReasonCode accountingEntity="" languageID="EN" listAgencyID="" listAgencyName="" listID="" listName="" listSchemeURI="http://tempuri.org" listURI="http://tempuri.org" listVersionID="" location="" name="">ReasonCode</ReasonCode>
<Reason languageID="EN" xsi:type="MetaTextType">Reason</Reason>
<StateChange>
<FromStateCode accountingEntity="" languageID="EN" listAgencyID="" listAgencyName="" listID="" listName="" listSchemeURI="http://tempuri.org" listURI="http://tempuri.org" listVersionID="" location="" name="">FromStateCode</FromStateCode>
<ToStateCode accountingEntity="" languageID="EN" listAgencyID="" listAgencyName="" listID="" listName="" listSchemeURI="http://tempuri.org" listURI="http://tempuri.org" listVersionID="" location="" name="">ToStateCode</ToStateCode>
<ChangeDateTime>ChangeDateTime</ChangeDateTime>
<UserAreaMeta/>
</StateChange>
<UserAreaMeta/>
</ChangeStatus>
</ActionCriteria>
</Process>
<SalesOrderInBOD>
<SalesOrderHeader>
<DocumentID><ID>GLE000926</ID></DocumentID>
</SalesOrderHeader>
</SalesOrderInBOD>
</DataArea>
</ProcessSalesOrderIn>
Regards
Ajesh