This topic is locked

Export from Edit Screen

7/15/2009 8:47:14 AM
PHPRunner General questions
S
swanside author

Is there an option or way that certain fields can be exported from the edit screen?
Thanks

Paul

J
Jane 7/16/2009

Paul,
use After record added event for this purpose.

All field values are in the $values array.

S
swanside author 7/16/2009

Thanks Jane

Sorry I put on the edit screen,
What I mean is, On the Add page, once the information has been added, I need to export four of the 10 fields as an XML file.
On the Add Page > Select Action> it only gives me options for Email> Send simple email, or Send email with new data. Database> Insert record into another table, or, Check if specific record exists. And Other> Display a message on the web page, Redirect to another page or Custom code.
I am guessing I need to put something in custom code, but what will I need to put there to export certain fields as an XML file?
Thanks

Paul