Click or drag to resize

PosExtensionsIsPosEnabled Method

Determines whether the company location is POS enabled. That means that for this company location exists an active Location.

Namespace:  Aloe.EnterpriseOne.Model.Crm.Pos
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static bool IsPosEnabled(
	this CompanyLocation companyLocation
)

Parameters

companyLocation
Type: Aloe.EnterpriseOne.Model.General.ContactsCompanyLocation
The company locati on.

Return Value

Type: Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CompanyLocation. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also