Task UI - Concat
Hey everyone, I'm looking for a little insight,
I'm creating a manual task in the Task UI, and as part of these task I want to provide an address field, strictly for reference. However our addresses are broken right down to be vary granular. So I created a new field called PrintAddress and added a Calculate behavior to it that concats all our granular fields , my problem is that I can't get line breaks where I would want them in this field. Does anyone have any ideas how to do this?
concat(concat(../../CustomerContact/ContactFirstName,' ', ../../CustomerContact/ContactLastName,../BuildingName,),'\\n\\\n' ,../UnitNumber,' ',../StreetNumber,' ',../StreetName,' ',../StreetType,' ',../Province,' ',../Country,' ',../PostalCode)