Click or drag to resize

Version11MigrationControllerMigrateODWBusinessKeys Method

Migrate data object ODW business key with specific formatting to the new formatting used in ODW v11

Namespace:  Omada.OE.AppLogic.Migration
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void MigrateODWBusinessKeys(
	int[] dataObjectTypeIds
)

Parameters

dataObjectTypeIds
Type: SystemInt32
Array with data object type ids - only Identity (ID: 949), Resource (ID: 951), and Resource assignments (ID: 954) are supported
See Also