Method Community

 

Customer Table, Notes Field

Last post 10-20-2014 6:54 AM by nick_warren. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 10-20-2014 6:34 AM

    Customer Table, Notes Field

    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 

    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?


  • 10-20-2014 6:54 AM In reply to

    Re: Customer Table, Notes Field

    Figured it out, its vbLf

Page 1 of 1 (2 items)