Standard Functions

The following standard functions can be used in your mappings.

Current Built-In Functions:

- DataElement

- Field

- Literal

- Parameter

- SystemTestLiteral

- Variable


- TrimStart

    - Parameters: String, CharacterToRemove

    - Description: Removes all characters to remove from the start of the String.

- FormatDate

    - Parameters: DateValue, DateFormatIn, DateFormatOut

    - Description: Checks if the incoming DateValue is in the DateFormatIn format. If so, we change to DateFormatOut, otherwise we throw an exception.

- FormatDecimal

    - Parameters: DecimalValue, DecimalFormat

    - Description: Formats the DecimalValue to the DecimalFormat.

- Multiply

    - Parameters: DecimalValue, DecimalMultiplier, DecimalFormat

    - Description: Multiplies the DecimalValue by the DecimalMultiplier, then returns in the DecimalFormat format.

- MinimumByGroup

    - Parameters: ElementToFloor, ElementToGroupBy

    - Description: 

- Sum

    - Parameters: ElementToSum

    - Description: 

- XPathSum

    - Parameters: ElementToSum

    - Description: 

- GlobalXPathSum

    - Parameters: ElementToSum

    - Description: 

- Count

    - Parameters: ElementToCount

    - Description: 

- XPathCount

    - Parameters: ElementToCount

    - Description: 

- MinimumByValue

    - Parameters: ElementToFloor, ElementToGroupBy, ElementToGroupByStartingCharacters, ElementToGroupByValue

    - Description: 

- Max

    - Parameters: ElementToMax

    - Description: 

- Concatenate

    - Parameters: ElementToConcatenate

    - Description: 

- ConcatenateWithSeparator

    - Parameters: ElementToConcatenate, Separator, StartIndex

    - Description: 

- SumByGroup

    - Parameters: ElementToSum, ElementToGroupBy1, ElementToGroupBy2

    - Description: 

- ValueHasChanged

    - Parameters: ValueToCheck

    - Description: 

- Split

    - Parameters: StringToSplit, CharacterToSplitBy, IndexToReturn

    - Description: 

- XPathValue

    - Parameters: XPath, Xml

    - Description: 

- AddValidationException

    - Parameters: ErrorMessageIfTrue, SendToClient

    - Description: 

- BuildAttachmentFromBase64

    - Parameters: InputBase64String, FileName

    - Description: 

- CurrentDate

    - Parameters: DateFormatOut

    - Description: