88 views0December 9, 2020Updated on August 17, 2021
New Features:
–
BugFixes:
There is a better support for Dynamics 365 signatures for document generation. When inserting a Dynamics Signature (presentationxml) as HTML, DocumentsCorePack removes the Dynamics 365 specific XML tags to insert solely the HTML Content. (MB)
Activity grids in new UCI pass on ‘activitypointer’ to button instead of the real activity type name. With this fix the correct templates are shown if it is a grid for a specific activity type (does not work for the default ‘Activities’ grid). (PO)
DCP Possible Blocking issue with licensetimer: For long running license checks (TeamMember licensing), that exceeded 2 minutes of runtime, the CheckLicense of the processtimer would take over at times, blocking the creation of documents until the license check was finished due to the confidence interval of last licenseread being only 2 minutes. Added debugging for licensechecks (source and runtime). The confidence interval is extended to 30 mintues, allowing licensechecks to run for up to 30 minutes. (CK)
The internal function, that parses DynamicsRecordURL on the Automergeworkingitem, has been simplified. (MF)