← Back to the available actions list Category: GeneralAvailable from version: 1.0.51 The action given in the link parameter in a new or current window/tab. If you want to call the link, you must enter the absolute address, e.g.'http://www.suncode.pl', //www.suncode.pl Otherwise, the link will be appended to the system's address, e.g. 'http://localhost:8080/Plusworkflow/www.suncode.pl'. Calling the action Warning |
---|
Leaving an empty conditional field mean to setting it to "the truth". |
Action location | Parameter operation "Conditional execution" | Action call condition |
---|
Button | Uruchomienie działania przycisku | Pressing the button |
Configuration parametersParameter name | From version | Description | Parameter type | Default value | Field type | Comments and restrictions |
---|
Link | 1.0.51 | Address that will open. | Text | | Editable field | | Call type | 1.0.51 | Determines if action is to start the link in the new or current tab / window | Text | New card/window | Value selection list | Values to choose: "New card / window", "Current card / window". These are only visible mappings, true values are shown in the table below. |
Parameter*- required field Call typeCall type | From version | Parameter value to enter (without using the drop down list) |
---|
New card/window | 1.0.51 | NEW_TAB | Current card/window | 1.0.51 | CURRENT_TAB |
Sample action configuration
Application example Expand |
---|
| Panel |
---|
| This is useful when you want to use the system link (as in the application form), eg in the Link parameter you can use the concat function, where you put the link fragments with variables Code Block |
---|
concat("Goto.do?search=",<typ>,"&name=",<object_name>,"&{indices[",<index_name>,"]=",<value>,"}") |
Wówczas przekieruje do linku Code Block |
---|
http://<adres_systemu>/Goto.do?search=<typ>&name=<object_name>&{indices[<index_name>]=<value>} |
|
|
Hide If |
---|
| Change log1.0.51 Current Archive JIRA |
---|
server | 192.168.1.52 JIRA |
---|
serverId | 2e6b42a8-62e1-3c71-bfe9-dbf183b33dc1 |
---|
key | CUFCMP-488 |
---|
|
|
A map with an example configuration |