Topic by Ammar Aldaffaie
Content
Hi,
I'm using the SOAP API to add a new record (Contacts, Incidents, and Organizations) the data is coming from Access database and using C# to inserting it to the OSC, it is working as expected and I see all the information.
I'm only having an issue with the line breaks or starting a new line.
I tried \n and <br/> but that didn't work.
I have a text area custom field and I need to add line breaks in the text, the text originally coming from a web page so I tried to replace the <br/> with \n but that didn't work.
Any idea to add a new line to the text area so it shows as a new line when used in a workspace?
Thank you