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.

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

Property Value

Boolean
See Also