OrganizationAffiliationIsPrimaryContactForOrganization Property

Indicates that this OrganizationAffiliation's Individual matches the PrimaryContactId of the Organization

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[QueryOnEqualityAttribute("org_ind_cst_key", "ixo_ind_cst_key")]
[NetForumFieldAttribute("ixo_primary_contact")]
public bool IsPrimaryContactForOrganization { get; set; }

Property Value

Boolean

See Also