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
Add an additional step to retrieve LICValues for the attributes as follows:
In the workflow editor, create a new "Business Service" before executing the GetXA step.
Set the Business Service Name to "Pricing Manager" and Method to "PopulateAttrLICValue"
Set the following input parameter:
Input Argument Type Property Name Row Set
Process Property
Row Set
Set the following output parameter:
Property Name Type Output Argument Row Set
Output Argument
Row Set
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"))