# The Maica License and Data  Model

The table below outlines the various data objects within the overall **Maica** solution and what license is required to access these.&#x20;

### Maica Entity Relationship Diagram

<figure><img src="/files/k6ov0KXMiJVaV5lPto9u" alt=""><figcaption><p>Maica Entity Data Model</p></figcaption></figure>

### Data Object Breakdown

{% hint style="info" %}
This table focuses on the various data objects in which **Maica Client Management** and **Maica Client Care** functionally overlap.&#x20;
{% endhint %}

<table><thead><tr><th width="261">Data Object</th><th>Function</th><th>Required License</th></tr></thead><tbody><tr><td>Plan</td><td>Read</td><td>Client Management</td></tr><tr><td>Plan Budget</td><td>Read</td><td>Client Management</td></tr><tr><td>Plan Goal</td><td>Read</td><td>Client Management</td></tr><tr><td>Service Booking</td><td>Read/Write/Delete</td><td>Client Management</td></tr><tr><td>Booking Item</td><td>Read/Write/Delete</td><td>Client Management</td></tr><tr><td>Service Booking</td><td>Read</td><td>Client Care</td></tr><tr><td>Booking item</td><td>Read</td><td>Client Care</td></tr><tr><td>Support Category</td><td>Read/Write/Delete</td><td>Client Management</td></tr><tr><td>Registration Group</td><td>Read/Write/Delete</td><td>Client Management</td></tr><tr><td>Support Category</td><td>Read</td><td>Client Care</td></tr><tr><td>Registration Group</td><td>Read</td><td>Client Care</td></tr><tr><td>Invoice</td><td>Read/Write/Delete</td><td>Client Management</td></tr><tr><td>Invoice Line Item</td><td>Read/Write/Delete</td><td>Client Management</td></tr><tr><td>Payment Request</td><td>Read/Write/Delete</td><td>Client Management</td></tr><tr><td>Remittance</td><td>Read/Write/Delete</td><td>Client Management</td></tr><tr><td>Invoice</td><td>Read</td><td>Client Care</td></tr><tr><td>Invoice Line Item</td><td>Read</td><td>Client Care</td></tr><tr><td>Payment Request</td><td>Read</td><td>Client Care</td></tr><tr><td>Remittance</td><td>Read</td><td>Client Care</td></tr><tr><td>Service Agreement</td><td>Read/Write/Delete</td><td>Client Management</td></tr><tr><td>Agreement Line Item</td><td>Read/Write/Delete</td><td>Client Management</td></tr><tr><td>Agreement History</td><td>Read/Write/Delete</td><td>Client Management</td></tr><tr><td>Service Agreement</td><td>Read (exclusing Product)</td><td>Client Care</td></tr><tr><td>Agreement Item</td><td>Read (exluding Product)</td><td>Client Care</td></tr><tr><td>Agreement History</td><td>Read</td><td>Client Care</td></tr></tbody></table>

{% hint style="info" %}
The remainder of the data objects are in line with the below Entity Relationship Diagram and license requirements are in line with application/solution scope.
{% endhint %}

The above table shows that any data object marked in **pink** requires and **Maica Client Care** license, any data object marked in **green** requires a **Maica Client Management** license whilst any data object marked in **blue** form part of the standard **Salesforce** platform.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.maica.com.au/getting-started/the-maica-license-and-data-model.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
