Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Readysell can automatically remind customers that their accounts are overdue on a periodic basis. This reminder can be delivered in the form of either an email (with aging) or an SMS message. Both types of reminders are triggered by a task which generates and sends an email batch.

...

  1. In the Navigation >Administration> Advanced> Tasks
  2. Click on the Generate And Send Email Batches task
  3. Ensure the task is Enabled and that the schedule is set according to the standard task schedule
  4. Go to the Parameters tab and fill in the following:

    Parameter NameSet To
    EnableGenerateAndSendAccountsReceivableFollowUpEmailBatchTrue
    GenerateAndSendAccountsReceivableFollowUpEmailBatchDaysA semicolon delimited list of the days on which you want the reminders sent. For example, if you want reminders sent on the 20th and 25th of every month, set the value to 20;25
    GenerateAndSendAccountsReceivableFollowUpEmailBatchCriteria

    You can set a criteria if you wish to filter for the days overdue. Eg CurrentCustomerBalance60Days > 0 || CurrentCustomerBalance90Days > 0 || CurrentCustomerBalance120Days > 0. This criteria will create the email batch for balances in 60, 90 and 120 days

    If you wanted to only create a email batch for items overdue for 45 days then you would insert the following : CustomerOpenItems[Date < ADDDAYS(LocalDateTimeToday(), -45)].Sum(Balance) > 0


  5. Click on Save
  6. In the navigation panel, click AdministrationEmail Batch Defaults
  7. Click on the Accounts Receivable Follow Up default
  8. Enter a Default From Name, Default From Address and Default Subject
  9. Set up if not already a template (see Template Replacement Variables for fields of data you can add to your template.  You do not need to click on the Email Defaults or Email Batch Defaults) with the introduction and/or signature of your choosing. Enter the replacement variable {DATA} in the location where you would like the aging information displayed.
    Or see example screen shot below:

    Expand
    titleShow me


  10. Click on Save
  11. Restart the Readysell service from within anywhere in readysell
    Click on top ribbon wtihin Readysell >Tab Tools> Action button Restart Service. Give the service a moment to restart

    Expand
    titleShow me


    Note

    If you do not want to set up SMS follow-up messages and are not running on the service module, stop at this point.

    If you have the paramater on the task Setting of 'EnableGenerateAndSendAccountsReceivableFollowUpSmsBatch set to True and you dont want to SMS then make it false and click on Save


...

  1. In the navigation panel, click Administration> Advanced> Tasks
  2. Click on the Generate And Send Email Batches task
  3. Ensure the task is Enabled and that the schedule is set according to the standard task schedule
  4. Go to the Parameters tab and fill in the following:

    Parameter NameSet To
    GenerateAndSendSaleInvoiceEmailBatchCriteria TransactionType.Code != 'SALMCI' && TransactionType.Code != 'SRVINV' 


  5. Save your changes
  6. Restart the Readysell service

...