Click or drag to resize

MasterControllerGetCustomerId Method

Returns the customer id from tblCustomer based on the name. Aliases in tblCustomerAuth.Alias is also searched.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static int GetCustomerId(
	string customerName
)

Parameters

customerName
Type: SystemString

Return Value

Type: Int32
See Also