ScottN Posted September 16, 2018 Share Posted September 16, 2018 Normally I want new orders to be held for brand new customers (so I can check them out for fraud) but after approving the order, all future orders are automatically provisioned. However, I have a customer that I would like to continue to require approval, before auto provisioning. Is there any way to do that? Is there a flag set somewhere in the database that I could alter for this one customer? - Scott 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted September 16, 2018 Share Posted September 16, 2018 As far as I know no but it should be really easy to implement with an action hook. Use PreModuleCreate hook point. Retreive the user ID of the client in question and abort the Create action with abortcmd=true. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.