[Dynamics Nav 2015]
Hello everyone,
I need to call an xmlport (output only) to create a dataset I can send to an external reporting source.
I have two problems on this one from different approches.
1- If I call xmlport.Export from a codeunit so the save dialog is not shown, the page with the required filter fields is not show (need to show this page)
2- If I call the xml directly, the filters are shown but also the save dialog
So basically need to be able to output a structured XML file filtered on the user selection and WHITOUT a save dialog. Using a process only report is not good as the export format is not really readable from our reporting tool (every level is dataitem).
Does some have done something similar? any hint on how to achieve that?
Hello everyone,
I need to call an xmlport (output only) to create a dataset I can send to an external reporting source.
I have two problems on this one from different approches.
1- If I call xmlport.Export from a codeunit so the save dialog is not shown, the page with the required filter fields is not show (need to show this page)
2- If I call the xml directly, the filters are shown but also the save dialog
So basically need to be able to output a structured XML file filtered on the user selection and WHITOUT a save dialog. Using a process only report is not good as the export format is not really readable from our reporting tool (every level is dataitem).
Does some have done something similar? any hint on how to achieve that?