Start application with settings

This Action Map starts an external application with specific settings.

This example is provided as inspiration only. It must be adapted to your Perfion environment to work. Perfion Support does not assist with such adaptations. Please contact your Perfion Partner or your Perfion consultant if you need assistance.

Action Map

  • All lines containing a Command are created as virtuals. This is a recommended best practice

  • The application to start (in this example a new Perfion session) and the specific settings are assigned to variables 

  • The command EXECUTE.SCRIPT with the related script starts the application

Sample data for building Action Map

Data must be adapted to your Perfion enviroment to work

Action Map - From

To

Command

Action

Script

Note

 

 

SET

 

 

 

"C:\Program Files (x86)\Perfion\Perfion for Dynamics\bin\Perfion.exe"

$App

 

 

 

 

-ClientConfig="C:\perfion data\connections\perfion.xml"

$Args

 

 

 

 

 

 

EXECUTE.SCRIPT

 

Process.Start( Make("{=$App}") , ""+var["$Args"] );