Click or drag to resize

IPriceListEntityBaseIsMultiLineGroupingAllItemConditions Property

Gets or sets whether a multi-line price list must group document lines which satisfy at least one of the item condition. If false, a document line group is done for each condition. Used only if the property "IsApplyingOnSeveralLines" is true.

(Grouper toutes les lignes quel que soit leur code article, famille ou sous-famille)

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.PriceList
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
Nullable<bool> IsMultiLineGroupingAllItemConditions { get; set; }

Property Value

Type: NullableBoolean
Remarks
This entity member is bound to the IsMultiLineGroupingAllItemConditions (Grouper toutes les lignes quel que soit leur code article, famille ou sous-famille) column of the PriceList (Tarif) table.
See Also