I'm trying to Email A/R Statements using a BOI Script. I noticed a thread a while back between @JeremyFox and @AlnoorCassim discussing a BOI script to print Reports to Paperless Office. I want to do something similar with a pre-defined form code set for ""Electronic Delivery Only"" so that only Email customers are selected and it will trigger a paperless email statement. The statement below triggers a PDF only process, but not email. If I use a ""1"", it will hardcopy print every customer statement.
Set oPaperless = oARStatement.ocoPLCommon
oPaperless.sFormPrintUISelection = ""7""
The form code works when I am in the Launcher and will generate an email. So, I am confident Paperless Email is setup correctly.
Thanks for your help,
Doug J.