ReconciliationDefaultProductGroup Property |
When not null is used to filter the product chooser for the lines. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProductGroup DefaultProductGroup { get; set; }
Public Property DefaultProductGroup As ProductGroup
Get
Set
public:
property ProductGroup^ DefaultProductGroup {
ProductGroup^ get ();
void set (ProductGroup^ value);
}
member DefaultProductGroup : ProductGroup with get, set
Property Value
Type:
ProductGroup
See Also