Creates a string with values from a given entity.
Target parameters (in) and Activity options
Entity |
An entity used for creating the string. |
FormatString |
A string with fixed values and variable values from the entity. Some examples:
· {OrderNumberDisplay}.pdf · The order for {Company.Name1} - {Company.CustomerNumber} with the order number {OrderNumberDisplay} has been sent to SAP. · '[Index] = ' + Iif([ColumnsToPrint][[Index] > {Index}].Count() > 0, [ColumnsToPrint][[Index] > {Index}].Min([Index]), {Index}) |
Source parameters (out)
FormatResult |
The resulting string. |
Comments
0 comments
Please sign in to leave a comment.