guys,
Im facing a pbm in taAnalyticsDistribution procedure. Im trying to create GL transaction and its analytical distribution through econnect. Im passing all required values, but finally im getting an error saying
procedure or function taAnalytiucsDistribution expects a pramater @I_vDOCNMBR which was not passed.
Though i have passed those values, i dont know why this error is coming. Please help me sort out this issue.Its bit urgent.
XML schema obtained:
AADetailLine.DOCNMBR = Convert.ToString(9999);
AADetailLine.DOCNMBR = Convert.ToString(9999);
AADetailLine.DOCTYPE = 0;
AADetailLine.AMOUNT = 1000;
AADetailLine.AMOUNTSpecified = true;
AADetailLine.ACTNUMST = "000-1120-00";
AADetailLine.ACTINDX = 3;
AADetailLine.ACTINDXSpecified = true;
AADetailLine.DistSequence = 500;
AADetailLine.DistSequenceSpecified = true;
AADetailLine.aaAssignedPercent = 100;
AADetailLine.aaAssignedPercentSpecified = true;
AADetailLine.UpdateIfExists = 1;
AADetailLine.aaTrxDimID = 8004;
AADetailLine.aaTrxDim ="";
AADetailLine.aaTrxDimCode ="EMPLOYEES";
*This post is locked for comments