58
Financial Services Cloud Object Reference Guide Salesforce, Spring 16 @salesforcedocs Last updated: April 27, 2016

Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

Embed Size (px)

Citation preview

Page 1: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

Financial Services Cloud ObjectReference Guide

Salesforce, Spring ’16

@salesforcedocsLast updated: April 27, 2016

Page 2: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

© Copyright 2000–2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc.,as are other names and marks. Other marks appearing herein may be trademarks of their respective owners.

Page 3: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

CONTENTS

USAGE OF FINANCIAL SERVICES CLOUD FIELDS AND OBJECTS . . . . . . . . . 1

FINANCIAL SERVICES CLOUD STANDARD AND CUSTOM OBJECTS . . . . . 2Account Custom Fields . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2AccountAccountRelation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11AccountContactRelation Standard and Custom Fields . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13AssetsAndLiablities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16Contact Custom Fields . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19ContactContactRelation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25Event Custom Fields . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26FinancialAccount . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28FinancialAccountRole . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38FinancialGoal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41FinancialHolding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44LifeEvent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47ReciprocalRole . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49Securities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51Task Custom Fields . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53

Page 4: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings
Page 5: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

USAGE OF FINANCIAL SERVICES CLOUD FIELDS ANDOBJECTS

Refer to the fields and objects that extend Salesforce for Financial Services Cloud. They are available in API version 36.0 for the FinancialServices Cloud managed package version 1.0.

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

Some fields may not be listed for some objects. To verify the complete list of fields for an object, use a describe call from the API, inspectthe WSDL, or use a schema viewer.

1

Page 6: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

FINANCIAL SERVICES CLOUD STANDARD AND CUSTOMOBJECTS

Account Custom Fields

Represents information about a client that pertains to their dealings with your firm, such as their review frequency or service tier. Customfields extend the standard Account object for use in Financial Services Cloud.

Fields

DetailsField Name

Typecurrency

AUM__c

PropertiesFilter, Nillable, Sort

DescriptionValue of client's financial accounts that our firm manages. Calculated as the sum ofTotalAUMPrimaryOwner__c and TotalAUMJointOwner__c.

Typepicklist

ClientCategory__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionRates the value of the client’s business with our firm. Label is Category. Valid values:

• Platinum

• Gold

• Silver

• Bronze

Typemultipicklist

FinancialInterests__c

PropertiesCreate, Filter, Nillable, Update

DescriptionClient’s financial areas of interest. Valid values:

• Municipal Bonds

• Fixed Income

• Energy

2

Page 7: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField Name

• Technology

• CRM

• AAPL

• GOOG

• Retirement

• College Planning

Typestring

IndividualId__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionRead only. Unique ID that relates this individual’s account record to its contact record.

Typepicklist

InvestmentExperience__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionClient’s investment experience. Valid values:

• Experienced

• Moderately Experienced

• Moderately Inexperienced

• Inexperienced

Typemultipicklist

InvestmentObjectives__c

PropertiesCreate, Filter, Nillable, Update

DescriptionClient’s preference for growth versus income investments. Valid values:

• Conservative Income

• Income

• Balanced

• Growth

• Aggressive Growth

Typedate

LastInteraction__c

3

Account Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 8: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField Name

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDate of the last client meeting or call.

Typedate

LastReview__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDate of the last client review.

Typemultipicklist

MarketingSegment__c

PropertiesCreate, Filter, Nillable, Update

DescriptionMarket segments that characterize the client. Valid values:

• Mass Affluent

• High Net Worth

• Female Investor

• Millennial

Typecurrency

NetWorth__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionValue of the client’s assets minus liabilities.

Typedate

NextInteraction__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDate of the next client meeting or call.

Typedate

NextReview__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

4

Account Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 9: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField Name

DescriptionDate of the next client review.

Typetextarea

Notes__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionImportant notes about the client. Label is Important Notes.

Typemultipicklist

PersonalInterests__c

PropertiesCreate, Filter, Nillable, Update

DescriptionClient’s personal areas of interest. Valid values:

• Cooking

• College Basketball

• Environment

• Hiking

• Biking

• Wine

Typereference

PrimaryContact__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionRead only. ID of the contact record associated with this individual’s account record.

Typepicklist

ReviewFrequency__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionFrequency of client reviews. Valid values:

• Monthly

• Quarterly

• Annually

5

Account Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 10: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField Name

Typepicklist

RiskTolerance__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionLevel of risk the client is comfortable with. Valid values:

• Aggressive

• Conservative

• Moderate

• None

Typepicklist

ServiceModel__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionService level assigned to client. Valid values:

• Tier 1

• Tier 2

• Tier 3

Typestring

SourceSystemId__c

PropertiesCreate, Filter, Group, idLookup, Nillable, Sort, Update

DescriptionID that uniquely identifies the client in an external data source.

Typepicklist

Status__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionClient’s status with your firm. Valid values:

• Prospect

• Onboarding

• Active

• Deceased

• Inactive

6

Account Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 11: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField Name

Typepicklist

TimeHorizon__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionClient’s investment time frame. Valid values:

• Long Term

• Medium Term

• Short Term

Typecurrency

TotalAUMJointOwner__c

PropertiesCreate, Defaulted on create, Filter, Nillable, Sort, Update

