Does someone know of a way to trigger a "New Line" in the Notes field inside QuickBooks.
I tried back tracing this by entering a string with New Line in QuickBooks and syncing it back to method. It seems that the API returns it as one long string without any chars signifying the newline.
For instance, if I enter this in the Notes field in QB:
"This
is
a
Test"
It comes back to me in the API: <MethodIntegration Table='Customer'> <Record> <Notes>This is a Test</Notes>
I tried sending \r\n to QuickBooks but that didn't work.
Any suggestions?