onScan
Simple Example
console.log("The scanned code is: " app.getFieldValue("myScannerControlId"));
Example using the GS1 Splitter business function
let result = await brixxApi.businessBrixx({
functionName:"Gs1Splitter",
methodName: "Split",
gs1Code: brixxApi.getFieldValue("myScannerControlId")
});
console.log(result)