I am trying to add the Barcode Scan function to the Mobile App, specifically on the Inventory ID line, in the Details tab.
I was able to find two posts related to this, one with an “answer” but I wasn’t able to get it to work in my customization.
Related Posts:
- Use of barcode scanner on the mobile app for Sales Order creation which reference
- Barcode button in mobile app
Code I believe should work:
update screen SO301000 {
update container "Details" {
Update group "LineInventoryIdGroup"{
update field "InventoryID"{
special = BarCodeScan
}
}
}
}