barcode
2 TopicsAdd Barcodes to pre-existing items in Sharepoint List
Hello, I have been trying to apply barcodes and barcode values to all the items in my list in sharepoint. As of now, I was able to add sharepoint generated barcodes to all but 58 items in my list. Is there a way I can get barcodes for those remaining 58 items? I have tried a trigger column to modify each item in hopes the barcode would appear upon modification but it only works sometimes. Any help is appreciated, thank you!824Views0likes0CommentsQuestion about barCode.scanBarCode
Dear sir I'm developing Teams mobile application, static tab(Personal app Tab). We need a QR scan feature. However I can't use that. barCode.isSupported() is always false. Is there any restriction on static tab app? Here are my conditions. -. "import { app, authentication, barCode } from '@microsoft/teams-js';" . version : 2.37.0 -. manifest.json : "devicePermissions": ["media"], -. app.initialize() is sucessfully done. I can see the barCode object Unfortunatly, barCode.isSupported() shows false. Android, iOS has the same result. Can you advise how I can use the barCode camera.? Many thanks77Views0likes3Comments