Web Client Patch (2025-11-30)

PisaSales Web Client

Version 8.3.0.20251125054500
Desktop integration version 8.4.4.197

New Features

  • The new Y style for TXT tags can be used to show HTML fragments without any further processing of the HTML markup. This is useful to embed externally hosted videos (YouTube etc.), for instance. 
  • You can now define a mapping for logic values by setting the environment value PSC_CLP_MAP_LOG accordingly. This mapping controls how the content of logic fields is handled when table data is copied to the clipboard. Example: If PSC_CLP_MAP_LOG is set to "X, -, $SPACE", then table cells with the content "true" are exported as "X", cells with "false" as "-", and, if not set (null), then a space character will be generated.

Bugfixes

  • If the application server removes row properties from data rows, then the affected rows are now displayed correctly.
  • If HTML text (an email text, for instance) contains deeply nested CSS rules, this no longer leads to memory overflow errors.
  • If the application server sends multiple "row select" actions in one response, then this is now handled correctly.