Healthcare Solutions
  • Empower your Participants
  • Getting Started
    • The Maica Lifecycle
    • Installation
    • Reference Data Configuration
    • Post Install Steps
      • Post Install Checklist
    • Software License Agreement
    • NDIA Provider API Outages
    • Getting Started with Client Care
    • The Maica License and Data Model
  • General Information
    • Client Management Settings
      • Agreement Management
      • Renewal Management
      • Program Enrolments
      • Claim Management
        • Reconciling Bulk Payment Request (BPR) File
      • ABA File Management
      • Product Management
      • Statement Management
      • Email Management
      • NDIS Synchronisation
      • Logs Management
      • NDIS Notifications (Webhooks)
      • NDIS Integration
      • Connections Management
      • Opportunity Management
    • Client Care Settings
      • General Settings
      • Planner Management
      • Rostering Management
      • Appointment Management
      • Validation Management
      • Timesheet Management
      • Travel Management
      • Billing Management
      • Billable Client Care Settings
    • Glossary
    • Maica Permissions Sets
    • Maica's Discord Server
  • Participant Management
    • Managing Connections
    • Managing Resource Preferences
    • Participant Selection
    • Record Client Notes
    • Participant PRODA Sync
    • Contact Sharing Rules
    • Billable Client Notes
  • NDIS Management
    • Opportunity Overview
    • Service Agreement Overview
    • Plan Management
      • Participant Overview
      • Plan Overview
      • Service Booking Overview
      • Create Service Booking
      • Manage Service Booking
    • Participant Statement
      • Sending ad-hoc funding statements
      • Manually send monthly funding statements
      • Schedule and automatically send monthly statements
      • Participant Statement Email Template
        • Participant Statement Detail
    • Invoice Management
      • Invoice Overview
      • Payment Request Overview
      • Invoice Entry
        • Alerts & Validation
      • Invoice Scheduling
      • Claim Management
      • Credit Management
      • Invoice Status Management
      • ABA File Generation
  • Aged Care Management
    • Service Agreement Overview
    • Support Category & Items
    • Budget & Funding Management
    • Status & Leave Management
    • Fee Billing Engine Overview
    • Claim Management Overview
    • Invoice and Product Settings
  • Resource Management
    • The Resource Profile
    • Resources Rostering
  • Planner Management
    • The Planner Overview
    • Unavailability & Breaks
    • Appointment Optimiser
  • Appointment Management
    • The Appointment Profile
    • Creating Appointments
      • Appointment Sections
      • Step 1: Basic Details
      • Step 2: Location
      • Step 3: Recurrence
      • Step 4: Additional Details
      • Step 5: Custom Fields
      • Step 6: Client Note(s)
      • Step 7: Completion
    • Managing Appointments
      • Editing Appointments
      • Checking into Appointments
      • Checking out of Appointments
      • Storing Appointment Files
      • Capturing Signatures
      • Completing Appointments
    • Appointment Cost Calculation
    • Service Agreement Leave
    • Appointment Validation
  • Client Care Reference Data
    • Skills Management
    • Delivery Activities
    • Appointment Services
    • Checklist Management
    • Client Note Templates
  • Maica Billing Processes
    • Maica Billing Processes
      • Invoice Generation Flow Logic
      • Invoice Dispatch Flow Logic
      • Manual Appointment Billing
      • Appointment Travel Billing
    • Xero Synchronisation
    • Xero Connection Configuration
  • Data Imports
    • Import Support Item Catalogue
    • Importing Historical Invoices
  • Log Management
    • Log Object
    • Synchronisation Logs
    • Maica Logs Report
    • Delete Logs
    • Known Issues & Gotchas
  • NDIS Notifications
    • Overview
    • How to setup
    • Events
  • Additional Information
    • Maica Client Care Releases
    • Maica Development Roadmap
    • Maica PACE Compliance Setup
Powered by GitBook
On this page
  • Manually send monthly funding statements
  • Schedule and automatically send monthly funding statements
  • Who Will Receive a Statement?
  • All Active Plans
  • All Active Plans with Standard Bookings
  • Exclude from Plan
  1. General Information
  2. Client Management Settings

Statement Management

Learn how to setup, send and track the progress of participant monthly statement

PreviousProduct ManagementNextEmail Management

Last updated 2 years ago

Maica offers you the flexibility to manually send statements to all participants for a selected statement period, alternatively there is a set and forget method to send statements on a monthly basis. This article explains how this can be achieved directly in Maica Settings under Statement Management.

Before we get into the details, you will need to ensure two things:

  • The From Email Address is selected. This defines the email address that the statement is sent from. Be sure to firstly add this by navigating to Organization-Wide Addresses under Salesforce Setup.

    • Learn more about setting up an Organization-Wide Address .

  • The Participant Statement Email Template is selected. This defines the email template containing the funding statement generated for the selected period.

Manually send monthly funding statements

With just a few clicks, Maica can send on demand statements to all your participants. Everything you need to configure this can be found in the Email Statements section:

  • Select the Statement Period via the Start Date and End Date and click Email Now.

  • A confirmation screen will be displayed immediately confirming this action, if you would like to proceed, click Confirm for Maica to send statements to your participants for the selected period.

Schedule and automatically send monthly funding statements

Maica can automate this monthly process for you so participants receive their monthly statements. You can do so by simply toggling the Schedule Statement to activate it and follow a few extra steps.

  • Once the Schedule Statement toggle is enabled, you will be prompted to assign the Day and Time in which the statement is sent to participants.

  • On save, Maica will calculate the next scheduled date to send the statement.

  • You can also track the progress and any errors during the statement run by accessing the report that is linked.

Who Will Receive a Statement?

Maica provides the following two filter options where you can decide who will be included in the automated Statement process:

All Active Plans

  • Plan Start Date is less than or equal to the Start of the Month

  • Plan End Date is greater than or equal to the End of the Month

  • Exclude From Plan is not set to TRUE

Or, for a more technical user:

SELECT Id
FROM Plan__c
WHERE Start_Date__c <= :startDate
AND End_Date__c >= :endDate
AND maica__Exclude_From_Statement__c != true

All Active Plans with Standard Bookings

This filter includes all the Plan based conditions described above with an additional filter added on the Service Booking object to include only those Plan records with an associated Standard Service Booking.

Or, for a more technical user:

AND (Id IN (SELECT maica__Plan__c FROM maica__Service_Booking__c WHERE maica__Booking_Type__c = 'ZSAG'))

Exclude from Plan

In the section above, you will have noticed a reference to a filter called Exclude from Plan. This filter references a handy checkbox on the Plan record that allows you to manually exclude a Participant from being included in the automated monthly Statement process.

For example: you have a Participant with an Active Plan in Salesforce who is no longer one of your clients. By setting Exclude from Statement = TRUE, this former client will not receive an automated Statement email.

For the automated Statement batch, the Start Date and End Date are set from the previous month.

For any manually sent Statements, the Start Date and End Date are set by the user using the filters in the Quick Action.

Maica NDIS Plan Participant Statement is the default template from Maica. In the section, you will learn how to customise the email template.

Please note: Salesforce enforces a limit of 5000 external emails each day. Any emails beyond the 5000 limitation will fail. You can read more in the following .

Participant Statement Email Template
Salesforce Article
here
Selecting the From Email Address in Maica Settings
Selecting the Statement Email Template in Maica Settings
Manually sending Funding Statements via Maica Settings
Scheduling the automated dispatch of Funding Statements via Maica Settings
Maica provides two filter options to decide who is included in your Statement run
The Exclude from Statement checkbox on the Plan record