Creating Custom buttons using Profile

This table shows an example of how the syntax is used for this profile attribute:
WEB<symbol>.CB<number> = <tooltip>;<path to
image>;CC;StartWorkflow;[%OBJECTSYMBOL];[%KEY];<action set>;0|1
Part | Description |
---|---|
WEB<symbol> |
Symbol
Example: |
CB<number> |
Custom button instance.
Example: |
<tooltip> |
Text tooltip for button
Example: |
<path to image> |
Path to the image file
Example: |
CC |
Client Command
Example: |
StartWorkflow |
This is the only client command that is supported by the web client for custom buttons.
Example: |
[%OBJECTSYMBOL] |
Current symbol.
Example: |
[%KEY] |
Current key.
Example: |
<action set> |
Name of the workflow to launch.
Example: |
0|1 |
StartInd . It tells the system whether to show the Launch Workflow dialog for this workflow.
|