Steps to generate EFT output file

Create payment file template Go to payments > setup > payment file templates Create new payment file template Create company bank details Go to Payment > setup > Company Bank Details > New Enter values in company details such as Name, GL Bank Account, Legal Name, Print Company Name,EFT template, File Cabinet Location ID.  Click… Continue reading Steps to generate EFT output file

Options in email.send

The following code can be used to attach the Pdf of the transaction record to the email as an attachment and set the subject and body of the email using an email template. Create transaction PDF let transactionFile = render.transaction({    entityId: recordId,    printMode: render.PrintMode.PDF,    inCustLocale: true }); save the file to file cabinet transactionFile.folder =… Continue reading Options in email.send