FinServ_ContactContactRelation__c

Represents the relationship between any two individuals.

Supported Calls

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

Fields

To avoid DML errors on insert, read-only access at minimum is required for all fields that have a default value.

Note

Field Details
Active__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether the relationship is active (true) or not (false). The default value is true.
Contact__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Contact that RelatedContact__c is related from.
CurrencyIsoCode
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
If multiple currencies is enabled, contains the currency ISO code associated with the record.
EndDate__c
Type
date
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Date when the relationship ended.
ExternalId__c
Type
string
Properties
Create, Filter, Group, idLookup, Nillable, Sort, Update
Description
ID that uniquely identifies the relationship in an external data source.
InverseRelationship__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Uniquely identifies the relationship between Contact and RelatedContact__c so that it can be referenced by a trigger that creates the inverse relationship record.
Name
Type
string
Properties
Defaulted on create, Filter, idLookup, Sort
Description
Auto-number identifier for the relationship. Label is Contact Relation Name.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
ID of the user who created the relationship record.
RelatedContact__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Contact that Contact__c is related to.
Role__c
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
Role that describes how RelatedContact__c is related to Contact__c
SourceSystemId__c
Type
string
Properties
Create, Filter, Group, idLookup, Nillable, Sort, Update
Description
ID that uniquely identifies the relationship in an external data source.
StartDate__c
Type
date
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Date when the relationship started.