Saltar al contenido principal

Produmex Scan - Validate the duplicate batch number scanned

Completada

Comentarios

1 comentario

  • Comentario oficial
    Miguel Oscar Lozano

    Hi Alvin,

    Thank you for your question.

    In Produmex Scan, there is currently no standard setting to automatically block duplicate batch numbers during scanning.
    However, this behavior can be implemented through a custom validation query, using the customization framework provided by Scan.

    You can define a validation on the validateafter event of the BatchNumber input field in the relevant screen (for example, GRPO, Delivery, or Goods Issue). The data is stored in the datarepeater in the transaction is still not processed or in the database tables if it is.
    The validation query would check whether the same batch number has already been scanned for the current document, and if so, display an error message and prevent the user from continuing.

    So, while this is not part of the standard functionality, it can be achieved locally through customization.

Iniciar sesión para dejar un comentario.