Posts

Showing posts from October, 2017

Sage X3 Send Customer Statement

Image
Sage X3 Send Customer Statement This is to show you how to send customer statement to each of the customer individually. Scenario: Send email and attach customer statement to each of the customer by month end. Duplicate and create new report dictionary ZCUSSTA from existing CUSSTA, you may change the crystal report as you wish. Duplicate and create a new workflow ZCUSTSTA from existing APRINT workflow rule. Change condition RPTCOD to ZCUSSTA report code and mark it as Active. In Recipient tab, select Business partner and recipient value should be third report parameter from ZCUSSTA report dictionary, Business Partner Range. Define email in customer’s contact tab. Develop a window to allow customer search based on customer range, define statement date and able to send email with customer statement attachment to respective customer. In the script, loop existing customer list, and trigger SENDCUSTSTATMENT subprogram. SEND