DescriptionTotal value of client's financial accounts that our firm manages, for which the client is thejoint owner of jointly owned accounts.

Typecurrency

TotalAUMPrimaryOwner__c

PropertiesCreate, Defaulted on create, Filter, Nillable, Sort, Update

DescriptionTotal value of client's financial accounts that our firm manages, for which the client is theprimary owner of either individually owned or jointly owned accounts.

Typecurrency

TotalBankDeposits__c

PropertiesFilter, Nillable, Sort

DescriptionValue of client's bank accounts. Calculated as the sum ofTotalBankDepositsPrimaryOwner__c andTotalBankDepositsJointOwner__c.

Typecurrency

TotalBankDepositsJointOwner__c

PropertiesCreate, Defaulted on create, Filter, Nillable, Sort, Update

DescriptionTotal value of client's bank accounts, for which the client is the joint owner of jointly ownedaccounts.

7

Account Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 12: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField Name

Typecurrency

TotalBankDepositsPrimaryOwner__c

PropertiesCreate, Defaulted on create, Filter, Nillable, Sort, Update

DescriptionTotal value of client's bank accounts, for which the client is the primary owner of eitherindividually owned or jointly owned accounts.

Typedouble

TotalFinAcctsJointOwner__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionTotal value of financial account balances (excluding insurance policies), for which the clientis the joint owner of jointly owned accounts. Label is Total Financial AccountsJoint Owner.

Typedouble

TotalFinAcctsPrimaryOwner__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionTotal value of financial account balances (excluding insurance policies), for which the clientis the primary owner of either individually owned or jointly owned accounts. Label is TotalFinancial Accounts Primary Owner.

Typecurrency

TotalFinancialAccounts__c

PropertiesFilter, Nillable, Sort

DescriptionValue of all financial accounts, excluding insurance policies. Calculated as the sum ofTotalBankDeposits__c and TotalInvestments__c.

Typedouble

TotalHeldFinAcctsJointOwner__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionTotal value of held financial account balances, for which the client is the joint owner of jointlyowned accounts. Label is Total Held Financial Accounts Joint.

8

Account Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 13: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField Name

Typedouble

TotalHeldFinAcctsPrimaryOwner__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionTotal value of held financial account balances, for which the client is the primary owner ofeither individually owned or jointly owned accounts. Label is Total Held FinancialAccounts Primary.

Typecurrency

TotalInsurance__c

PropertiesFilter, Nillable, Sort

DescriptionValue of client's insurance policies. Calculated as the sum ofTotalInsurancePrimaryOwner__c and TotalInsuranceJointOwner__c.

Typecurrency

TotalInsuranceJointOwner__c

PropertiesCreate, Defaulted on create, Filter, Nillable, Sort, Update

DescriptionTotal value of client's insurance policies, for which the client is the joint owner of jointlyowned accounts.

Typecurrency

TotalInsurancePrimaryOwner__c

PropertiesCreate, Defaulted on create, Filter, Nillable, Sort, Update

DescriptionTotal value of client's insurance policies, for which the client is the primary owner of eitherindividually owned or jointly owned accounts.

Typecurrency

TotalInvestments__c

PropertiesFilter, Nillable, Sort

DescriptionValue of client's investment accounts. Calculated as the sum ofTotalInvestmentsPrimaryOwner__c andTotalInvestmentsJointOwner__c.

9

Account Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 14: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField Name

Typecurrency

TotalInvestmentsJointOwner__c

PropertiesCreate, Defaulted on create, Filter, Nillable, Sort, Update

DescriptionTotal value of client's investment accounts, for which the client is the joint owner of jointlyowned accounts.

Typecurrency

TotalInvestmentsPrimaryOwner__c

PropertiesCreate, Defaulted on create, Filter, Nillable, Sort, Update

DescriptionTotal value of client's investment accounts, for which the client is the primary owner of eitherindividually owned or jointly owned accounts.

Typecurrency

TotalLiabilities__c

PropertiesCreate, Defaulted on create, Filter, Nillable, Sort, Update

DescriptionValue of client's liabilities, stored as a negative value. Calculated as the sum ofTotalLiabilitiesPrimaryOwner__c andTotalLiabilitiesJointOwner__c.

Typecurrency

TotalLiabilitiesJointOwner__c

PropertiesCreate, Defaulted on create, Filter, Nillable, Sort, Update

DescriptionTotal value of client's liabilities, for which the client is the joint owner of jointly ownedliabilities.

Typecurrency

TotalLiabilitiesPrimaryOwner__c

PropertiesCreate, Defaulted on create, Filter, Nillable, Sort, Update

DescriptionTotal value of client's liabilities, for which the client is the primary owner of either individuallyowned or jointly owned liabilities.

10

Account Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 15: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField Name

Typedouble

TotalNonfinancialAssets__c

PropertiesFilter, Nillable, Sort

DescriptionValue of client's tangible assets such as collectibles or precious metals. Calculated as the sumof TotalNonfinancialAssetsPrimaryOwner__c andTotalNonfinancialAssetsJointOwner__c.

Typecurrency

TotalNonfinancialAssetsJointOwner__c

PropertiesCreate, Defaulted on create, Filter, Nillable, Sort, Update

DescriptionTotal value of client's tangible assets such as collectibles or precious metals, for which theclient is the joint owner of jointly owned assets.

