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. You can use this command at both sides - store and apply - of the migration.

Note: You cannot use this command with the previous versions of the product. This command will give 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 current selected node name (application or system settings) for migration.

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