Could use some help creating an event that will automatically release customer orders where ‘OBJSTATE = 'CreditBlocked' for specific company or site
We have a situation where credit control is handled separately for certain companies within our IFS setup and need to switch off the credit checking for customer orders created for specific companies (We could also do at site level).
I am thinking that an event could be fired that ran the 'Customer_Order_API.Start_Release_credit_Blocked' procedure where company = X but not quite sure how to handle?
The problem I have is that we have a shared customer base so cant just use payment terms, or switch it off at customer level.