If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This topic provides detailed information on how Aptify recommends that these Membership Renewal Best Practices be implemented in Aptify 5.5.1. The best practice recommendations are implemented in five scheduled tasks, none of which are enabled by default. At a minimum, you need to activate these processes and modify the templates and timing as determined by your organization's requirements. 


Best Practice #3: Promote Auto-Renewals

Aptify's third best practice recommendation is to encourage members to sign up for auto-renewal. This eliminates the need to send out multiple reminders and makes it easier for members to stay active with their membership.

The Auto-Renewal best practice recommendation includes:

  • 60-day advance notice to a staff member for standing orders that will not fulfill without user intervention
  • 30-day advance notice to members for standing orders that should fulfill without error
  • Process to automatically generate renewal orders using Aptify Standing Order functionality
  • Thank you notice sent out to members who were auto-renewed today

This workflow uses several elements:

  • Standing Orders That Will Not Fulfill in 60 Days List View: This filtered view displays the standing orders for membership subscriptions that are scheduled to auto-renew in 60 days but will not based on the payment information defined on the Standing Orders record. You can find this view in the sa user's Membership Renewal Workflow shared folder for the Standing Orders service. Aptify recommends that you use the Aptify View Scheduling feature to distribute a daily report to staff members so these standing orders are reviewed and modified as necessary before the renewal date. The standing orders returned by this view meet the following criteria:
    • Is Active
    • Is scheduled to renew in 60 days
    • Does not have an appropriate payment method specified, for example, the credit card has expired or will expire before the renewal date
    • Is tied to a subscription for a membership product
    • Is tied to a subscription that has the Auto Renew option enabled
  • Send Membership Auto Renewal 30-Day Notice Scheduled Task: The first step in the AutoRenewal workflow is to send out a notice 30 days prior to renewal to members. This gives the members an opportunity to opt-out of the auto-renewal process if desired. By default, this scheduled task is configured to run daily. Running the process daily is the recommended approach for organizations that have a rolling membership model. For organizations that use a calendar year model where all memberships expire on the same day, you can choose to have this task run just once a year, 30 days before the membership expiration date. When this task executes, it runs the Send Email with Message Template process flow.
  • Send Email with Message Template Process Flow (30 Day Notice): This instance of the process flow sends out a pending auto-renewal notice (see the Membership Auto Renewal 30 Day Notice message template for a sample notice) to members whose membership subscription will auto renew in 30 days, as identified by the Standing Orders Scheduled in 30 Days list view.
  • Standing Orders Scheduled in 30 Days List View: This filtered list view displays the membership subscriptions that will be auto-renewed in 30 days. You can find this view in the sa user's Membership Renewal Workflow shared folder for the Standing Orders service. The standing orders returned by this view meet the following criteria:
    • Is Active
    • Has an expiration date 30 days or more in the future
    • Has a payment method that can be successfully applied to a new order, such as a Purchase Order or a credit card with a valid expiration date
    • Is scheduled to renew in 30 days
    • Is tied to a subscription for a membership product
    • Is tied to a subscription that has the Auto Renew option enabled
  • Fulfill Membership Auto Renewals Scheduled Task: This scheduled task is configured to run daily at 6 am to fulfill standing orders for memberships that are scheduled to automatically renew that day. This scheduled task runs the Fulfill Membership Auto Renewals process flow.
  • Fulfill Membership Auto Renewals Process Flow: This process flow runs the Standing Order Fulfillment component for the standing orders identified in the Today's Standing Orders Renewals source view.
  • Today's Standing Orders Renewals List View: This view identifies standing orders that are scheduled to be fulfilled today. You can find this view in the sa user's Membership Renewal Workflow shared folder for the Standing Orders service. The standing orders returned by this view meet the following criteria:
    • Is Active
    • Has an expiration date of today or in the future
    • Has a payment method that can be successfully applied to a new order, such as a Purchase Order or a credit card with a valid expiration date
    • Is scheduled to renew today (but has not renewed yet)
    • Is tied to a subscription for a membership product
    • Is tied to a subscription that has the Auto Renew option enabled
  • Send Auto Renewal Thank You Note Scheduled Task: This scheduled task runs daily to send a follow-up thank you note to members whose membership was automatically renewed today. By default, the task is configured to run daily at 8 am. It should be run after the Fulfill Membership Auto Renewals scheduled task is complete and after the generated orders have been shipped. If your system is not set up to automatically ship orders that do not require fulfillment, then a user should manually review and ship the generated renewal orders before this schedule task runs. In this case, you may want to schedule this notice to go out later in the day after a staff member has had a chance to process them. This scheduled task runs the Send Email with Message Template process flow.
  • Send Email with Message Template Process Flow (Thank You Notice): This instance of the process flow sends out a Thank You notice (see the Auto Renewal Thank You Note message template for a sample message) to members whose membership subscription was automatically renewed that day, as identified by the Today's Standing Orders Renewed list view.
  • Today's Standing Orders Renewed List View: This view identifies standing orders that were fulfilled today. You can find this view in the sa user's Membership Renewal Workflow shared folder for the Standing Orders service. The standing orders returned by this view meet the following criteria:
    • Fulfilled today
    • Is tied to a shipped order
    • Is tied to a subscription for a membership product
    • Is tied to a subscription that has the Auto Renew option enabled

