Versions Compared
Version | Old Version 101 | New Version 102 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
This page is for application designers who need to configure functionality. It explains the explains the properties you can set for table-actions.
Overview
For applications created in version 9.0 or later, use actionflows instead of table-actions; see Creating Actionflows
In PhixFlow version 8.3 or earlier use:
Record-Actions and Record-Action Rules to create, update or delete specific records
table-actions for other functionality, such as validation, messages, opening screens; Using Table-Actions
Table-actions are usually associated with a table. In the repository, they are listed under the table name → Table Action section.
Table-actions can also provide functionality that is not related to data, such as opening a screen. Table-actions that are not bound to a table are listed in the repository under Table Action.
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Basic Settings
Field | Description |
---|---|
Name | Enter the name of the table-actions. |
Display Name | A view can have a default table-action configured. PhixFlow runs the action |
when the user double-clicks on a record in the view. Enter the name for the default table-actions. PhixFlow displays this name on a view. |
Progress Indicator Settings
Field | Description |
---|---|
Show progress indicator after (ms) | Enter the number of milliseconds which need to pass after the table-actions is submitted before PhixFlow displays a progress indicator. |
In Progress Message | Enter a message that you want the user to see with the progress indicator. If not specified, PhixFlow displays a default progress message. |
In Progress Popup Message | Enter a message to display in a popup window. Use the toolbar to format the message text. You can provide additional information to the user to explain what the table-actions is doing. |
Context Parameters
Use context parameters to specify conditions that apply to the action/table-action.
Field | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Include Previous Context Parameters |
| ||||||||||||||||
Update Parent Context |
| ||||||||||||||||
Context parameters | This property has a toolbar with standard buttons. The grid contains a list of context parameters that affect whether or not the action/table-action runs. To edit the properties of a context parameter, double-click its name. To add a record-action to the list, click
To remove a context parameter from the action/table-action, select it and click
|
Confirmation Message
Field | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Ask for Confirmation |
To provide a customised confirmation message, use the Confirmation Message property. | ||||||||||||||||
Confirmation Message | Optionally, enter your own text to display as the confirmation message. Use the text formatting toolbar to format the message. The maximum length for a message string is determined by System Configuration → System Tuning → Maximum Bigstring Size. |
File Upload
Field | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
File Upload | Use this property for an action/table-action that will upload a file.
| ||||||||
Tag Expr. | Enter an expression that sets the value of the tag for the file. You can use this tag in a file collector to read into PhixFlow files that the table-action has uploaded. The tag expression can refer to:
You can return a list of the names of uploaded files using the |
Action Validation
Field | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
Validation Expression | Enter a validation expression. This expression is evaluated at the start of any Insert or Update table-actions or record-actions. If the validation expression generates any error messages (using the error function) then the action is abandoned. The validation expression is not used to decide whether or not to run the selected task plan. The validation expression can include multiple statements by wrapping them in a
The usual message functions debug(message), info(message), warning(message), and error(message) are all available to be used in these expressions and will result in messages being written to the system console logs.
Example 1 Validate that the sum of the selected record amounts equate to zero before allowing the action/table-action to be executed.
Example 2 Validate that the user entered comment is at least 10 characters long, else write a warning to the log.
Using values from other views You can also refer to records selected in other views by using their screen zone names. E.g. if the screen also contains a screen zone name
|
Record-Action Rules
This property has a toolbar with standard buttons. The grid contains a list of rules that determine whether or not a record-action runs.
To edit the properties of a context parameter, double-click its name. To add a record-action to the list, click
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
To remove a context parameter from the record-action, select it and click
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
A record-action is the CRUD action that can operate on a data record. The rules listed here determine whether or not a record-action runs.
When the record-action runs, PhixFlow uses this list of rules to determine which of the listed record-actions; see Record-Action and Record-Action Rule.
Double-click a rule to open its properties and specify rule details and attributes. This grid displays:
Order: The order in which the rules are evaluated.
Table: The backing table.
Name: The rule name.
Expression: If this expression evaluates to true, this record-action will be run. A blank (null) expression counts as true.
When the record-action runs, PhixFlow evaluates the record-action rules in order. For each record-action rule that evaluates to true, PhixFlow will run that record-action.
Note | ||||||||
---|---|---|---|---|---|---|---|---|
The action type of the first record-action rule is overwritten if the button that initiates the action has both an Action Type and an Action; see Component.
|
Run Task Plan
Anchor | ||||
---|---|---|---|---|
|
Field | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Run Selected Task Plan |
| ||||||||||||||||||||||||
Task Plan Rules | This section has a toolbar with standard buttons and
The grid contains a list of task plans and their associated expression. The expression is the rule to determine whether the task plan runs. To add a task plan to the list:
To remove a task plan, use the toolbar button
To add an expression, double-click the task plan in the grid to open a task plan rule property tab. The first task plan whose expression evaluates to true will be run. Only this task plan will be run. If none of the expressions evaluates to true, no task plan will be run. Double-click a task plan rule to specify:
See Task Plans for details. |
Action Completion
Field | Description |
---|---|
Close Parent Screen | If you tick this flag, the initiating screen will be closed once the action/table-action has completed. |
Open Post Screen | If you tick this flag, a separate screen will be opened once the action/table-action has completed. The screen to open is determines by the screen rules. These are only available if you have ticked this flag. Any filter of any view on the post screen can reference any context parameters set on this action/table-action. If the specified screen is already open it will be brought to the front and refreshed, rather than a second instance of the screen opening. |
URL Expression | A URL which will be opened when the action/table-action has completed. This may be provided as a fixed URL or as an expression evaluating to a plain text string. The expression can reference the form fields, context parameters or attributes of records selected on the view or screen from which the action/table-action was initiated. |
Screen Rules available if Open Post Screen | This field is only available if the Open Post Screen is ticked. A list of screen that can be opened after this action/table-action, for each one a rule to determine whether this is the screen that will be opened. The first screen whose expression evaluates to true will be opened. Only this screen will be opened. If none of the expressions evaluates to true, no screen will be opened. For each screen rule define the following fields:
|
Result
Field | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Result includes Warnings |
| ||||||||||||||||
Result includes Errors |
| ||||||||||||||||
Result Message Timeout (s) | Optionally, specify the number of seconds that the result message is displayed to the user. | ||||||||||||||||
| Enter the text for a message that PhixFlow will display when the action/table-action has completed. Use the toolbar to format the message. You can use the message to notify the user of a summary of the action, or the to provide information about the completed state. You can include expressions within the message by enclosing each expression in curly brackets For result messages that report on the status of the action/table-action, you can use the following internal variables in the expressions:
|
Example message showing the number of errors and warnings
You can also use context parameters and values to report different messages. For example, if you have a context parameter (called |
Example of different messages around a threshold value
|
Advanced
Field | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Prevent Parallel Processing |
| ||||||||||||||||
Wait for Selection |
| ||||||||||||||||
Target view | Enter the name of the view to which this action/table-action will apply. | ||||||||||||||||
Form View | You can specify a form view to appear when the user starts the action/table-action. They will be able to enter values on this form view, and the values can be used to update selected records for an update action, or populate fields for an insert action. Select a form view
Values entered in the form view are referenced in expressions in the table-action with the form.
For example, if there is a field on the form with the label
If this is an update table-action, then the form will be pre-populated with the values from the selected record. Where multiple records are selected, then only those values which are common to all the selected records will be displayed. For insert table-action, when the form pops up all fields will be blank. |
Additional Properties for Update or Delete Table-Actions
Field | Description |
---|---|
Maximum Items Expr. | This field appears if the update table-action selected is Update or Delete. The expressions entered here must evaluate to a positive whole number. The expression can reference any fields entered on the form view associated with this table-action, any attributes of any records selected on the view or screen from which the table-action was initiated and any of the context parameters configured for this table-action. |
Minimum Items Expr. | This field appears if the update table-action selected is Update or Delete. The expression entered here must evaluate to a positive whole number. The expression can reference any fields entered on the Form View associated with this table-action, any attributes of any records selected on the view or screen from which the table-action was initiated and any of the Context Parameters configured for this table-action. |
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Using Variables in Expressions
In table-actions, the _form, _grid and _gridRow act on a specific record. The record depends on the structure of layout components on the screen.
Table-Action expression variable | Where | ||||
---|---|---|---|---|---|
View directly on a screen | Form on a screen | View on a form | Form on a card | Grid on a card | |
| currently selected in the view | currently displayed on the form | currently displayed on the form | currently displayed on the card | backing the card |
| currently selected in the view | currently selected in the view | |||
| current record |
Live Search | ||||||||
---|---|---|---|---|---|---|---|---|
|
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
Learn More
For links to all pages in this topic, see Using Table-Actions.
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|