XML / JSON output by default

Hi,

I am new to the product / forum.

I see that I can define XML output for a grid/report, but I still have to click a link to get it. Is it possible to

a) make the XML the default output, so I can expose the grid as web service ?
b) can the out put be a JSON output instead of XML.

Thanks in advance for your help/suggestions.

Re: XML / JSON output by default

Create your own button and use PHP to create a JSON record.

Regards,
Scott.

Re: XML / JSON output by default

Thank you Scott,

I will try that, wanted to see if the product had something like that out of the box, before doing such a customization.