Hi,
I need to pass a record from codeunit which calls my XMLPORT.
In my codeunit, I am trying
XMLPORT.RUN (XMLPORTNO, TRUE, FALSE, recordToBePassed); //code runs without error and does call the XMLPORT
Now I don't know if the record is being passed to XMLPORT? if it is then how I can use it in XMLPORT?
Thanks,
*This post is locked for comments