/
Client Contact - Service Summary

Client Contact - Service Summary

On a Client Contact record, there is a Service Summary section that contains the following attributes:

  • Client Status

  • Funding Status

  • Client Services

The values of these fields are populate by related Opportunities and Service Agreements.

Client Status

The Client Status field has a default value of ‘Prospect'. Once the Client has gone through the Onboarding and has a related Service Agreement, it will change based on the following criteria:

WHEN the maica__Status__c field on the maica__Service_Agreement__c record equals 'Active'.
THEN update the Client_Status__c field on the Contact to equal 'Active'.

Other values that can be manually updated include: Terminated, Medical/respite, Deceased and Other

Funding Status

The Funding_Status__c field on a Contact Record will update automatically based on the related maica__Service_Agreement__c.

Value

Logic

Value

Logic

Current

maica__Total_Remaining__c > 0 AND
maica__End_Date__c > TODAY

Current - No Funds Available

maica__Total_Remaining__c < 100 AND
maica__End_Date__c > TODAY.

Recent

maica__End_Date__c = LAST 3 MONTHS

Lapsed/Past

maica__End_Date__c > LAST 3 MONTHS

Client Services

The Client Services field on their Contact record is populated by the values selected in the Services field on a related Opportunity. The logic and criteria are outlined below:

WHEN a Contact has a related Opportunity where Services are not equal to NULL
AND Stage = Closed Won
AND the Opportunity has a related Service Agreement where Status = Active,
Client Services on the Contact record will be populated with the values from Services

If a Client has multiple Active Service Agreements, the Client Services field will rollup the values of each of the related Opportunities. Opportunities with different Services will be combined under the Client Services field.

 

Related content

Staff Contact - Worker Status
Staff Contact - Worker Status
Read with this
CCS - Client Contact - Service Summary
CCS - Client Contact - Service Summary
More like this
DCR - Client Contact - Service Summary
DCR - Client Contact - Service Summary
More like this
Managing Service Agreements
Managing Service Agreements
More like this
Automation Processes
Automation Processes
More like this
Preliminary SIL Rostering UAT
Preliminary SIL Rostering UAT
More like this