Click or drag to resize

IExtendedExportSettingsCommon_MergeSiblingItems Property

When two sibling ExportDataRows (actual rows behind ExportItems) identify as the same item, merge quantities, and remove the duplicates. If also Common_AddMergedItemAsChildAttachment is set, the removed row is added as Merged type attachment row. Use Common_RowIdentifier to identify different rows as the same item.

Namespace: CTExtensions.ExportCore.ExportHandler.ExtendedSettings
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
bool Common_MergeSiblingItems { get; set; }

Property Value

Boolean
See Also