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 14 Next »

← Back to the available actions list

If you have a problem understanding how the action works, check the descriptions : Action, Conditional execution, Component parameters

Category: General

Action location: Button 

Available from version: 1.0.51 

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

Calling the action

Leaving an empty conditional field mean to setting it to "the truth".

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 listValues 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 type

Call typeFrom versionParameter value to enter (without using the drop down list)
New card/window1.0.51NEW_TAB
Current card/window1.0.51CURRENT_TAB

Sample action configuration

Application 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>}

The license could not be verified: License Certificate has expired!

A map with an example configuration

 


  • No labels