SlideShare a Scribd company logo
1 of 13
Dynamics NAV 2013
 XMLports are objects that you can use to
export data from or import data into
Microsoft Dynamics NAV 2013.
 Triggers are predefined functions that run
when certain events occur
 The following types of triggers are specific to
XMLports:
 XMLport triggers
 Node triggers
 Request page triggers
 Select whether to import or export.
 Select the name of the external file to read
from or write to.
 Generate a file name automatically when the
XMLport is run
 Concerning data exchange between
applications, XML provides many advantages
over the text format
 VariableText and FixedWidth Formats
 WithVariableText format, columns are
separated by using a delimiter—such as
comma, colon or tab character—whereas in
FixedWidth format, each column of data has
a fixed length for characters
 See the Demostration
 Even though you can integrate XMLports into
the user interface, actual situations in which
users would be exporting and importing data
directly are infrequent
 Create a Codeunit to Run the XMLport for
Export

More Related Content

Viewers also liked

Kenworth T409 Brochure Hallam Truck
Kenworth T409 Brochure Hallam TruckKenworth T409 Brochure Hallam Truck
Kenworth T409 Brochure Hallam TruckHallam Truck
 
Coastal Family Jan. 2008 Issue
Coastal Family Jan. 2008 IssueCoastal Family Jan. 2008 Issue
Coastal Family Jan. 2008 Issueashleighwomack
 
All India Survey on Higher Education 2014-15
All India Survey on Higher Education 2014-15All India Survey on Higher Education 2014-15
All India Survey on Higher Education 2014-15Nagasarath Pandurangi
 
Krasnoludy praca na polski natalia i karolina i emilka
Krasnoludy  praca na polski natalia i karolina i emilkaKrasnoludy  praca na polski natalia i karolina i emilka
Krasnoludy praca na polski natalia i karolina i emilkaAd Hoc
 

Viewers also liked (6)

19b crisis management
19b crisis management19b crisis management
19b crisis management
 
Kenworth T409 Brochure Hallam Truck
Kenworth T409 Brochure Hallam TruckKenworth T409 Brochure Hallam Truck
Kenworth T409 Brochure Hallam Truck
 
Coastal Family Jan. 2008 Issue
Coastal Family Jan. 2008 IssueCoastal Family Jan. 2008 Issue
Coastal Family Jan. 2008 Issue
 
All India Survey on Higher Education 2014-15
All India Survey on Higher Education 2014-15All India Survey on Higher Education 2014-15
All India Survey on Higher Education 2014-15
 
Krasnoludy praca na polski natalia i karolina i emilka
Krasnoludy  praca na polski natalia i karolina i emilkaKrasnoludy  praca na polski natalia i karolina i emilka
Krasnoludy praca na polski natalia i karolina i emilka
 
Z transfrm ppt
Z transfrm pptZ transfrm ppt
Z transfrm ppt
 

Similar to XMLPORTS (20)

XML Unit 01
XML Unit 01XML Unit 01
XML Unit 01
 
treeview
treeviewtreeview
treeview
 
treeview
treeviewtreeview
treeview
 
Editing XML data with XForms
Editing XML data with XFormsEditing XML data with XForms
Editing XML data with XForms
 
Working with XML and JSON Serializing
Working with XML and JSON SerializingWorking with XML and JSON Serializing
Working with XML and JSON Serializing
 
Artefactos biz talk 2006
Artefactos biz talk 2006Artefactos biz talk 2006
Artefactos biz talk 2006
 
XML1.pptx
XML1.pptxXML1.pptx
XML1.pptx
 
UNIT-1 Web services
UNIT-1 Web servicesUNIT-1 Web services
UNIT-1 Web services
 
Unit 3 WEB TECHNOLOGIES
Unit 3 WEB TECHNOLOGIES Unit 3 WEB TECHNOLOGIES
Unit 3 WEB TECHNOLOGIES
 
XML Introduction
XML IntroductionXML Introduction
XML Introduction
 
buildingxmlbasedapplications-180322042009.pptx
buildingxmlbasedapplications-180322042009.pptxbuildingxmlbasedapplications-180322042009.pptx
buildingxmlbasedapplications-180322042009.pptx
 
Building XML Based Applications
Building XML Based ApplicationsBuilding XML Based Applications
Building XML Based Applications
 
Xml
XmlXml
Xml
 
Working With XML in IDS Applications
Working With XML in IDS ApplicationsWorking With XML in IDS Applications
Working With XML in IDS Applications
 
XML
XMLXML
XML
 
light_xml
light_xmllight_xml
light_xml
 
XML
XMLXML
XML
 
Wp100963 jython scripting with wsadmin tutorial
Wp100963   jython scripting with wsadmin tutorialWp100963   jython scripting with wsadmin tutorial
Wp100963 jython scripting with wsadmin tutorial
 
CTDA Workshop on XML and MODS
CTDA Workshop on XML and MODSCTDA Workshop on XML and MODS
CTDA Workshop on XML and MODS
 
Adobe Flex4
Adobe Flex4 Adobe Flex4
Adobe Flex4
 

XMLPORTS

  • 2.  XMLports are objects that you can use to export data from or import data into Microsoft Dynamics NAV 2013.
  • 3.
  • 4.  Triggers are predefined functions that run when certain events occur  The following types of triggers are specific to XMLports:  XMLport triggers  Node triggers  Request page triggers
  • 5.
  • 6.  Select whether to import or export.  Select the name of the external file to read from or write to.  Generate a file name automatically when the XMLport is run
  • 7.
  • 8.
  • 9.
  • 10.  Concerning data exchange between applications, XML provides many advantages over the text format  VariableText and FixedWidth Formats  WithVariableText format, columns are separated by using a delimiter—such as comma, colon or tab character—whereas in FixedWidth format, each column of data has a fixed length for characters
  • 11.  See the Demostration
  • 12.  Even though you can integrate XMLports into the user interface, actual situations in which users would be exporting and importing data directly are infrequent
  • 13.  Create a Codeunit to Run the XMLport for Export