Click or drag to resize

CustomerRepositoryTCustomer, TAddress, TPhone, TFax, TEmail, TWebsite, TAffiliationSave Method

Save a customer

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public virtual void Save(
	TCustomer entity
)

Parameters

entity  TCustomer
The customer to save
Exceptions
ExceptionCondition
IgnitionUserInputException A Password was provided, but it did not meet the password complexity requirements defined in netFORUM. See SetPassword(ICustomer, String) for more information.
See Also