Skip to main content
13-Aquamarine
June 26, 2020
Question

It is possible to execute a custom action programatically, from code ?

  • June 26, 2020
  • 1 reply
  • 1652 views

Hello,

Within the Integrity Client, custom actions are defined from the Viewset menu -> Customize -> Actions -> Custom screen.

Then the commands can be launched by the user from the Custom menu.

But is it possible to execute a custom action programatically, from code ?

1 reply

14-Alexandrite
July 3, 2020

Hello @amatei 

 

try to use command like this:

%Integrity Client Path%\jre\bin\java.exe -jar %Path of your Jar file%

 

Regards

Zeiad

amatei13-AquamarineAuthor
13-Aquamarine
July 3, 2020

https://www.spkaa.com/blog/mkssi-environment-variable-an-integrity-plm-software-primer/

 

I want to execute a custom action in the context of Integrity Client view where all the MKS variables are initialized.