cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

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

amatei
12-Amethyst

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

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 ?

2 REPLIES 2
Zeiad-Alkassem
13-Aquamarine
(To:amatei)

Hello @amatei 

 

try to use command like this:

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

 

Regards

Zeiad

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.

Top Tags