Hi all,
Say I a got a XML port with a source table as Customer. What i want to do is, When the XML port is run, Then the user should be able to filter the customers which should be exported in the text file. So it shouldn't be hard coded i guess. Any ideas on how to do it, Much obliged.
Thank you,
Mathan.
0
Answers
I gave
CurrPage.SETSELECTIONFILTER(cus);
XMLPORT.RUN(50011,TRUE,FALSE,cus);
on the run button in the page. And it worked. The selected fields in the page got filtered and exported.