Is there an easy way to add additional fields to the xml export of an object, like the mailaddress or location of the owner/creator?
I tried to do so by exporting the object via a LiveReport:
select dtree.*, k.mailaddress from dtree, kuaf k where dataid = %1 and k.id = dtree.createdby
But it just ignored the additional field in the xml export.
(&objAction=XmlExportReport&inputLabel1=123456789&content=base64&versionInfo=current&nodeInfo=1&attributeInfo=1&permissions=1)