Refreshed Web Interface > Defining Custom Actions in the Refreshed Web Interface > Administration-related Settings to Enable Custom Actions
Administration-related Settings to Enable Custom Actions
To enable custom actions in the Refreshed Web Interface, the administrator must do the following:
Enable Refreshed Web Interface custom actions in the Windchill RV&S client.
Create the customactions.json file that contains the custom actions, to make such actions available in the Refreshed Web Interface.
Create the commands.json file that contains the programs or commands corresponding to the actions displayed in the Refreshed Web Interface. These commands are executed on the target Windows computers.
Set up the custom action protocol handler on Windows computers that locally runs the custom actions available in the Refreshed Web Interface.
Enabling Custom Actions in the Windchill RV&S Client
The administrator must set the following property to true from the Windchill RV&S administration client to enable custom actions in the Refreshed Web Interface:
mksis.im.enableCustomActionInWebUI
This property is hidden by default. To make the property visible, the administrator must run the following command:
im setproperty --value=true "mksis.im.enableCustomActionInWebUI"
Was this helpful?