Product importance classification, where A are the most important and C - the least important products. Usually used as user filtering condition when previewing results of the procurement planning process. [Required] [Default("B ")] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProductsRepositoryABCClass ABCClass { get; set; }
Public Property ABCClass As ProductsRepositoryABCClass
Get
Set
public:
property ProductsRepositoryABCClass^ ABCClass {
ProductsRepositoryABCClass^ get ();
void set (ProductsRepositoryABCClass^ value);
}
member ABCClass : ProductsRepositoryABCClass with get, set
Property Value
Type:
ProductsRepositoryABCClass
See Also