Hello People,
I have been trying to create an analytical dimension code using eConnect integration with taAATrxDimCodeMaint Node.
<?xml version="1.0"?>
<eConnect xmlns:xsi="">www.w3.org/.../XMLSchema-instance" xmlns:xsd="">www.w3.org/.../XMLSchema">
<AATrxDimCodeMaintType>
<eConnectProcessInfo xsi:nil="true" />
<taRequesterTrxDisabler_Items xsi:nil="true" />
<taAATrxDimCodeMaint>
<aaTrxDim>FILE</aaTrxDim>
<aaTrxDimCode>21G045</aaTrxDimCode>
<INACTIVE>1</INACTIVE>
<aaTrxDimCodeDescr>Group Number 21G045</aaTrxDimCodeDescr>
<aaNode>Tourism Files</aaNode>
<UpdateIfExists>0</UpdateIfExists>
</taAATrxDimCodeMaint>
</AATrxDimCodeMaintType>
</eConnect>
This is my XML document, whenever I create the dimension code it is created successfully but the Tree node does not exists and not updated although i have passed it through the XML document (If I passed a wrong one it returns an error).
As attached in the screenshot, whenever i select it after creation it returns script error, then i have to manually select the tree node again in order for the error to get removed. Any ideas what am i missing ?