Click or drag to resize

GenericExportHandlerT, E, IDiscardExcludedFromBOMItems Method

This function discards all excluded from BOM components from items. It's called after UpdateItemsPreFilling(ListE) but before UpdateItemsPostFilling(ListE). It's safe to call also during overridden implementation of UpdateItemsPreFilling(ListE) in case excluded from BOM components can be completely discarded by the implementation.

Namespace: CTExtensions.ExportCore.ExportHandler
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected void DiscardExcludedFromBOMItems()
Revision History
DateVersionDescription
-2024 SP0First Release
See Also