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
Syntaxpublic static bool IsPosEnabled(
this CompanyLocation companyLocation
)
<ExtensionAttribute>
Public Shared Function IsPosEnabled (
companyLocation As CompanyLocation
) As Boolean
public:
[ExtensionAttribute]
static bool IsPosEnabled(
CompanyLocation^ companyLocation
)
[<ExtensionAttribute>]
static member IsPosEnabled :
companyLocation : CompanyLocation -> bool
Parameters
- companyLocation
- Type: Aloe.EnterpriseOne.Model.General.ContactsCompanyLocation
The company locati on.
Return Value
Type:
BooleanUsage 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