Click or drag to resize

SalesOrdersOptionAllowedDirections Property

Allowed directions (return or normal sale) for the sales orders of this document type. 'S' = Normal sale, 'R' = Sales return, '*' = No limit, 'A' = Allow any, but not both (default). [Required] [Default("A")] [Filter(multi eq)]

Namespace:  Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public SalesOrdersOptionsRepositoryAllowedDirections AllowedDirections { get; set; }

Property Value

Type: SalesOrdersOptionsRepositoryAllowedDirections
See Also