Contact
The Contact object in Maica is used to manage the details of individuals associated with service delivery, including clients, guardians, and carers.
Fields & Relationships
The table below provides a comprehensive overview of all fields and relationships for the Contact object in Maica. Please refer to the table below for detailed information.
Click here to view and download the complete Contact Schema.
Validation Rules
The list below outlines the Validation Rules applied to the Contact Object in Maica.
Please refer to the list below for more detailed information on each Validation Rule.
NDIS Number Must Be 9 Digits
Ensures that the NDIS Number is 9 digits.
Rule Name
VAL_CONTACT_0001
Error Message
VAL_0001: If provided, the NDIS Number must be 9 characters in length.
Error Location
Top of Page
IF (
NOT(ISBLANK(maica_cc__NDIS_Number__c)), OR(LEN(maica_cc__NDIS_Number__c) <>9, NOT(
ISNUMBER(maica_cc__NDIS_Number__c))), false
)
Automation
Flows
The list below outlines the Flows applied to the Contact Object in Maica.
Please refer to the list below for more detailed information on each Flow.
Participant Geocoding
This Salesforce Autolaunched Flow is designed to geocode addresses for participants, updating their latitude and longitude based on the provided address information.
Flow Label
Maica - Participant Geocoding
API Name
maica__Maica_Participant_Geocoding
Type
Autolaunched Flow
Flow Summary
This flow facilitates the geocoding of participant addresses by:
Detecting changes to participant records and ensuring address fields are populated.
Calling an Apex action to geocode the address.
Updating the participant record with the geocoded latitude and longitude.
Trigger Handlers
The list below outlines the Trigger Handlers applied to the Contact Object in Maica.
Please refer to the list below for more detailed information on each Trigger Handler.
Participant Geocoding
This trigger is designed to manage the geocoding of participants in Maica.
Load Order
1
Label
ParticipantGeocode_MDTM
Contact Update Connections Type
This trigger is designed to manage the updating of connection types for contacts in Maica.
Load Order
2
Label
ContactUpdateConnectionsType_MDTM
Last updated
Was this helpful?