Create barcode for every new import
Hello
In our chemical laboratory we use NiNOx for every sample that is coming in the lab. Each sample is getting a unique numeric code. I would like to automatically generate (if possible) a barcode also for each sample import so every time I scan the barcode while being in the lab to check the status of the sample analysis.
Is that possible?
Thanks a lot
Tasos
2 replies
-
Hi did you figure it out? I try to do it too.
-
miNCONTRE UN CODIGO PERO NO HE LOGRADO QUE ME FUNCIONE
DEBO CREAR UN CAMPO LLAMADO CODIGO DE BARRAS Y QUE SEA ALFANUMERICO, PERO NO LOGRO QUE FUNCIONE EL CODIGO, QUIEN ME LO PUEDA EXPLICAR UN POCO MAS, LO AGRADECERIA
let miCodigo := this.'Código de Barras';
let miProducto := first(select Productos donde 'Código de Barras' = miCodigo);
if miProducto then
alert("Producto encontrado: " + miProducto.Nombre)
else
alert("Producto no encontrado") end
Content aside
-
1
Likes
- 2 days agoLast active
- 2Replies
- 151Views
-
3
Following