Skip to main content

Is there a way to change “All Customers” statement settings to (Print Statements)?

You could use an Import Scenario to update them. You could export out your Customer list and then on your Import Scenario you would look to the Customer Id and the box to Print Statements. An example is below.

 


Hi, @scottz38  I would suggest the below approaches and hope that helps!

Approach 1: Since you wanted to update all the customers, you publish the below script. It is a very quick process.

Script:  Update Customer set PrintStatements= 1 where CompanyID=2

Approach 2: We can go with Import Scenario suggested by @MelissaB  

 

 


Reply