I am uploading Transaction Dimension codes to GP 2015 through eConnect. I am assigning all the necessary properties of the taAATrxDimCodeMaint XML node,
Dimension, Code, Description and also the aaNode property which links the Dimension Code to a Transaction Dimension.
The operation successfully pushes to GP - when I open the Transaction Dimension Code Maintenance window and select the dimension I see all the new codes. However, the linked to Node property failed to set, which is causing issues. The kicker is when debugging my program I see the property explicitly set right before I had it off to GP. Has anyone experienced this similar issue?
*This post is locked for comments
Is 'Create New Codes On The Fly' checkbox on the Transaction Dimension Maintenance window enabled?
Also the Node must exist and be already be linked to the Transaction Dimension. The Node and the Node Link cannot be created on the fly
Thanks,
Anvar
Hi,
I had a similar problem, check the aaTreeMstr table (AAG00600).
In my case the aaLinkType field was wrong for some records, particularly for Transaction Dimensions that the value would be 9 and but was 11.
hello Frank,
Did you solve the issue as i'm having the same problem as the stored procedure doesn't send the linked to node and the owned by fields!
any solution??
this is my xml doc is string format that is received by econnect.CreateEntity if this helps.
"<?xml version=\"1.0\" encoding=\"utf-8\"?>
<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>BUDGET</aaTrxDim>
<aaTrxDimCode>BOA</aaTrxDimCode>
<aaTrxDimCodeDescr>BOA</aaTrxDimCodeDescr>
<aaTrxDimCodeDescr2>500</aaTrxDimCodeDescr2>
<aaNode>BUDGET</aaNode>
</taAATrxDimCodeMaint>
</AATrxDimCodeMaintType>
</eConnect>"
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,113 Super User 2024 Season 2
Martin Dráb 229,918 Most Valuable Professional
nmaenpaa 101,156