| How To Print To Debtors With Multiple Accounts
   Printing a letter to a  debtor with more than 1 account is a three step process.
    
    Create a letter with the proper command codes.Select the Debtor to print to.Print the letter. Creating The Letter  Please refer to the Help Topic  How To Build Reports Or Letters for more information. The below will
  go over the basics of adding Group Debtor code.
   To create a letter which lists all the  accounts belonging to a specific debtor, this example will
  over over editing a copy of an existing letter template.
    
    Click the  Print menu from the Top menu.Select  Customize Printing, then click Edit Report Templates.Use the Arrow Keys to highlight a letter template.Use Edit, then Copy or Ctrl + C to copy the selected letter.Use Edit, then Copy or Ctrl + V to paste the copy.Open the new letter.Update the Report Name as needed.Click in to the  Report Body.Move to the line that you want to insert the list of Grouped Accounts.Start a new line and enter the report code to display the  Group Members.Close the Report Body and  Report Definition to save.  
 Example Code  This code is an example to output the  Client Name, Listed Date, and Owing for all Debtors in the
  Group, including the account that was printed to.
 
    
      | Client | Date Listed | Amount Owing |  
      | 
 |  
    
      | @de where (@de.gr = @de.gr) |  
      | @de.cl<25> @de.li<10> @de.ow<10> |  
      | @de |  
      | 
 |  
 This is a very basic example of getting the  Group Members. We recommend using SQL to get
         the list.  
 Printing The Letter  Navigate to an Account and Print the Letter from the  Reports and Letters menu.
   For more information on Printing a Letter to a Single or Tagged account, please refer to the Help
  topics  How To Print Letters To A Single Account and How To Print Letters To A Tagged List.
  
 | 
Was this page helpful? Do you have any comments on this document? Can we make it better? If so how may we improve this page.
Please click this link to send us your comments: helpinfo@collect.org