Once upon a time, I wanted to concatenate short char fields with a tab character between them. The only way I could find to do that was to pass the tab character into the workflow in the external data. I then mapped it to a usr field and could then use it to concatenate strings - I was unable to create the tab character within the workflow.
Good Luck
Q
Good Luck
Q
--- In vantage@yahoogroups.com, "Cathlene Fishman" <fish@...> wrote:
>
> Hi there! Has someone found the solution for the following:
>
> I am validating the line items on an order and concatenating the error messages into one string. I would like to put a cr/lf or <br> at the end of each line so it will print-pretty to the user.
>
> Thanks so much! Cathlene
>
> Like this:
> Customer Xref Part Num = 1092030 on line number 1 is not in Customer Part Table.
> Customer Xref Part Num = 1092055 on line number 1 is not in Customer Part Table.
> Customer Xref Part Num = 1092071 on line number 1 is not in Customer Part Table.
>
> Instead of like this:
> Customer Xref Part Num = 1092030 on line number 1 is not in Customer Part Table. Customer Xref Part Num = 1092055 on line number 1 is not in Customer Part Table. Customer Xref Part Num = 1092071 on line number 1 is not in Customer Part Table.
>