Click or drag to resize

CustomerIsValidForEnterpriseCompany Method

Determines whether the customer is valid for the specified enterprise company. A customer is valid if its enterprise company is null or the same as the specified one.

Namespace:  Aloe.EnterpriseOne.Model.Crm
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool IsValidForEnterpriseCompany(
	EnterpriseCompany enterpriseCompany
)

Parameters

enterpriseCompany
Type: Aloe.EnterpriseOne.Model.GeneralEnterpriseCompany
The enterprise company for which to test.

Return Value

Type: Boolean
Whether the customer is valid for the specified enterprise company.
See Also