Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You would like to update your primedocs version? Our support team will be happy to assist you.

...

4.0.20045.0 (2023-08-02)

Client:

  • Status
    colourGreen
    titleFIXED
    If there was no cache and the server was unreachable, the client crashed.

  • Status
    colourGreen
    titleFIXED
    The client ran on 64-bit machines in 32-bit mode as well and, thus, crashed when memory usage was too high. Now it runs in 64-bit mode.

  • Status
    colourGreen
    titleFIXED
    When the user was offline, document generation failed.

  • Status
    colourGreen
    titleFIXED
    Depending on the Forms configuration, clicking on the Simple View in Forms triggered a crash.

  • Status
    colourGreen
    titleFIXED
    PowerPoint Add-in: If a presentation contained Forms fields with the OnlyVisibleDuringGeneration attribute enabled and the presentation overwrote the fields, their content was reset to the initial field value instead of leaving the text with the user changed value.

  • Status
    colourGreen
    titleFIXED
    Excel Add-in: The design conversion feature in Excel caused a crash. This has been fixed for empty sheets.

Outlook:

  • Status
    colourGreen
    titleFIXED
    Email from IN:ERP caused primedocs not to work properly. This was fixed.

WebApi - CMI Integration:

  • Status
    colourGreen
    titleFIXED
    The CMI integration now also runs via the ClientId and the ClientSecret.

Service:

  • Status
    colourGreen
    titleFIXED
    OpenXML snippets could no longer be synchronized.

  • Status
    colourGreen
    titleFIXED
    For snippets with small size, the last character was truncated.

Connect:

  • Status
    colourGreen
    titleFIXED
    Due to a dependency the "ConvertToPdf" had to be updated. A license key had to be deposited as well.

  • Status
    colourGreen
    titleFIXED
    Merging of subtemplates caused errors.

  • Status
    colourGreen
    titleFIXED
    The SnippetAccessChecker could cause a crash.

Web-App:

  • Status
    colourGreen
    titleFIXED
    In the app, the entered Forms values were not transferred to the document.

  • Status
    colourGreen
    titleFIXED
    In the Forms date picker accessibility improvements were made.

  • Status
    colourGreen
    titleFIXED
    DataProvider:

    • On "Enter" in the data provider, the search was initialized instead of the document generation.

    • The display shown when hovering over a search result was corrected.

    • In the window, entries were truncated and scrolling was not working properly.

DocumentEngine:

  • Status
    colourGreen
    titleFIXED
    Document generation failed.

  • Status
    colourYellow
    titleNEW
    FormattedText can now also be used in Word. In addition, FormattedText snippets can now be mapped and be fetched using a Field JavaScript call in the template:

Code Block
<FieldsConfiguration>
  <Fields>
    <FormattedText Name="Test">
      <Code>
        function main() {
          return $.snippets.getFormattedText("MyFormattedText");
        }
      </Code>
    </FormattedText>
  </Fields>
</FieldsConfiguration>

The Key can be set on the snippet itself. This is an alpha version on the subject of snippets in primedocs templates. The editor that allows the creation of snippets and the subsequent saving as FormattedText is currently still very basic.

  • Status
    colourGreen
    titleFIXED
    In the new document functions, content controls that did not have the "Allow carriage returns (multiple paragraphs)" option enabled were used. This resulted in line breaks not being displayed in scripts.

Outlook:

  • Status
    colourYellow
    titleNEW
    There is now a new Outlook addin based on the web app. This also provides access to primedocs AI.

  • Status
    colourYellow
    titleNEW
    In the primedocs.config you can now configure the Outlook AddIn using outlookAddin.

primedocs AI Preview:

  • Status
    colourYellow
    titleNEW
    It is now possible to configure predefined queries in the primedocs.config.

  • Status
    colourGreen
    titleFIXED
    The response generated by primedocs AI was truncated after about 2'000 characters.

Admin Dashboard:

  • Status
    colourYellow
    titleNEW
    There is a new button "Style Usage" in the templates tab to download an evaluation of the Word style usage in text modules and templates as an Excel file.

  • Status
    colourGreen
    titleFIXED
    The migration step 20230424141057_RemovePermissions caused errors.

Server:

  • Status
    colourGreen
    titleFIXED
    When customizing user or organization fields, synchronization did not always work.

4.0.20031.0 (2023-06-27)

Client

...