Solved

Import Scenario Carriage Return

  • 13 March 2024
  • 2 replies
  • 29 views

Userlevel 2
Badge

In an Import Scenario is there a way to call a carriage return? We are importing notes from our old system and would like them to appear in Acumatica on separate lines in the same Notes dialog box. We have the notes concatenating into a single line separated by spaces by using the command in the screenshot below, but could we call a carriage return in between each note to put them on separate lines?

 

icon

Best answer by jturcotte 13 March 2024, 18:50

View original

2 replies

Userlevel 2

This could be done by appending a carriage return, ‘\r\n’, in between each of the notes instead of spaces.  You could continue with the addition of strings:

=[Notes1] + '\r\n' + [Notes2] + '\r\n' + [Notes3] + '\r\n' + [Notes4]

Or using the concat() function:
 

=Concat([Notes1], '\r\n', [Notes2], '\r\n', [Notes3], '\r\n', [Notes4])

 

Userlevel 2
Badge

This could be done by appending a carriage return, ‘\r\n’, in between each of the notes instead of spaces.  You could continue with the addition of strings:

=[Notes1] + '\r\n' + [Notes2] + '\r\n' + [Notes3] + '\r\n' + [Notes4]

Or using the concat() function:
 

=Concat([Notes1], '\r\n', [Notes2], '\r\n', [Notes3], '\r\n', [Notes4])

 

Works perfectly, thanks very much

Reply


About Acumatica ERP system
Acumatica Cloud ERP provides the best business management solution for transforming your company to thrive in the new digital economy. Built on a future-proof platform with open architecture for rapid integrations, scalability, and ease of use, Acumatica delivers unparalleled value to small and midmarket organizations. Connected Business. Delivered.
© 2008 — 2024  Acumatica, Inc. All rights reserved