IxoRelationshipIsPrimaryOrganizationForIndividual Property

Indicates that the individual in this relationship's primary organization is the organization in this relationship. Setting a new or previously false value to true will make this affiliation primary for the individual. Setting a previously true value to false will make the individual have no primary affiliation.

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumFieldAttribute("ixo_primary")]
[QueryOnEqualityAttribute("Individual.cst_ixo_key", "ixo_key")]
public bool IsPrimaryOrganizationForIndividual { get; set; }

Property Value

Boolean

See Also