| Version11MigrationControllerGetODWBusinessKeyMigrationObjects Method |
Get a status of all migrated and not migrated data objects which mathes the new ODW business key formatting criteria
Namespace:
Omada.OE.AppLogic.Migration
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic Dictionary<string, Object> GetODWBusinessKeyMigrationObjects(
int[] dataObjectTypeIds,
bool includeObjectIds
)
Parameters
- dataObjectTypeIds
- Type: SystemInt32
Array with data object type ids - only Identity (ID: 949), Resource (ID: 951), and Resource assignments (ID: 954) are supported - includeObjectIds
- Type: SystemBoolean
Set to true if the result should include object ids, by default the result only contains the count of objects
Return Value
Type:
DictionaryString,
ObjectDictionary with either ids or count for each data object type provided in "dataObjectTypeIds"
See Also