Start application with settings

  • Updated

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 environment to work

Action Map - FromToCommandActionScriptNote
  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"] ); 

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.