This topic is locked

Export from Edit page

6/9/2009 3:34:54 AM
PHPRunner General questions
S
swanside author

Hello.

As the title says really, Is there a way the information on the edit page can be exported without any options just as an xml file?
Say I have 10 fields on the edit page.

Field1, Field2, Field3, Field4, Field5, Field6, Field7, Field8, Field9, Field10,
I want to be able to export Field2, Field4, Field5, Field7, Field9, to an xml file, Is this possible, or can it only be done from the list page?
Thanks

Paul

J
Jane 6/9/2009

Paul,
you can create link to the export page on the edit page manually and pass ID of edited record in this link.

Then check this ID in the Export page: Before SQL query event and add it to the where clause if needed.