Skip to main content

FieldLogs

Generating QR Codes

QR codes offer a convenient way to share information. In the FieldLogs application, scanning a QR code allows you to perform Task-related actions.

scanQR.jpg

To generate a QR code:

  1. Construct the required JSON string using the attributes and their values. The following six actions are possible.

  2. Compact the JSON string using an online editor like https://jsoneditoronline.org/. This removes any white spaces and indentation.

  3. Encode the JSON string using https://meyerweb.com/eric/tools/dencoder/

  4. Concatenate the encoded string to the end of the string https://www.fieldlogs.com/MainWebApp/actions/ManageScenario?scanAction=

    You have now constructed the required string.

  5. Use the string generated in Step 4 as input in a QR code generator like https://www.qr-code-generator.com/ to generate the QR code.

You can now scan the generated QR code to perform the required action.