Skip to main content
Kofax

How to disable reject in Verify

Article # 3037456 - Page views: 33

Issue

How do I disable the function Invoice->Reject in Verify?

 

Solution

You can remove reject with this line of code in the InvoiceVerify event on the invoice profile:

 Function OnInvoiceVerify ( ) As Long

   Call Application.DeleteCommand("Invoice-Reject")

  OnInvoiceVerify = EV_OK ' Return value to INVOICES

End Function

You can add this code by right clicking on the invoice profile in Manager and selecting Settings->Events. Please note that you need to open the profile first before you can add this code.

Please note that it is not possible to remove the toolbar or shortcut key, even though the documentation says otherwise. You can only disable the function.

 

Level of Complexity 

Easy

 

Applies to  
Product Version Build Environment Hardware
ReadSoft Invoices ALL      

 

References

Add any references to other internal or external articles

 

 

 

Article # 3037456
  • Was this article helpful?