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.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("ixo_primary")]
[QueryOnEqualityAttribute("Individual.cst_ixo_key", "ixo_key")]
public bool IsPrimaryOrganizationForIndividual { get; set; }
<NetForumFieldAttribute("ixo_primary")>
<QueryOnEqualityAttribute("Individual.cst_ixo_key", "ixo_key")>
Public Property IsPrimaryOrganizationForIndividual As Boolean
Get
Set
public:
[NetForumFieldAttribute(L"ixo_primary")]
[QueryOnEqualityAttribute(L"Individual.cst_ixo_key", L"ixo_key")]
property bool IsPrimaryOrganizationForIndividual {
bool get ();
void set (bool value);
}
[<NetForumFieldAttribute("ixo_primary")>]
[<QueryOnEqualityAttribute("Individual.cst_ixo_key", "ixo_key")>]
member IsPrimaryOrganizationForIndividual : bool with get, set
Property Value
Boolean