Click or drag to resize

BonusProgramIsApplicableToProduct Method

Determines whether this bonus program is applicable to the specified product.

Namespace:  Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool IsApplicableToProduct(
	Product product
)

Parameters

product
Type: Aloe.EnterpriseOne.Model.General.ProductsProduct
The product.

Return Value

Type: Boolean
true if the bonus program is applicable to the specified product; otherwise, false.
See Also