Hi,
I am doing a B1SD2B1SD step, and in the processing I add a atom1 with call B1 object, and atom2 with XForm.
The thing of outbound is successful,
but the update issue of processing B1 Call failed.
The code in the atom2 like this,
<xsl:variable name="OrderId" select="number($msg/BOM/BO/Documents/row/DocEntry)-1"></xsl:variable>
<xsl:attribute name="system">
<xsl:value-of select="$vpSender"></xsl:value-of>
</xsl:attribute>
<xsl:attribute name="sql">
<xsl:value-of select="$OrderId"></xsl:value-of>
</xsl:attribute>
<BOM xmlns="">
<BO>
<AdmInfo>
<Object>15</Object>
<Version>2</Version>
</AdmInfo>
<QueryParams>
<DocEntry>
<xsl:value-of select="$OrderId"></xsl:value-of>
</DocEntry>
</QueryParams>
<Documents>
<row>
<U_IS_B1iImport>
<xsl:value-of select="substring(/vpf:Msg/@BeginTimeStamp,0,8)"></xsl:value-of>
</U_IS_B1iImport>
</row>
</Documents>
<Document_Lines>
</Document_Lines>
</BO>
</BOM>
I checked the Message, it's said successfully.
Anyone can tell me what's the problem.
Thank you
Best regards
Eric