Skip to end of metadata
Go to start of metadata

 

 ← 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, Acceptance button,Table button(1.0.98)

Available from version: 1.0.51 

Description

The action opens the link specified in the parameter in a new or current tab of the browser window. 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 
ButtonActivation of the button operation.Pressing the button.
Configuration parameters
Parameter nameFrom versionDescriptionParameter typeDefault valueField typeComments and restrictions
Link1.0.51Address that will open.Text Editable field 
Open type1.0.51Specifies whether the link will be opened in a new or current window / tab (whether it will be a window or a tab is specified on the browser side). The values passed under the mappings are NEW_TAB for the new window/tab and CURRENT_TAB for the current window/tab. In the case of assigning an action to the acceptance button and the Open type of CURRENT_TAB, in the properties of the task in which this action is located, deselect the parallel acceptance, which will result in the correct execution of the action for such configuration.TextNew 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

1.0.98

  • Adding locationTable button

  • No labels
Write a comment…