Integration Manager - How to concatonate comment fields

The client has an existing Integration Manager integration and wants to concatenate two source fields into the SOP Line Comments. This short article will show how to do it.

                       

In the SOP Line Detail area of Integration Manager, locate the Comment Text line and choose 'Script'

Open up the script window and type in:

CurrentField = SourceFields("Comment 1") & vbCRLF & SourceFields("Comment 2")

Replace the field names with your own. The vbCRLF in the middle is a Carriage Return Line Feed, it will put the two comments on separate lines.

                       


RealWorldCode gives developers practical, real‑world solutions with clean, working code — no fluff, no theory, just answers.
Links
Home
Knowledge Areas
Sitemap
Contact
Et cetera
Privacy Policy
Terms and Conditions
Cookie Preferences