Hi Jay,
Sorry for the delayed response.
Both your requirements could be met by disabling fields in parameter tables.
For instance, you could use the jQuery command below
$(‘input[type=text]‘).prop(‘disabled’, true);
Then the user could only view and run the command with provided parameters but couldn’t change them.
Another option is to provide some static commands (no parameter table is required). You could do this by defining the command in webcmd.xml without the parameters section.
Please add the bold lines into webcmd.xsl to hide the parameters table when there is no parameter available.
Parameter
Value
Description