How can we add a custom field with barcode scanning for acumatica mobile application?
Firstly we need to add our custom field to the screen, for example we will use the Sales Orders screen and add Custom Barcode field to the Details tab.
For adding this field to mobile application with Barcode scanning functionality we should just update Details container on
the SO301000 screen and define the special attribute with value “BarCodeScan”.
Or in the form of text:
update screen SO301000 {
update container "Details" {
add field "CustomBarcode"{
formPriority = 1
special = BarCodeScan
}
}
}
After publishing the package we should be able to see our field with scanning functionality on the Sales Orders screen as shown below.
If you're looking to enhance your Acumatica experience with custom solutions tailored to your specific needs, we can help! With just a few steps, such as adding custom fields and enabling advanced functionalities like barcode scanning, your workflows can be significantly streamlined.
Ready to take the next step? Submit your customization request today and let our team of experts transform your Acumatica system to fit your business needs perfectly! Whether it’s modifying existing screens or creating new features, we’ve got you covered.