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
Syntaxpublic bool IsValidForEnterpriseCompany(
EnterpriseCompany enterpriseCompany
)
Public Function IsValidForEnterpriseCompany (
enterpriseCompany As EnterpriseCompany
) As Boolean
public:
bool IsValidForEnterpriseCompany(
EnterpriseCompany^ enterpriseCompany
)
member IsValidForEnterpriseCompany :
enterpriseCompany : EnterpriseCompany -> bool
Parameters
- enterpriseCompany
- Type: Aloe.EnterpriseOne.Model.GeneralEnterpriseCompany
The enterprise company for which to test.
Return Value
Type:
BooleanWhether the customer is valid for the specified enterprise company.
See Also