New Features
What is new: It was only possible to print .pdf and .docx files (AV)
User impact: Now it is possible to print additional .txt and .html files (AV)
Bugfixes
Overview: The section notes got duplicated while creating them (AV).
User impact: Section notes produced by the client get overwritten from the server, so we have no duplicates (AV).
Overview: Calculation with DateTime fields returns the wrong time (AF). Dynamics CRM datetime fields store the hour offset of the time zone. The hour offset was added to the actual time when the server where DocumentsCorePack is installed has a different time zone. This caused the wrong result.
User impact: The calculation works now despite the case that the timezone of the server is different (AF).
Overview: Datetime() returns not the current time. The datetime() function in the advanced string and in the calculated datetime field returns the current time of different timezone.
This happens when the DocumentsCorePack service is on a server with a different timezone. E.g. US west customer on US Central server (AF).
User impact: Reads the user’s time zone and returns the current time of the user’s time zone (AF).