Typecurrency

TotalNonfinancialAssetsPrimaryOwner__c

PropertiesCreate, Defaulted on create, Filter, Nillable, Sort, Update

DescriptionTotal value of client's tangible assets such as collectibles or precious metals, for which theclient is the primary owner of either individually owned or jointly owned assets.

Typepercent

WalletShare__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionRead only. Percentage of client’s financial assets that our firm manages or administers.Calculated as the percent of financial accounts that are held(FinancialAccount__c.HeldAwayis false).

AccountAccountRelation

Represents a relationship between two accounts, such as between a household and a business account.

11

AccountAccountRelationFinancial Services Cloud Standard and Custom Objects

Page 16: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

Supported Callscreate(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(),retrieve(), undelete(), update(), upsert()

Fields

DetailsField

Typereference

Account__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionAccount that RelatedAccount__c is related from.

Typeboolean

Active__c

PropertiesCreate, Defaulted on create, Filter, Group, Sort, Update

DescriptionIndicates whether the relationship is active (true) or not (false). The default value istrue.

Typedate

EndDate__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDate when the relationship ended.

Typestring

ExternalId__c

PropertiesCreate, Filter, Group, idLookup, Nillable, Sort, Update

DescriptionID that uniquely identifies the relationship in an external data source.

Typestring

Name

PropertiesDefaulted on create, Filter, idLookup, Sort

DescriptionAuto-number identifier for the relationship. Label is Account Relation Name.

12

AccountAccountRelationFinancial Services Cloud Standard and Custom Objects

Page 17: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

Typereference

OwnerId

PropertiesCreate, Defaulted on create, Filter, Group, Sort, Update

DescriptionID of the user who created the relationship record.

Typereference

RelatedAccount__c

PropertiesFilter, Group, Nillable, Sort

DescriptionAccount that Account__c is related to.

Typereference

Role__c

PropertiesCreate, Filter, Group, Sort, Update

DescriptionRole that describes how RelatedAccount__c is related to Account__c.

Typedate

StartDate__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDate when the relationship started.

AccountContactRelation Standard and Custom Fields

Represents the relationship between an individual (specifically the contact part of the individual) and the household (account) that theindividual is a member of. AccountContactRelation is a standard object that is available through the Shared Contacts feature. Customfields extend the AccountContactRelation standard object for use in Financial Services Cloud.

Supported Callscreate(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(),retrieve(), update(), upsert()

13

AccountContactRelation Standard and Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 18: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

Fields

DetailsField

Typereference

AccountId

PropertiesCreate, Filter, Group, Sort

DescriptionID of the household (account) that the individual is a member of.

Typereference

ContactId

PropertiesCreate, Filter, Group, Sort

DescriptionID of the contact that partially represents the individual.

Typedate

EndDate

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDate when the individual’s status as a household member is no longer in effect.

Typeboolean

IsActive

PropertiesCreate, Filter, Group, idLookup, Nillable, Sort, Update

DescriptionIndicates whether the individual’s status as a household member is in effect (true) or not(false). Label is Active.

Typeboolean

IsDirect

PropertiesDefaulted on create, Filter, Group, Sort

DescriptionIndicates whether the account-to-contact relationship is direct, which means that it relatesthe account and contact parts of an individual to represent a single individual (true).Otherwise, the relationship is indirect, which means that it relates the contact part of anindividual to the household the individual belongs to (false). Label is Direct.

14

AccountContactRelation Standard and Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 19: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

Typepicklist

Roles

PropertiesCreate, Filter, Nillable, Update

DescriptionRole that the individual plays within the household. Valid values:

• Influencer

• Evaluator

• Business User

• Technical Buyer

• Economic Buyer

• Other

• Decision Maker

• Economic Decision Maker

• Executive Sponsor

Note: Replace these default picklist values with appropriate values for the roles thatclients occupy within households, such as client, spouse, domestic partner, anddependent.

Typedate

StartDate

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDate when the individual’s status as a household member took effect.

Typeboolean

Primary__c

PropertiesCreate, Defaulted on create, Filter, Group, Sort, Update

DescriptionIndicates whether the individual is the primary member of the household (true) or not(false).

Typemultipicklist

Rollups__c

PropertiesCreate, Filter, Nillable, Update

DescriptionRecords associated with the individual that are included in household roll-up summaries.Valid values:

15

AccountContactRelation Standard and Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 20: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

• Tasks

• Events

• Financial Accounts

• Assets and Liabilities

• Financial Goals

AssetsAndLiablities

Represents assets or liabilities that are not represented in a client's financial accounts, such as real estate or collectibles.

Supported Callscreate(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(),retrieve(), search(), undelete(), update(), upsert()

Fields

DetailsField

Typecurrency

Amount__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionAmount of an asset (positive) or liability (negative).

Typepicklist

AssetsAndLiabilitiesSource__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionData source. Label is Source. Valid values:

• Manual Entry

• Yodlee

Typepicklist

AssetsAndLiabilitiesType__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

16

AssetsAndLiablitiesFinancial Services Cloud Standard and Custom Objects

Page 21: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

DescriptionType of asset or liability. Label is Type. Valid values:

• Auto Loan

• Mortgage

• Other

• Personal Loan

• Real Estate

• Equipment

• Automobile

• Collection

• Gold

• Jewelry

• Cash

Typetextarea

Description__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDescription of this asset or liability.

Typereference

FinancialAccount__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionFinancial account that this asset or liability is related to.

Typereference

Household__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionHousehold that this asset or liability is associated with.

Typereference

JointOwner__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

17

AssetsAndLiablitiesFinancial Services Cloud Standard and Custom Objects

Page 22: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

DescriptionJoint owner, if any, for this asset or liability.

Typedate

LastReferencedDate

PropertiesFilter, Nillable, Sort,

DescriptionTimestamp for when the current user last viewed a record related to this record.

Typedate

LastViewedDate

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionTimestamp for when the current user last viewed this record.

Typestring

Name

PropertiesCreate, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, Update

DescriptionName of this asset or liability.

Typereference

OwnerId

PropertiesCreate, Defaulted on createFilter, Group, Sort, Update

DescriptionID of the user who created the asset or liability record.

Typepicklist

Ownership__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionType of ownership for this asset or liability. Valid values:

• Individual

• Joint

• Trust

18

AssetsAndLiablitiesFinancial Services Cloud Standard and Custom Objects

Page 23: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

Typestring

OwnerType__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionClient’s ownership role (primary or joint) for this asset or liability. The value is specified by atrigger.

Typereference

PrimaryOwner__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionPrimary owner of this asset or liability.

Typereference

RecordTypeId

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionID of the record type associated with this asset or liability.

Contact Custom Fields

Represents information about a client that pertains to their personhood, irrespective of their relationship with your firm, such as theirbirthdate or tax ID number. Custom fields extend the Contact object for use in Financial Services Cloud.

Fields

DetailsField Name

Typedouble

Age__c

PropertiesFilter, Nillable, Sort

DescriptionAge. Calculated from Contact.Birthdate.

Typestring

AgeAsText__c

19

Contact Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 24: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField Name

PropertiesFilter, Nillable, Sort

DescriptionAge expressed in years, months, and days. Calculated from Contact.Birthdate. Labelis Age Text.

Typecurrency

AnnualIncome__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionAnnual income.

Typestring

BillingAddress__c

PropertiesFilter, Nillable, Sort

DescriptionThe compound form of the billing address. Based on these address fields:Account.BillingStreet, Account.BillingCity,Account.BillingState, Account.BillingPostalCode, andAccount.BillingCountry.

Typestring

Citizenship__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionCitizenship.

Typestring

CountryOfResidence__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionCountry of primary residence.

Typestring

CurentEmployer__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

20

Contact Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 25: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField Name

DescriptionName of current employer.

Typedouble

EmployedSince__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionTenure with current employer.

Typeurl

Facebook__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionFacebook profile URL.

Typestring

Gender__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionGender. Valid values:

• Female

• Male

• Other

Typestring

IndividualId__c

PropertiesFilter, Nillable, Sort

DescriptionUnique ID that relates this individual’s contact record to its account record. Calculated fromAccount.IndividualId__c.

Typestring

LanguagesSpoken__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionLanguages spoken.

21

Contact Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 26: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField Name

Typeurl

LinkedIn__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionLinkedIn profile URL.

Typestring

MailingAddress__c

PropertiesFilter, Nillable, Sort

DescriptionThe compound form of the mailing address. Based on these address fields:MailingStreet, MailingCity, MailingState, MailingPostalCode,and MailingCountry.

Typepicklist

MaritalStatus__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionMarital status. Valid values:

• Single

• Married

• Separated

• Divorced

• Widowed

Typedouble

NumberOfDependents__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionNumber of dependents, such as spouse and dependent children.

Typestring

Occupation__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionOccupation.

22

Contact Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 27: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField Name

Typestring

OtherAddress__c

PropertiesFilter, Nillable, Sort

DescriptionThe compound form of the other address. Based on these address fields: OtherStreet,OtherCity, OtherState, OtherPostalCode, and OtherCountry.

Typeboolean

PrimaryAddressIsBilling__c

PropertiesCreate, Defaulted on create, Filter, Group, Sort, Update

DescriptionIndicates whether the billing address is the client’s primary address (true) or not (false).

Typeboolean

PrimaryAddressIsMailing__c

PropertiesCreate, Defaulted on create, Filter, Group, Sort, Update

DescriptionIndicates whether the mailing address is the client’s primary address (true) or not (false).

Typeboolean

PrimaryAddressIsOther__c

PropertiesCreate, Defaulted on create, Filter, Group, Sort, Update

DescriptionIndicates whether the other address is the client’s primary address (true) or not (false).

Typeboolean

PrimaryAddressIsShipping__c

PropertiesCreate, Defaulted on create, Filter, Group, Sort, Update

DescriptionIndicates whether the shipping address is the client’s primary address (true) or not (false).

Typestring

ShippingAddress__c

PropertiesFilter, Nillable, Sort

23

Contact Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 28: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField Name

DescriptionThe compound form of the shipping address. Based on these address fields:Account.ShippingStreet, Account.ShippingCity,Account.ShippingState, Account.ShippingPostalCode, andAccount.ShippingCountry.

Typepicklist

TaxBracket__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionRate at which the individual is taxed. Valid values:

• 10%

• 15%

• 25%

• 28%

• 33%

• 35%

Typestring

TaxId__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionTax Identification Number or Social Security Number.

Typeurl

Twitter__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionTwitter profile URL.

Typedate

WeddingAnniversary__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDate of wedding anniversary.

24

Contact Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 29: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

ContactContactRelation

Represents the relationship between any two individuals.

Supported Callscreate(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(),retrieve(), undelete(), update(), upsert()

Fields

DetailsField

Typeboolean

Active__c

PropertiesCreate, Defaulted on create, Filter, Group, Sort, Update

DescriptionIndicates whether the relationship is active (true) or not (false). The default value istrue.

Typereference

Contact__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionContact that RelatedContact__c is related from.

Typedate

EndDate__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDate when the relationship ended.

Typestring

ExternalId__c

PropertiesCreate, Filter, Group, idLookup, Nillable, Sort, Update

DescriptionID that uniquely identifies the relationship in an external data source.

25

ContactContactRelationFinancial Services Cloud Standard and Custom Objects

Page 30: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

Typestring

Name

PropertiesDefaulted on create, Filter, idLookup, Sort

DescriptionAuto-number identifier for the relationship. Label is Contact Relation Name.

Typereference

OwnerId

PropertiesCreate, Defaulted on create, Filter, Group, Sort, Update

DescriptionID of the user who created the relationship record.

Typereference

RelatedContact__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionContact that Contact__c is related to.

Typereference

Role__c

PropertiesCreate, Filter, Group, Sort, Update

DescriptionRole that describes how RelatedContact__c is related to Contact__c

Typedate

StartDate__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDate when the relationship started.

Event Custom Fields

Represents an event associated with a client. Custom fields extend the standard Event object for use in Financial Services Cloud.

26

Event Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 31: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

Fields

DetailsField Name

Typetextarea

Expectations__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionClient expectations that this event relates to.

Typereference

Household__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionID of the household associated with the client.

Typetextarea

NextSteps__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionNext steps for this client event.

Typetextarea

Objectives__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionClient objectives that this event relates to.

Typepicklist

Regarding__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionThe nature of this client event. Valid values:

• Prospecting

• Onboarding

• Client Retention

• Service

27

Event Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 32: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

FinancialAccount

Represents a financial account such as an investment account, bank account, or insurance policy.

Supported Callscreate(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(),retrieve(), search(), undelete(), update(), upsert()

Fields

DetailsField

Typestring

Address1__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionStreet address line 1 for mailing address.

Typestring

Address2__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionStreet address line 2 for mailing address.

Typedate

ApplicationDate__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDate when the client submitted the financial account application.

Typeboolean

AssetRebalance__c

PropertiesCreate, Defaulted on create, Filter, Sort, Update

DescriptionIndicates whether automatic portfolio rebalancing applies to this financial account (true)or not (false).

28

FinancialAccountFinancial Services Cloud Standard and Custom Objects

Page 33: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

Typecurrency

AverageBalance__c

PropertiesCreate, Defaulted on create, Filter, Nillable, Sort, Update

DescriptionAverage amount of money in the financial account, over a time period.

Typecurrency

Balance__c

PropertiesCreate, Defaulted on create, Filter, Nillable, Sort, Update

DescriptionAmount of money in the financial account.

Typecurrency

CashBalance__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionCash available in the financial account.

Typestring

City__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionCity for mailing address.

Typedate

CloseDate__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDate when this financial account was closed.

Typestring

Country__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionCountry for mailing address.

29

FinancialAccountFinancial Services Cloud Standard and Custom Objects

Page 34: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

Typetextarea

Description__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDescription of the financial account.

Typeboolean

Discretionary__c

PropertiesCreate, Defaulted on create, Filter, Group, Sort, Update

DescriptionIndicates whether the advisor has discretionary trading authority for this financial account(true) or not (false).

Typestring

FinancialAccountNumber__c

PropertiesCreate, Filter, Group, idLookup, Nillable, Sort, Update

DescriptionID that uniquely identifies the financial account in an external data source. Label is AccountNumber.

Typepicklist

FinancialAccountSource__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionData source. Label is Source. Valid values:

• Integrator

• Manual Entry

• Pending

Typepicklist

FinancialAccountType__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionType of financial account. Label is Type. Valid values:

• 401(a)

• 401(k)

30

FinancialAccountFinancial Services Cloud Standard and Custom Objects

Page 35: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

• 403(b)

• 529 Plan

• Brokerage

• Cash Management Account

• CD

• Checking

• Credit Card

• Discount Brokerage

• Fixed Annuity

• Individual Life

• IRA

• Mutual Fund

• Profit Sharing

• Rollover IRA

• Roth IRA

• Savings

• Term Life

• Variable Life

• Whole Life

Typeboolean

HeldAway__c

PropertiesCreate, Defaulted on create, Filter, Group, Sort, Update

DescriptionIndicates whether this financial account is managed or administered externally (true) orin-house (false).

Typedouble

HoldingCount__c

PropertiesFilter, Nillable, Sort

DescriptionNumber of holdings within this financial account. Calculated by roll-up summary. Label isNumber of Holdings.

Typereference

Household__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

31

FinancialAccountFinancial Services Cloud Standard and Custom Objects

Page 36: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

DescriptionHousehold that this financial account rolls up to.

Typecurrency

InsuredAmount__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionThe insured value that an insurance policy covers.

Typemultipicklist

InvestmentObjectives__c

PropertiesCreate, Filter, Nillable, Update

DescriptionPurpose of this financial account. Valid values:

• Safety

• Income

• Growth

• Tax Optimization

• Liquidity

Typereference

JointOwner__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionJoint owner of this financial account.

Typedate

LastActivityDate

PropertiesFilter, Group, Nillable, Sort

DescriptionTimestamp for when this financial account last had a task or event action associated withthe record.

TypedateTime

LastReferencedDate

PropertiesFilter, Nillable, Sort

32

FinancialAccountFinancial Services Cloud Standard and Custom Objects

Page 37: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

DescriptionTimestamp for when the current user last viewed a record related to this record.

Typedate

LastUpdated__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionTimestamp for when data for this financial account was last updated by an external datasource.

TypedateTime

LastViewedDate

PropertiesFilter, Nillable, Sort

DescriptionTimestamp for when the current user last viewed this record.

Typeboolean

Managed__c

PropertiesCreate, Defaulted on create, Filter, Group, Sort, Update

DescriptionIndicates whether this financial account is managed or administered by our firm (true) ornot (false).

Typecurrency

MinimumBalance__c

PropertiesCreate, Defaulted on create, Filter, Nillable, Sort, Update

DescriptionMinimum balance requirement for this financial account.

Typepicklist

ModelPortfolio__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionModel asset allocation for this financial account. Valid values:

• Conservative

• Moderate

33

FinancialAccountFinancial Services Cloud Standard and Custom Objects

Page 38: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

• Balanced

• Growth

• Aggressive

Typestring

Name

PropertiesCreate, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, Update

DescriptionName of this financial account.

Typedate

OpenDate__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDate when this financial account was opened.

Typereference

OwnerId

PropertiesCreate, Defaulted on create, Filter, Group, Sort, Update

DescriptionID of the user who created the financial account record.

Typepicklist

Ownership__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionType of ownership for this financial account. Valid values:

• Individual

• Joint

• Trust

Typestring

OwnerType__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionClient’s ownership role (primary or joint) for this financial account.

34

FinancialAccountFinancial Services Cloud Standard and Custom Objects

Page 39: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

Typeboolean

PaperlessDelivery__c

PropertiesCreate, Defaulted on create, Filter, Group, Sort, Update

DescriptionClient elects to receive electronic delivery of financial account documents (true) or not(false).

Typepercent

Performance1Yr__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionPerformance measured over the past year.

Typepercent

Performance3Yr__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionPerformance measured over the past three years.

Typepercent

PerformanceMTD__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionPerformance measured over the past month-to-date.

Typepercent

PerformanceQTD__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionPerformance measured over the past quarter-to-date.

Typepercent

PerformanceYTD__c

PropertiesCreate, Filter, Nillable, Sort, Update

35

FinancialAccountFinancial Services Cloud Standard and Custom Objects

Page 40: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

DescriptionPerformance measured over the past calendar year-to-date.

Typestring

PostalCode__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionPostal code for mailing address.

Typecurrency

Premium__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionAmount paid to the insurer for insurance policy coverage.

Typereference

PrimaryOwner__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionPrimary owner of this financial account.

Typepicklist

RebalanceFrequency__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionFrequency of portfolio rebalancing for this financial account. Valid values:

• Monthly

• Quarterly

• Semiannually

• Annually

Typereference

RecordTypeId

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionID of the record type associated with this financial account.

36

FinancialAccountFinancial Services Cloud Standard and Custom Objects

Page 41: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

Typestring

RecordTypeName__c

PropertiesFilter, Nillable, Sort

DescriptionRecord type for this financial account. The value is copied from RecordType.Name andcan’t be changed. Label is Record Type.

Typedate

RenewalDate__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDate when insurance policy renewal is due.

Typestring

ServiceProvider__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionCustodian or recordkeeper of this financial account.

Typestring

State__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionState for mailing address.

Typepicklist

Status__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionStatus of this financial account. Valid values:

• Open

• Closed

• On Hold

• Pending

37

FinancialAccountFinancial Services Cloud Standard and Custom Objects

Page 42: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

Typestring

TaxID__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionTax Identification Number associated with this financial account.

Typepicklist

TaxStatus__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionType of tax treatment this financial account qualifies for. Valid values:

• Nonqualified

• Qualified

Typepicklist

TimeHorizon__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionInvestment time frame for this financial account. Valid values:

• Long Term

• Medium Term

• Short Term

FinancialAccountRole

Represents the role occupied by a person or organizational entity that is involved with a financial account, such as a beneficiary or trustee.

Supported Callscreate(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(),retrieve(), undelete(), update(), upsert()

38

FinancialAccountRoleFinancial Services Cloud Standard and Custom Objects

Page 43: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

Fields

DetailsField

Typeboolean

Active__c

PropertiesCreate, Defaulted on create, Filter, Group, Sort, Update

DescriptionIndicates whether the organizational entity or person currently occupies this role (true) ornot (false).

Typeboolean

Editable__c

PropertiesCreate, Defaulted on create, Filter, Group, Sort, Update

DescriptionIndicates whether this field is editable (true) or not (false).

Typedate

EndDate__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionEnd date when the organizational entity or person relinquished this role.

Typereference

FinancialAccount__c

PropertiesCreate, Filter, Group, Sort

DescriptionFinancial account that this role is related to.

Typestring

Name

PropertiesDefaulted on create, Filter, idLookup, Sort

DescriptionName of the financial account role.

Typereference

RecordTypeId

PropertiesCreate, Filter, Group, Nillable, Sort, Update

39

FinancialAccountRoleFinancial Services Cloud Standard and Custom Objects

Page 44: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

DescriptionID of the record type associated with this financial account role.

Typereference

RelatedAccount__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionName of the organizational entity that is involved with the financial account.

Typereference

RelatedContact__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionName of the person who is involved with the financial account.

Typepicklist

Role__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionRole that describes how the organizational entity or person is involved with the financialaccount. Valid values:

When the record type is set to Account Role:

• Corporation

• Foundation

When the record type is set to Contact Role:

• Trustee

• Beneficiary

• Grantor

• Accountant

• Business Manager

Typedate

StartDate__c

PropertiesCreate, Defaulted on create, Filter, Group, Nillable, Sort, Update

DescriptionStart date when the organizational entity or person assumed this role. The default value isthe current date.

40

FinancialAccountRoleFinancial Services Cloud Standard and Custom Objects

Page 45: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

FinancialGoal

Represents a client’s financial goal, such as college funds or a major purchase.

Supported Callscreate(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(),retrieve(), search(), undelete(), update(), upsert()

Fields

DetailsField

Typecurrency

ActualValue__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionCurrent amount saved toward goal.

Typedate

CompletionDate__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDate when the goal was reached.

Typetextarea

Description__c

PropertiesCreate, Nillable, Update

DescriptionDescription of the goal.

Typereference

Household__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionHousehold that this goal is associated with.

Typecurrency

InitialValue__c

41

FinancialGoalFinancial Services Cloud Standard and Custom Objects

Page 46: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionStarting amount saved toward goal.

Typedate

LastActivityDate

PropertiesFilter, Group, Nillable, Sort

DescriptionTimestamp for when this goal last had a task or event action associated with the record.

Typedate

LastReferencedDate

PropertiesFilter, Nillable, Sort,

DescriptionTimestamp for when the current user last viewed a record related to this record.

Typedate

LastViewedDate

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionTimestamp for when the current user last viewed this record.

Typestring

Name

PropertiesCreate, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, Update

DescriptionName of this goal.

Typereference

OwnerId

PropertiesCreate, Defaulted on create, Filter, Group, Sort, Update

DescriptionID of the user who created the financial goal record.

Typereference

PrimaryOwner__c

42

FinancialGoalFinancial Services Cloud Standard and Custom Objects

Page 47: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionPrimary owner of this goal.

Typepicklist

Status__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionStatus of goal. Valid values:

• Completed

• In Progress

• Not Started

Typedate

TargetDate__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDate when the goal is expected to be reached.

Typecurrency

TargetValue__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionAmount required for the goal.

Typepicklist

Type__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionPurpose of goal. Valid values:

• Education

• Home Purchase

• Other

• Retirement

43

FinancialGoalFinancial Services Cloud Standard and Custom Objects

Page 48: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

FinancialHolding

Represents a financial holding in an investment account, such as shares of stock.

Supported Callscreate(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(),retrieve(), search(), undelete(), update(), upsert()

Fields

DetailsField

Typepicklist

AssetCategory__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionSubcategory of asset type. Valid values:

• U.S. Equity

• Sector Equity

• Allocation

• International Equity

• Alternative

• Commodities

• Taxable Bond

• Municipal Bond

Typepicklist

AssetCategoryName__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionMarket capitalization and investing style. Valid values:

• Large Growth

• Large Value

• Large Blend

• Small Growth

• Small Value

• Small Blend

• Mid-Cap Growth

• Mid-Cap Value

44

FinancialHoldingFinancial Services Cloud Standard and Custom Objects

Page 49: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

• Mid-Cap Blend

Typepicklist

AssetClass__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionMajor category of asset type. Valid values:

• Equities

• Fixed Income

• Cash Equivalents

• Alternative Investments

Typereference

FinancialAccount__c

PropertiesCreate, Filter, Group, Sort

DescriptionFinancial account that this holding is related to.

Typecurrency

GainLoss__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionChange in value since purchase.

Typereference

Household__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionHousehold that this holding rolls up to.

Typedate

LastActivityDate

PropertiesFilter, Group, Nillable, Sort

DescriptionTimestamp for when this financial holding last had a task or event action associated withthe record.

45

FinancialHoldingFinancial Services Cloud Standard and Custom Objects

Page 50: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

Typedate

LastReferencedDate

PropertiesFilter, Nillable, Sort,

DescriptionTimestamp for when the current user last viewed a record related to this record.

Typedate

LastUpdated__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionTimestamp for when data for this holding was last updated by an external data source.

Typedate

LastViewedDate

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionTimestamp for when the current user last viewed this record.

Typecurrency

MarketValue__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionCurrent market value.

Typestring

Name

PropertiesCreate, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, Update

DescriptionName of this holding.

Typepercent

PercentChange__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionPercent change in value since purchase.

46

FinancialHoldingFinancial Services Cloud Standard and Custom Objects

Page 51: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

Typecurrency

Price__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionCurrent price per share.

Typereference

PrimaryOwner__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionPrimary owner of this holding.

Typecurrency

PurchasePrice__c

PropertiesCreate, Filter, Sort, Update

DescriptionPrice per-share at time of purchase.

Typedouble

Shares__c

PropertiesCreate, Filter, Sort, Update

DescriptionNumber of shares held.

Typereference

Symbol__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionTicker symbol for the securities held.

LifeEvent

Represents a client’s life event, such as a birth or marriage. Reserved for future use.

47

LifeEventFinancial Services Cloud Standard and Custom Objects

Page 52: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

Supported Callscreate(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(),retrieve(), search(), undelete(), update(), upsert()

Fields

DetailsField

Typereference

Client__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionClient that the life event is related to.

Typetextarea

DiscussionNote__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionNotes from client discussions.

Typedate

EventDate__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionDate of the life event.

Typepicklist

EventType__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionType of life event. Valid values:

• College

• New Baby

• New Business

• New Home

• New Job

• Retirement

48

LifeEventFinancial Services Cloud Standard and Custom Objects

Page 53: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

Typereference

FinancialGoal__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionFinancial goal that the life event is related to.

Typepicklist

GoalType__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionType of financial goal implied by the life event. Valid values:

• Saving for College

• Saving for Retirement

ReciprocalRole

Represents the other entity’s corresponding role in a one-to-one relationship between entities. Reserved for Salesforce internal use.

Supported Callscreate(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(),retrieve(), search(), undelete(), update(), upsert()

Fields

DetailsField

Typestring

InverseRole__c

PropertiesCreate, Filter, Group, Sort, Update

DescriptionThe role that the other entity occupies in the relationship, such as a grandparent to agrandchild, or an owned business to a proprietor.

TypedateTime

LastReferencedDate

49

ReciprocalRoleFinancial Services Cloud Standard and Custom Objects

Page 54: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

PropertiesFilter, Nillable, Sort

DescriptionTimestamp for when the current user last viewed a record related to this record.

TypedateTime

LastViewedDate

PropertiesFilter, Nillable, Sort

DescriptionTimestamp for when the current user last viewed this record.

Typestring

Name

PropertiesCreate, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, Update

DescriptionName of this reciprocal role.

Typereference

OwnerId

PropertiesCreate, Defaulted on createFilter, Group, Sort, Update

DescriptionID of the user who created the reciprocal role record.

Typereference

RecordTypeId

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionID of the record type associated with this reciprocal role.

Typepicklist

RelationshipType__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionType of entities involved in the relationship. Valid values:

• All

• Contact Contact Relation

50

ReciprocalRoleFinancial Services Cloud Standard and Custom Objects

Page 55: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

• Account Account Relation

Securities

Represents a security, such as a stock or bond.

Supported Callscreate(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(),retrieve(), search(), undelete(), update(), upsert()

Fields

DetailsField

Typestring

CUSIP__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionCommittee on Uniform Securities Identification Procedures identification number for thesecurities.

Typepicklist

Exchange__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionExchange on which the securities are traded. Valid values:

• NYSE

• NASDAQ

TypedateTime

LastReferencedDate

PropertiesFilter, Nillable, Sort

DescriptionTimestamp for when the current user last viewed a record related to this record.

Typedate

LastUpdated__c

51

SecuritiesFinancial Services Cloud Standard and Custom Objects

Page 56: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionTimestamp for when data for the securities was last updated by an external data source.

TypedateTime

LastViewedDate

PropertiesFilter, Nillable, Sort

DescriptionTimestamp for when the current user last viewed this record.

Typestring

Name

PropertiesCreate, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, Update

DescriptionName of the securities.

Typereference

OwnerId

PropertiesCreate, Defaulted on create, Filter, Group, Sort, Update

DescriptionID of the user who created the securities record.

Typecurrency

Price__c

PropertiesCreate, Filter, Nillable, Sort, Update

DescriptionCurrent price of the securities.

Typestring

SecuritiesName__c

PropertiesCreate, Filter, Group, idLookup, Sort, Update

DescriptionName that uniquely identifies the securities.

Typestring

SecurityId__c

52

SecuritiesFinancial Services Cloud Standard and Custom Objects

Page 57: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionID of the securities.

Task Custom Fields

Represents a task associated with a client. Custom fields extend the standard Task object for use in Financial Services Cloud.

Fields

DetailsField Name

Typetextarea

Expectations__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionClient expectations that this task relates to.

Typereference

Household__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionID of the household associated with the client.

Typetextarea

NextSteps__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionNext steps for this client task.

Typetextarea

Objectives__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionClient objectives that this task relates to.

53

Task Custom FieldsFinancial Services Cloud Standard and Custom Objects

Page 58: Financial Services Cloud Object Reference Guide SERVICES CLOUD STANDARD AND CUSTOM OBJECTS Account Custom Fields Represents information about a client that pertains to their dealings

DetailsField Name

Typepicklist

Regarding__c

PropertiesCreate, Filter, Group, Nillable, Sort, Update

DescriptionThe nature of this client task. Valid values:

• Prospecting

• Onboarding

• Client Retention

• Service

54

Task Custom FieldsFinancial Services Cloud Standard and Custom Objects