With the new M3 Information Creator Widget there is an option in Infor Go to scan QR code.
Is there any documentation available about how to format the information in the QR code to have it parsed to the input fields in the widget?
The QR code information must be mapped with name value pairs for one or several fields of the widget's defined input fields.
Example:{"TOOL":"INFOR","TX40":"Community"}
I don't seem to get it to work. To confirm that I have understood it correctly:
If I setup a Creator widget with the following inputs fields: LNCD, CUNM, CUA1, PONO, TOWN, CSCD
And have a QR code with the following details:{ "LNCD": "GB", "CUNM": "Test name", "CUA1": "Test address", "PONO": "12345", "TOWN": "Ankeborg", "CSCD": "SE"}
Are the fields on the widget in Infor Go supposted to be populated with the data provided in the QR code if I scan it?
This particular case doesn't work for me. If I try to scan the QR code, nothing happens.
I missed the {"TOOL":"INFOR"}. Added it to my existing data and it works. Thanks!