Using the Four-Parameter GetXA Signature

Use the four-parameter GetXA signature if the attribute that you want to obtain is of type integer, otherwise errors can result in calculations especially where numerous digits are involved.

To use the four-parameter GetXA signature in a workflow, you must add an additional step to retrieve LICValues for the attributes as described in the following procedure.

To use the four-parameter GetXA signature in a workflow

  1. Add an additional step to retrieve LICValues for the attributes as follows:

    1. In the workflow editor, create a new "Business Service" before executing the GetXA step.

    2. Set the Business Service Name to "Pricing Manager" and Method to "PopulateAttrLICValue"

    3. Set the following input parameter:

      Input Argument Type Property Name

      Row Set

      Process Property

      Row Set

    4. Set the following output parameter:

      Property Name Type Output Argument

      Row Set

      Output Argument

      Row Set

  2. Use the following four-parameter GetXA signature:

    GetXA({Row}, "Name", <Attribute Name>, "LICValue")
    

    for example, as follows:

    {Row.Temp Attr} = ToNumber(GetXA({Row},"Name","Attribute Name","LICValue"))