Best Practice #4: Expire Memberships for Non-Payment

Aptify's fourth membership best practice recommendation is to terminate the membership benefits for members who fail to pay their dues within a fixed number of days after the renewal date. In 5.5.1, the Membership Renewal Workflow expires members if they have not renewed within 120 days of the renewal date.
The termination process does the following:

  • Expires the membership subscription.
  • Updates the membership type for the expired member (to a value such as Non-Member or Former Member, depending on your organization's membership structure). This occurs at the Person and/or Company level.
  • Cancels any open membership renewal quotation orders.

The workflow uses the following elements:

  • Expire Members for Non-Payments Scheduled Task: This scheduled task runs periodically to expire membership subscriptions. This will set the subscription and membership of persons/companies to expired due to non-payments, and corresponding quotation orders will be set to Cancelled. By default, it is configured to run monthly on the first of the month at 6 am. It runs the Expire Members For Non Payments process flow.
  • Expire Members For Non Payments Process Flow: This process flow executes four Entity Bulk Operations against a set of pre-defined list views to expire unpaid memberships.
    1. Update Subscription Status to Expired: This step loads the Membership Subscriptions to Expire view (in sa's shared Membership Renewal Workflow folder for the Subscriptions service), which displays any memberships that are marked as Active but have an end date 120 days or longer in the past. It then executes the Expire Subscription entity bulk operation to change these subscriptions to expired.
    2. Update Persons to Expire Membership: This step loads the Individual Memberships to Expire view (in sa's shared Membership Renewal Workflow folder for the Persons service), which displays persons with a member type other than Non-Member (ID 1 in the sample dataset) who have an expired Individual Membership Subscription and whose Dues Paid Thru date is 120 days or more in the past. It then executes the Expire Individual Membership entity bulk operation to change the Person's member type, set the Status to Expired, and the Termination Date to today. Note that you will need to modify the Entity Bulk Operation rule values to specify the appropriate Member Type ID and Status ID that you want to use to identify non-members and/or expired members.
    3. Update Companies to Expire Membership: This step loads the Company Memberships to Expire view (in sa's shared Membership Renewal Workflow folder for the Companies service), which displays companies with a member type other than Non-Member (ID 1 in the sample dataset) who have an expired company Membership subscription and whose Dues Paid Thru date is 120 days or more in the past. It then executes the Expire Company Membership entity bulk operation to change the Company's member type, set the Status to Expired, and the Termination Date to today.

      Note

      You will need to modify the Entity Bulk Operation rule values to specify the appropriate Member Type ID and Status ID that you want to use to identify non-members and/or expired members.



    4. Update Orders to Cancel Status: This step loads the Memberships Quotations to Cancel view (in sa's shared Membership Renewal Workflow folder for the Orders service), which displays open quotation orders for memberships that are 120 days or more past due. It then executes the Cancel Expired Quotation Orders entity bulk operation to change the Status of these quotation orders to Cancelled.
  • Memberships Expired Today List View: This view display memberships that were marked as Expired today by the automated process described above. Aptify recommends that you use the Aptify View Scheduling feature to distribute a monthly report after member expiration process runs to identify which memberships were expired that day.
  • No labels