Skip to end of banner
Go to start of banner

CCS - Automation Processes

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

This article outlines the different automation processes built into the My Supports Salesforce solution.

Object

Process

Contact

Automatic Account Creation

Client Contacts: Newly created Client Contact records have an Account record generated on save based on their FirtstName + LastName.

Other Contacts: Newly created Other Contact records have an Account record generated on save based on their FirtstName + LastName.

Contractor Contacts: Newly created Contractors will need to have a New Account Created for them or assigned to an existing Account.

Contact

Worker Status

The Worker_Status__c field on the Contact Record (for Staff Members) will be converted to a formula field traffic light field based on the logic described below.

This field will look at related Contact_Document__c records on the Contact Record to identify the status of each Contact Document record, as detailed in

Contact

Client Status

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'.

Contact

Funding Status

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

Contact

Create Client Location

When a Client Contact is created, a Home Location record is created automatically.

  • No labels