ICustomer Interface

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public interface ICustomer : ICustomerIdentity
Implements
ICustomerIdentity

Properties

CustomerType Customer type, which in baseline will be either Individual, Organization, or Chapter/Affiliate
Id NetFORUM Customer Key
(Inherited from ICustomerIdentity)
RecordNumber NetFORUM Record Number, which is also sometimes called the Member ID or Member Number
RecordNumberId NetFORUM "Customer ID", which is the record number padded to 9 digits with leading 0's and a suffix of I, O, or C for Individual, Organization, or Chapter
SortName NetFORUM Sort Name. For individuals, typically in the format of LAST FIRST MIDDLE, based on IndSortNameFormat system option. For organizations, typically this is the same as the organization name and is based on OrgSortNameFormat system option.

See Also