Created on 26 November 2020
icon_unfollowing
Login to follow
qr-code-genrator

|QR Code Generator|

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 26 November 2020 by 
qr-code-genrator

|QR Code Generator|

Documentation
1.0.0

This extension will work with both Traditional and Reactive application. Please check below explanation on how to use it in your traditional or reactive application.

  • Traditional Application
  • Reactive Application


Traditional Application:

  1. Download the extension and publish it in your environment using integration studio.
  2. Manage Dependency and add the extension in your application as shown below

    3. Create One screen, in the preparation, add QRCodegenration method from GenrateQRCode extension as shown in below screen shot

    4. Set the input parameter for the method

  5.  Go to screen , take one image component and set it’s type as external and URL as below

       "data:image/gif;base64," +BinaryToBase64(QRCodeGenration.ImageBinary)


   6. Run the application and scan the QR code, you will get the encoded value as PERSISTENT2020

-----------------------------------------------------


Reactive Application:

  1. Publish the extension in your environment using integration studio.
  2. Manage Dependency and add the extension in your application as shown below
  3. Create one screen and add data action to it. Add the GenrateQRCode method in data action as shown below
  4. Set the input parameters and out parameter of the data action as shown below.

      5. Go To screen level , add one image component and set its type to Binary and image content as shown in below screen shot.

   Image Content = DataAction.Out_Image


  6.   Run the application and scan the QR code , you will get the encoded value as “PERSISTENT 2020 . You are all set.


Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
|QR Code Generator| has no dependencies.