Click or drag to resize

WarehouseHelperSetImportThresholdAction Method

Use this method to respond to a exceeded import threshold

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void SetImportThresholdAction(
	string systemIdentifier,
	ImportThresholdStatus status
)

Parameters

systemIdentifier
Type: SystemString
SYSTEMID of the system
status
Type: Omada.OE.Model.DataImportImportThresholdStatus
how to react. Use reject of accept

Implements

IThresholdControllerSetImportThresholdAction(String, ImportThresholdStatus)
See Also