hi all,
I have been using XML ports to some success.
The following have been executed successfully.
passing variables to xml port , defining the path dynamically at xml port..
Would need help.. how would i do send only one record at a time when this xml port gets executed.
ex: im reading data from sales invoice header and there are 3 records in it.
For each of the record, i would like to have a individual xml file..
I hv tried this using a report , on after get record() .. one record at a time and sending this data to a codeunit , which calls the xml port.. but the result is .. i'm getting all the 3 records together .. which i dont want..
kindly suggest how would i do achieve this ?
Regards,
chikka.
0
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Have put the min occr and max occr as once in xml port and also set the condition on the report with filter.
Regards,
Chikka.