Hello there.
I need to create an xmlport that will accept some user input such as begin and end dates.
I created this in BC and I found that there is a limitation where the request page can not be displayed on an xmlport.
So I went around it and created a report that will capture the user input values and pass to the xmlport.
My code is as follows in the report.
trigger OnAfterGetRecord()
begin
xmlfile50000.getdates(begindate,enddate); //sending user input values to the XMLport.
xmlfile50000.run();
end;
The XMLfile50000.run produces an error .
How do I get around this ? I realize there are limitations to BC365, but I should be able to do this simple task.
Any ideas/suggestions ??
*This post is locked for comments
I have the same question (0)