 | IPriceListEntityBaseIsMultiLineGroupingAllItemConditionsMember Property |
Gets 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
SyntaxIReadOnlyBoolEntityMember IsMultiLineGroupingAllItemConditionsMember { get; }
ReadOnly Property IsMultiLineGroupingAllItemConditionsMember As IReadOnlyBoolEntityMember
Get
Property Value
Type:
IReadOnlyBoolEntityMember
RemarksThis 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