Click or drag to resize

GenericExportHandlerT, E, IUpdateItemsPreFilling Method

Do possible queries to target systems to map the items etc. Supports setting field and bom field values, colors and everything even before the actual list view items are added to the list.

Namespace: CTExtensions.ExportCore.ExportHandler
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected abstract void UpdateItemsPreFilling(
	List<E> items
)

Parameters

items  ListE
Revision History
DateVersionDescription
-2024 SP0First Release
See Also