I'm hoping to build a custom security module to replace the password prompt for SOP processing options such as:
Allow Invoicing of Unfulfilled or Partially Fulfilled Orders
Delete Documents
Edit Printed Documents
Override Document Numbers
Void Document
I'm looking for the procedure(s) that I can call Trigger_RegisterProcedure on and implement my own security instead.
I've found the SOP_Delete_Document and SOP_Void_TRX procedures, but I wasn't seeing anything obvious for the other options. Perhaps there is a single procedure I can tack on to, that I can check the 'TRX Source' on and see if my module should kick in? Perhaps something the like Activity Tracking example from the Function library reference for Trigger_RegisterProcedure?
Thanks.
Allow Invoicing of Unfulfilled or Partially Fulfilled Orders
Delete Documents
Edit Printed Documents
Override Document Numbers
Void Document
I'm looking for the procedure(s) that I can call Trigger_RegisterProcedure on and implement my own security instead.
I've found the SOP_Delete_Document and SOP_Void_TRX procedures, but I wasn't seeing anything obvious for the other options. Perhaps there is a single procedure I can tack on to, that I can check the 'TRX Source' on and see if my module should kick in? Perhaps something the like Activity Tracking example from the Function library reference for Trigger_RegisterProcedure?
Thanks.