Restrict Number Of Printed Copies Respondida
Hi There,
Is there a way we can restrict the maximum number of printed copies, e.g. user should be able to print AR invoice twice.
Hi There,
Is there a way we can restrict the maximum number of printed copies, e.g. user should be able to print AR invoice twice.
Comentarios
6 comentarios
Hi,
You can use a UDF and validation to do such functionality. Basically, every time you print, you update a UDF with how many prints have been taken. Then you check with validation that this number is not higher than the one you want to set as a limit.
Thanks,
Thomas
(Please note that as we are user-driven we can't guarantee that your request will be met unless it gets many votes and/or fit the product vision)
Read more about the Feature Request process here
[Internal Id: 88815]
Hi Thomas
How I will update this UDF automatically? I think clicking on the print icon is not a recognised action in B1UP and SBO transaction notifications.
Thanks
Abdul
Hi Abdul , try this, (It´s an idea)
Validation:
And someting like this in universal function:
Block Message UF-098
regards!
Alessandro.
Thanks Alessandro for the great example. 😊
Thanks Alessandro Lopez Santinelli
Iniciar sesión para dejar un comentario.