Click or drag to resize

SalesOrdersRules Class

Contains the constraints of SalesOrdersRepository
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Crm.SalesSalesOrdersRules

Namespace:  Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static class SalesOrdersRules

The SalesOrdersRules type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDistributionChannelMinimalPrice
Enforce the minimal price, specified in the distribution channel.
Public fieldStatic memberDistributionChannelMinimalQuantity
Cannot sell below the minimal quantity, specified in the distribution channel.
Public fieldStatic memberDocumentHasLines
Check whether the document has lines.
Public fieldStatic memberPaymentAccountEnterpriseCompany
The payment account enterprise company should be the same as the payment enterprise company.
Public fieldStatic memberProductMinimalPrice
Enforce the minimal price, specified in the product.
Public fieldStatic memberProductMinimalQuantity
Sales below the minimal quantity, specified in the product are not allowed.
Top
See Also