===== Version 3.6.269 (13.7.22) ===== ==== XML Write Component / Root Path ==== The root path defined in the XML write component was provided with a blank line in the XML output, this error is fixed, no blank line is output anymore. ==== Article export (ViewArticleDetails) extended ==== Extension of the article export display (ViewArticleDetails) by the columns OrigDocDate and OrigDocNumber from the CustomObject ==== Oracle DB Connection ==== The Oracle DB can now also be addressed via the Pranke ORM layer. An example of a connection in a custom mapping function can be found in the PlugIn Samples project, in the file: * \StandardTemplates\PluginSample\eBiss.PluginSample\eBiss.PluginSample\Map\MappingFunctions.cs in the Mapping Function: public object CountryCodeFromDb(string code) ==== Bug fix in mapping function LookupPartnerLocationAddLookupValue ==== Bug fix in mapping function [[en:transformation:mappings:funktionen:abfragefunktionen:lookup:lookuppartnerlocationaddlookupvalue|]], this returned an error when creating new keys. The error is fixed.