Page 1 of 1

Default Customer Statements

Posted: Tue May 14, 2019 2:07 pm
by JeffGrant
Is there a way that I can select what Customer Statement .STY I want to used based upon criteria set in CustRec table?

Setting the default forms is a bit too generic for wat I would like to accomplish.

Thanks

Re: Default Customer Statements

Posted: Tue Jun 11, 2019 11:51 am
by COBS Tech Support
I suppose you could use the R-CSSEND.MAC hook for that purpose. Return FALSE to cancel the sending of the statement, but before doing that call CreatePrintJob() or CreateEmailJob() to create a statement "print" job. Then you can fine control which form to send for which customer.