Tuesday 4 February 2014

XML PORT Object

Microsoft Dynamics NAV 2013
From NAV 2013 we can run XML port direclty.
The following triggers apply to XMLports.
XMLport triggerExecuted
OnAfterAssignField TriggerExecuted after a field has been assigned a value and before it   is validated and imported.This   trigger is only used to import data.
OnAfterAssignVariable TriggerExecuted after the value defined in the XML document is assigned   to the text variable.This   trigger is only used to import data.
OnAfterGetField TriggerExecuted after a field is passed to the XML document.This   trigger is only used to export data.
OnAfterGetRecord (XMLports) TriggerExecuted 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.
OnAfterInitRecord TriggerExecuted after a record is loaded.This   trigger is only used to import data.
OnAfterInsertRecord TriggerExecuted after a record has been inserted into a database table.This   trigger is only used to import data.
OnBeforeInsertRecord TriggerExecuted after a record has been loaded and before it is   inserted into a database table.This   trigger is only used to import data.
OnBeforePassField TriggerExecuted before a field is passed to the XML document.This   trigger is only used to export data.
OnBeforePassVariable TriggerExecuted 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.
OnInitXMLport TriggerExecutes   when the XMLport is loaded and before any table views and filters are set.
OnPreXMLport TriggerExecuted   after the table views and filters are set and before the XMLport is run.
OnPostXMLport TriggerExecutes   after the XMLport is run.
OnPreXMLItem TriggerExecuted 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.

No comments:

Post a Comment