[Axapta-Knowledge-Village] Re: Extracting data from Ax3.0 to Xml

2009-01-17 Thread gaurisdandekar
Yes, it is possible to extract data from Axapta 3.0 to XML. Usually write a method that returns an XML. If you want to write it to a file you could write an ASCII file with the XML data. Sample code to get XML from table: === static XML getAllDlvMode() { DlvMode dlv

RE: [Axapta-Knowledge-Village] Extracting data from Ax3.0 to Xml

2009-01-17 Thread Gauri P. Phanasgaonkar
Yes, it is possible to extract data from Axapta 3.0 to XML. I usually write a method that returns an XML. If you want to write it to a file you could write an ASCII file with the XML data. Sample code to get XML from table: === static XML getAllDlvMode(){ DlvMode dl

[Axapta-Knowledge-Village] Extracting data from Ax3.0 to Xml

2009-01-17 Thread nanukuttan rinish
Hi friends,   Is it possible to extract data from Axapta 3.0 to Xml...Let me be clear , i am trying to send data from a table in axapta to Xml .. i have a form and i have created a button ...by clicking the button the record should be transfered to a Xml file ...and is it possable to do th