...
Codeblock | ||
---|---|---|
| ||
let allowErrorRelease = ccFields.GetPropertyValue("h_barcode", "MinLengthMandatory"); if(allowErrorRelease) ccApplication.AllowErrorRelease = true; else ccApplication.AllowErrorRelease = false; |
...
Codeblock | ||
---|---|---|
| ||
let allowErrorRelease = ccFields.GetPropertyValue("h_barcode", "MinLengthMandatory"); if(allowErrorRelease) ccApplication.AllowErrorRelease = true; else ccApplication.AllowErrorRelease = false; |