Financial Services Cloud Developer Guide

Use the fields, objects, and metadata that extend Salesforce for Financial Services Cloud. Apex trigger information is also provided.

Fields and objects in the package have the FinServ namespace prefix. For example, FinServ__IndividualId__c is a custom field on Account. FinServ__FinancialAccount__c is a custom object. To refer to the standard Salesforce objects, see the Object Reference for Salesforce.

The custom objects, components, classes, and triggers delivered in the Financial Services Cloud managed package are one API version behind the core Salesforce API. Financial Services Cloud standard objects have the same API version as core Salesforce. For example, if your org’s API version is 43, the custom objects in the Financial Services Cloud managed package are API version 42, and the standard Financial Services Cloud objects are API version 43.

Note