| Docs Help
  AppSource  
Docs  /  NAVAX Extension Base  /  Information for Developers

 QR Codes


2023/12/28 • 2 min. to read
QR Codes can be created via the CreateQRCodeRedSoft procedure from the NCEX QR Code Mgt. codeunit. Here a service from http://www.redsoft.at is used.

Note

To create the QR Codes, access to the service must also be allowed. For more information, see Appendix, Installation Notes.
The Size parameter of the CreateQRCodeRedSoft procedure can be used to specify the size of the QR Code in pixels. If no value is specified, the QR Codes will be created with a resolution of 200x200 pixels. If the QR Code is displayed blurred on the document, a different specification may improve the print quality. The fiskaltrust POS Interface extension has defined e.g. 600 as the default value. In addition, a different value can be specified there via a field in the setup. For more information, see [Docs] fiskaltrust POS Interface - Setup, Cash Register Setup

Methods

  • CreateQRCodeRedSoft

    Creates a new QR Code.
    procedure CreateQRCodeRedSoft(QRCodeInput: Text; var TempBlob: Codeunit "Temp Blob"; Size: Integer): Boolean

    Parameters

    TypeNameDescription
    TextQRCodeInputThe content of the QR Code to be created.
    Temp BlobTempBlobThe Temp Blob in which the created QR Code is returned.
    IntegerSizeThe size of the QR Code in pixel (default=200).


See also




Submit feedback for
DE|EN Imprint
<>