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

Determines if a given web login is currently unused across all customers (including any soft-deleted customers), and thus available for use.

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public bool IsWebLoginAvailable(
	string webLogin
)

Parameters

webLogin  String
The web login to check

Return Value

Boolean
true if the webLogin is available; otherwise false.

Remarks

Because baseline NetFORUM includes deleted customers when verifying the uniqueness of a web login, we do the same. This behavior may change in a future version of netFORUM, in which case this method will be updated.

See Also