X++ Code to read XML file in D365FO Hi Guys, The below code will help you to read an XML file from Local File Path and insert into Table. XmlDocument xmlDocument; XMLParseError xmlError; XmlNode rootNode,bodyNode; XMLNodeList tagsList; XmlNamedNodeMap map; int j; RecordInsertList recordInsertListCust; CustomerTableTmp customerTabletmp; Str fileName =@''D:Temp\customer.XML"; xmlDocu...