Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Target Parameters can be accessed anywhere that FinalBuilder variables can be used. Target Parameters take precedence over  FinalBuildervariables variables in higher namespaces of the same name. The syntax to access an action list parameter Target Parameter outside of script is the same as for a variable, ie %ParameterName%.

 

Action List Parameters Target Parameters are available on any action list except Main and OnFailure. Target except Default.

To view or modify action list parameters Target Parameters you can either:

1. Right-click on the action list tab Target tab and select "Action List ParametersTarget Configuration...", or

2. Select the "Action List Target Parameters..." menu item from the Project menu.

 

 

 

In the above example, the variables %SOURCEPATH% and %BUILDNUM% are available to any actions in the action list with these parameters. 

To run an action listTarget, use a "Run Action ListTarget" action (available in the "Flow Control" action types category). The Run Action List actionTarget action's property page allows you to specify the value of each action list parameter: 

 

 

Note:

 

An alternative way to access Action List Parameters in fields of actions is by using the following syntax: #Parameter#

This syntax is deprecated. To escape this sequence, use an extra #, eg. ##Parameter#.