The following triggers apply to XMLports.
XMLport Triggers
XMLport trigger | Executed |
---|---|
Executed after a field has been assigned a value and before it is validated and imported. This trigger is only used to import data. | |
Executed after the value defined in the XML document is assigned to the text variable. This trigger is only used to import data. | |
Executed after a field is passed to the XML document. This trigger is only used to export data. | |
Executed after a record is retrieved from a table and before it is exported to the XML document. This trigger is only used to export data. | |
Executed after a record is loaded. This trigger is only used to import data. | |
Executed after a record has been inserted into a database table. This trigger is only used to import data. | |
Executed after a record has been loaded and before it is inserted into a database table. This trigger is only used to import data. | |
Executed before a field is passed to the XML document. This trigger is only used to export data. | |
Executed after the source expression has been formatted into a text variable and before the text variable is passed to the XML document. This trigger is only used to export data. | |
Executes when the XMLport is loaded and before any table views and filters are set. | |
Executed after the table views and filters are set and before the XMLport is run. | |
Executes after the XMLport is run. | |
Executed after the table is initialized and before you start exporting data to an XML object. This trigger only applies to XMLport elements that have a source type of Table. This trigger is only used to export data. |