Skip to Content
0
Former Member
Nov 05, 2012 at 05:22 AM

Carriage return in XML

35 Views

Hi All

We are trying to communicate with SFDC(salesforce.com) using PI.
In this scenario we have an address field for which I should format a carriage return in XML.

Examlple: Hno 
 Street 
 city 
 State

this should be converted to following on SFDC :
Hno
Street
city
State

but this is not working , and the string is being updated as it is. Any help is appriciated.

Regards,