Venice
Venice version 13.54
 
This topic describes the changes that were made to SDK when releasing version 13.54 of Venice.
 
Interface Compatible Changes
 
EdoWork The property 'pPath' has been changed to now always hold a relative path to the dossier (if possible) instead of a full path. This should make co-operation with external parties possible.
The new virtual property 'vFullPath' will return the full path to the file.
New properties 'pTotalDocC, 'pDocDate', 'pCurrency', 'pSupName', 'pPeppolId', 'pDocumentId' have been added. When adding EdoWork records via SDK, it is up to the SDK application to supply the values. These fields are informational only, they are changable in the UI and SDK, none of them are used when processing documents.
The numeric value for most fields (i.e. the 'eEdoWorkFld' enumeration) has changed. This impacts EdoWork methods GetFieldID, GetFieldDesc, GetFieldName, GetFieldStr, GetFieldVal, IsFieldPublic, IsFieldVirtual, SetFieldVal.
 
Explanation: New in this version.
  Modified, but compatible with previous version.
  Modified, but no longer compatible with previous version.
  Bugfix.