For the complete documentation index, see llms.txt. This page is also available as Markdown.

Prerequisites and Dependencies

Residential Aged Care Services (RACS) is delivered as part of the Maica platform and builds on the configuration and permission model that already governs the rest of Maica. Before you configure rates, admit residents, or connect to Services Australia, confirm that the package, platform, access, and baseline configuration prerequisites described here are in place.

For a wider view of how RACS is packaged and where it sits in the Maica architecture, see RACS Solution Overview.

Package architecture

RACS is not a standalone product. It is delivered through Maica's two-package structure:

Package
Namespace
Role

Maica (base)

maica__

The core Maica platform: Service Agreements, Funding, Agreement Items, billing, and the shared Settings framework.

Maica Client Care (extension)

maica_cc__

The package that contains the RACS objects, Apex services, LWCs, and Settings tabs. RACS ships here.

The Maica Client Care package depends on the base Maica package. The base package must be installed and current before Maica Client Care is installed or upgraded. All RACS objects and fields carry the maica_cc__ namespace (for example maica_cc__Lump_Sum_Account__c and maica_cc__Setting__c).

Platform requirements

RACS inherits the same Salesforce platform baseline as the rest of Maica:

  • Lightning Experience. The entire RACS user interface is built with Lightning Web Components (the Manage RACS Agreement component, the RACS Configuration settings tab, the APCS export tool, and the coverage check). RACS is not supported in Salesforce Classic.

  • Custom objects and Apex. RACS relies on custom objects, Apex services, and scheduled batch jobs, so the org must run a Salesforce edition that supports these (the same edition baseline required by the core Maica package).

  • Scheduled Apex. The billing engine, indexation engine, and fee rate automation run as scheduled batch jobs. The org must allow scheduled Apex for these processes to run automatically.

For the exact supported Salesforce editions and API version of your installed package, refer to your Maica release notes or the base Maica installation guide. RACS does not add platform requirements beyond those of the core Maica package.

Access and permissions

Maica grants access through permission sets and permission set groups, never through profiles. Assign the appropriate permission set group to each user rather than editing profiles.

Administrator access

Configuration of RACS (the RACS Configuration settings tab, rate values, automation toggles, and the operational tools that run from Maica Settings) is granted by the established Maica administrator permission set group, Maica - Access Maica Settings & Object Permissions (Maica_Access_Maica_Settings_Group). A user with this group can see the Residential Aged Care Services area in Maica Settings and edit the RACS configuration values.

Operational access

Day-to-day RACS work is split across two operational personas, each delivered as a permission set group:

Permission set group
Grants

Maica - RACS - Manage Care Recipient (Maica_RACS_Manage_Care_Recipient)

Admitting residents, managing the Fees tab, syncing care recipient data, submitting Aged Care Events, running RN coverage checks, and viewing balances and invoices.

Maica - RACS - Manage Billing and Claiming (Maica_RACS_Manage_Billing_and_Claiming)

Managing RAD/RAC accommodation deposits, manual rate changes, claims sync, statement reconciliation, accommodation balance submission, and departure billing.

These two groups draw on a set of underlying feature permission sets (for service agreement management, departure processing, fee rate checks, care recipient sync, aged care events, RN coverage, claims, reconciliation, accommodation balance reporting, and RN supplement sync).

Baseline configuration

Two configuration prerequisites must be satisfied before RACS behaves correctly.

An active Billing Setting record

All RACS configuration values (caps, rates, indexation numbers, and automation toggles) are stored on the Maica Billing Setting record - the maica_cc__Setting__c record where API_Name__c = 'Billing_Setting' and Active__c = true. This record ships with the base Maica package and exists in every installed org.

Services Australia integration setup

The RACS features that exchange data with Services Australia (entry, departure, leave, and supplement events, inbound data syncs, and claims) require a working PRODA connection and the associated integration configuration. Set this up before using any Services Australia dependent feature.

PRODA and integration setup is covered in PRODA Authentication and Setup. Features that do not touch Services Australia (such as internal billing and fee configuration) do not require it.

Last updated

Was this helpful?