ProductSupplyRepositoryGetCompatibleOrderPolicies Method |
Gets the compatible order policies.
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static MultilanguageString GetCompatibleOrderPolicies(
ProductSupplyRepositoryOrderLotSizingMethod OLSMethod
)
Public Shared Function GetCompatibleOrderPolicies (
OLSMethod As ProductSupplyRepositoryOrderLotSizingMethod
) As MultilanguageString
public:
static MultilanguageString^ GetCompatibleOrderPolicies(
ProductSupplyRepositoryOrderLotSizingMethod^ OLSMethod
)
static member GetCompatibleOrderPolicies :
OLSMethod : ProductSupplyRepositoryOrderLotSizingMethod -> MultilanguageString
Parameters
- OLSMethod
- Type: Aloe.EnterpriseOne.Model.General.ProductsProductSupplyRepositoryOrderLotSizingMethod
The order lot sizing method.
Return Value
Type:
MultilanguageString
See Also