
I am working on dynamics portals and I have issues with barcode scanner.
On creation of a result, the record is created in 'Results Entity' in dynamics365.
User needs to fill the details(barcode, result) in the create form and hit submit to create a record in dynamics.
Scanning is done through a mobile phone.
Requirement :
1) In the Create Result page, in place of the 'barcode' field, I would like to have a button which is labelled as 'scan' and onclicking this button it should redirect to the next page, 'Scan QRcode from Camera'.
2) This scanBarcode page scans the presented bar/QR code and displays the result in a different section on the same page. I would like this result to be updated in the results entity under the 'barcode' field of my dynamics 365
.
Hi zoro,
Q:In the Create Result page, in place of the 'barcode' field, I would like to have a button which is labelled as 'scan' and onclicking this button it should redirect to the next page, 'Scan QRcode from Camera'.
You could create a html as Create Results page instead of Result entity form.
Q:This scanBarcode page scans the presented bar/QR code and displays the result in a different section on the same page. I would like this result to be updated in the results entity under the 'barcode' field of my dynamics 365
You could use Web API to insert a record to your Result entity. Please refer to this doc:
Portals Web API write, update, and delete operations - Power Apps | Microsoft Docs