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.
![]() |
To generate a QR code:
Construct the required JSON string using the attributes and their values. The following six actions are possible.
Compact the JSON string using an online editor like https://jsoneditoronline.org/. This removes any white spaces and indentation.
Encode the JSON string using https://meyerweb.com/eric/tools/dencoder/
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.
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.
