Click or drag to resize

SystemOnboardingControllerSystemHasImportedData Method

Checks if a system has been part of a dataware house import Currently it checks if ODWBUSIKEY is empty or not If empty it will connect to the warehouse and check if the category is present in ODWSourceSystem

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 virtual bool SystemHasImportedData(
	DataObject system
)

Parameters

system
Type: Omada.OE.ModelDataObject

Return Value

Type: Boolean
See Also