Skip to content

DMS and ECM Interface#

See also the following ChangeLogs#

27.4.1051.0 - 2026-03-06#

Hotfix

  • View or edit Tags does not work with Saperion DMS (#16667, KUCON-304)
  • Show/hide for preview in document search is not always recognized by document-explorer (#16793, KUCON-286)
  • Display definition not recognized (#16943, KUCON-306)

Change

  • Open document-viewer of document-explorer in zoom mode and right pane. (#14457, KUCON-252)
  • Changed handling of date and datetime fields due to UTC/Local Time (#16627, KUCON-303)
    When working with date or date/time fields in Business Central, data is always stored in the background in UTC time format and converted to a local time zone based on individual user settings. Data is therefore always transferred to an external system (e.g., SharePoint) in UTC format. This is correct insofar as a transaction created at 3:00 p.m. on January 16, 2026, in Germany, is created at 6:00 a.m. on January 16, 2026, for a user in Los Angeles.Since date values are always converted to DateTime values for transfer, the date January 16, 2026 corresponds to the local time January 16, 2026, 12:00 a.m. and thus to the UTC time January 15, 2026, 11:00 p.m.. If such a formatted date is now transferred to SharePoint and then queried again, the UTC date January 15, 2026 is returned, which causes confusion among users. This adjustment means that when data is queried, the UTC time or date is converted back to the respective local time before being displayed. To fix this, the following adjustment was necessary: A new enum field “Display format” was added to the keywords. This display format has the option values “Unchanged,” “Date,” “Date and time” and specifies how the display data of the respective keyword should be formatted. With the default value “Unchanged,” the behavior remains unchanged and the queried value is displayed without modification. If the value is set to “Date” or “Date and time,” the values of the corresponding keyword are converted from UTC format to local time format. This allows the user to see the correct date/time information in their time zone.
  • Changes for Subscription & Recurring Module (#16638, KUCON-153)
  • Integration for Warehouse Process (#16723, KUCON-280)
  • Permission Extension to stop breaking Standard AI Agents for DMS and ECM Interface (#16799, KUCON-305)
  • Building workaround for sharepoint filter error (#16946, KUCON-307)
  • Customizable url syntax for “open folder” in sharepoint (#17086, KUCON-242)
  • Extend Document Link Display Type by "Internal Hyperlink" in order to show url link within internal (#17101, KUCON-310)

27.2.1011.0 - 2026-01-12#

Hotfix

  • Flag for archiving e-Documents by Job Queue is not recognized (#16271, KUCON-299)

Change

  • Batch Printing is not prevented for Order Confirmations (#14930, KUCON-265)
  • Implement Document Storage Logger for different logging stages (#16291, KUCON-300)
  • Consistency check when copying tags (#16379, KUCON-282)
  • Vermeidbare zusätzliche ELO Abfrage bei Aufbereitung des Suchergebnisses (#16526, KUCON-301)

27.1.981.0 - 2025-11-27#

Hotfix

  • Double-clicking on a document with preview disabled results in an incorrect (error) message. (#15888, KUCON-285)
  • Error in action to show or edit tags (#15901, KUCON-292)
  • Possible string overrun with filename longer than 100 characters caused by missing truncation (#16043, KUCON-295)
  • TechDocs für KUMAVISION trade und DMS-Modul werden nicht erstellt (#16153)
  • ELO - Subfolderpath escape by specialchars (#16259, KUCON-296)
  • Page document search ignores default display type for document list (#16262, KUCON-297)
  • Page document search - File context menu functions are not executed (#16268, KUCON-298)

Change

  • Reset the used ECM Token for authentication after each http request (#15822, KUCON-291)
  • Use Multivalue-Separator value for manual tags of type multi list (#16004, KUCON-294)
  • Multi-file option via the BC MobileApp (#16116, KUCON-279)
  • Archiving of electronic documents (#16127, KUCON-223)

27.0.921.0 - 2025-10-01#

Change

  • General performance and stability improvements.