I have a custom service with a custom command as shown below:

<customCommand>
  <name>Remove_Sample_Data</name>
  <commandScript>
    <script>scripts/server.py</script>
    <scriptType>PYTHON</scriptType>
    <timeout>600</timeout>
  </commandScript>
</customCommand>

I would like for this custom command to be shown in the service actions drop 
down as ‘Remove Sample Data’. Is this possible? It seems not since the name of 
the custom command should match the name of the function in the script. Is 
there another element nested under customCommand to achieve what I want, 
something like <displayName> or the like?

Regards,

Christopher Jackson

Reply via email to