 | OrganizationPrimaryContactName Property |
Denormalized Full Name of the individual specified by the
PrimaryContactId property.
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[NetForumFieldAttribute("cst_ind_full_name_dn", NetForumDataBindingMode.ReadOnly)]
public string PrimaryContactName { get; }<NetForumFieldAttribute("cst_ind_full_name_dn", NetForumDataBindingMode.ReadOnly)>
Public ReadOnly Property PrimaryContactName As String
Getpublic:
[NetForumFieldAttribute(L"cst_ind_full_name_dn", NetForumDataBindingMode::ReadOnly)]
property String^ PrimaryContactName {
String^ get ();
}[<NetForumFieldAttribute("cst_ind_full_name_dn", NetForumDataBindingMode.ReadOnly)>]
member PrimaryContactName : string with getProperty Value
String
Remarks
At the time of writing this, netFORUM will not update this field when the Primary Contact Individual's Full Name changes
See Also