Formula Window

Defines a formula for the XML Manipulation AgileShape.



Navigation

  1. In AgilePoint Envision, open a process template.
  2. Navigate to the Miscellaneous stencil.
  3. On the Miscellaneous stencil, drag the XML Manipulation AgileShape, and drop it on the process template.
  4. To view the entire list of properties, in the Design Tasks pane, click Show Properties.
  5. On the Configure field, click the Ellipses button.
  6. To add formulas for XML calculation, on the Multiple Formulae Dialog window, click Add.

Field Definitions

Field Name Definition

Attribute Name

Definition:
Specifies the name of the custom attribute.
Allowed Values:
  • A custom attribute.
  • XML metadata.

You can use the Ellipses button to select the process attribute. This button is activated only when the process has an associated attributes or schema.

Default Value:
None
Custom Attributes:
Yes

Insert Field

Function:
Opens the schema to select the required XML data element.

Then, adds the selected XML data to the formula to be calculated.

Opens the Following Window:
Select XPath from Attributes Window
Purpose of this Window:
Enables you to select a schema node from the XML schema for your process.

Insert Function

Opens the Following Window:
Insert Function Window
Purpose of this Window:
Defines a function for use in an XML Manipulation formula.

Formula

Definition:
Specifies the formula to be calculated.
Allowed Values:
  • A valid formula or expression.
  • Populated if you specify a function using the Insert Function and Insert Field (optional).

    Using the Insert Field, you can add an XML field to the formula.

Default Value:
None
Custom Attributes:
No
Example:
@concat(${/pd:myFields/pd:FirstName}.${/pd:myFields/pd:LastName})

Common Configuration Tasks