Hello Experts,
I wanted to know if one can formulate a stored procedure/query that can be used on certain users to make sure that they are able to print only once.
I.e., a user can only print one sales invoice, sales order only once.
I want certain users to only be able to print the original and not copies.
If they need to print again (in case of printer failure), they have to inform a superuser who can then make a reprint.
Any help appreciated.