Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

 ← Return to the list of available actions

If you have a problem understanding how the action works, check: ActionConditional ExecutionComponents parameters.

Basic information

Category: General

Action location: Button, Table button

Available from version: 1.0.51 

Description

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'.

Action call-up

Leaving an empty conditional field is equal to setting it to "true".

Action location Parameter operation "Conditional execution" Action call condition 
ButtonUruchomienie działania przyciskuPressing the button
Configuration parameters
Parameter nameFrom versionDescriptionParameter typeDefault valueField typeComments and restrictions
Link1.0.51Address that will open.Text Editable field 
Call type1.0.51Determines if action is to start the link in the new or current tab / windowTextNew card/windowValue selection list

Values to choose:

Visible valueValue transmitted
New card/windowNEW_TAB
Current card/windowCURRENT_TAB

Parameter*- mandatory field

Configuration example

 Example 1
Example 1

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

concat("Goto.do?search=",<typ>,"&name=",<object_name>,"&{indices[",<index_name>,"]=",<value>,"}")

Wówczas przekieruje do linku

http://<adres_systemu>/Goto.do?search=<typ>&name=<object_name>&{indices[<index_name>]=<value>}
Change log

1.0.51

  • Adding a component

  • No labels