Previous Topic: GENERALNext Topic: GetMappedPath


GetEngineData

GetEngineData

Returns engine-related data based on the CommandID. It returns the error during migration if wrong CommandID is passed. Use this command at both store and apply sides of the migration.

Note: You cannot use this command with the previous versions of the product. This command gives syntax errors if you try to use it in the older versions of CA DMM.

First Parameter:

CommandID (for example, GET_CUR_SEL) to get the current selected node name (application or system settings) for migration.

Usage:
GetEngineData(<CommandID>);
Example:
var strNewPath = GetEngineData(GET_CUR_SEL)