Versions Compared

Key

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

This page provides details of the properties for the view action node and associated expressions. These are part of actionflows.

Overview

Connect a view node to the action node that needs to look-up data via the A view of data that can can be used within an actionflow. This view can be used in both 

Insert excerpt
_driving_connection
_driving_connection
nopaneltrue
's and 
Insert excerpt
_request_input_connection_point
_request_input_connection_point_connection
nopaneltrue
's.

Note

The data will behave differently depending on how it is connected to the rest of the acitonflow.

  • If the view node is connected via 
    Insert excerpt
    _driving_connection
    _driving_connection
    nopaneltrue

...

  • 's the records will be returned individually to the connected node and flow one by one through the remainder of the actionflow.
  • If the view node is connected via  
    Insert excerpt
    _request_connection
    _request_connection
    nopaneltrue
    's the records will be returned as an array within one streamset.
  • data attribute: the attribute in the view from which you want to look-up data. For example, the view may have the attribute staff_number that you require.
  • request attribute: the data returned by the look-up. This maps to an input on the destination point.

...

FieldDescription
NameEnter the name for the action node.
Insert excerpt
_actionflow_properties
_actionflow_properties
nameshow-name
nopaneltrue

Insert excerpt
_actionflow_properties
_actionflow_properties
nameshow-text
nopaneltrue

Pass Through

Pass data through to subsequent action nodes.

Input Connection Points]

Todo-Fiona - duplicate from elsewhere

Calculate Action Expressions

...

Primary TableThe primary table that is providing the data for the view node.

Data Retrieval 

FieldDescription
Data Range

The data range that the view node will use. This can be set to

  • All or
  • Latest
Sort Order

Determines the order the data is retrieved. Can order by single or multiple attributes on the view.

FilterDetermines what data is retrieved. Can reference attributes present in under Filter Attributes using _filter.[AttributeName].

Input Connection Points

Shows a list of available input connection points. View nodes can have

  • one 
    Insert excerpt
    _driving_input_connection_point
    _driving_input_connection_point
    nopaneltrue
  • multiple 
    Insert excerpt
    _request_input_connection_point
    _request_input_connection_point
    nopaneltrue
    's

This section has a toolbar with standard buttonsThe grid contains a list of the expressions that the calculate action will perform. all input connection points and their type.

  • To add a new expressioninput connection point, in the section toolbar click 
    Insert excerpt
    _add
    _add
    nopaneltrue
     to open a new expression input connection point and set the its properties.
  • To edit an existing expressioninput connection point, double-click it in the list to open its properties.
  • To remove an expressioninput connection point, select one and in the section toolbar click Image Modified Permanently Delete. Todo-Fiona - check icon and label.

The expression properties has input connection points have sections for  Parent Details , Audit Summary and the following 

Basic Settings

...

FieldDescription
Name
Enter an expression name.Type

Select one of the data types: Todo-Fiona - what does this do?

  • String
  • Bigstring
  • Integer
  • Float
  • Decimal
  • Date
  • Datetime
  • Graphic
  • TrueFalse
An attribute nameTodo-Fiona - what does this do?Expression

Enter an expression. To work in a larger pop-up window, click Image Removed.

See also:

OrderWhere the calculate action runs multiple expressions, enter a number to indicate the order in which this expression will be run. Remember that an expression that generates a value should run before an expression that uses the value.
The name of the connection point
Type

Driving

Requested

Attributes

A list of attributes available to map to from other action nodes.

Attributes

A list of attributes displayed in the view. Click Image Added to show the list of attributes for the primary table. Drag the attributes you want to add to the view into this list.

In the list:

  • to edit the attribute's properties, double-click an attribute; see View Attributes
  • to delete an attribute, right-click and select 
    Insert excerpt
    _delete
    _delete
    nopaneltrue
     

Filter Attributes

A list of attributes that can be referenced in the view's filter under Data Retrieval. These attributes can be mapped to attached nodes which can provide filter parameters. 

Insert excerpt
_description
_description
nopaneltrue

...