Forum Discussion

svedantam's avatar
svedantam
New Contributor
3 years ago

How to create an Account Record in Salesforce using Rest API and send "ID" as a response

How to create an Account Record in Salesforce using Rest API and send “ID” as a response

9 Replies

  • alex_panganiban's avatar
    alex_panganiban
    Contributor

    I tried playing with the “escape special characters” option, but it just dropped my special charcter data instead of leaving the escaped notations as they were.

    • mbowen's avatar
      mbowen
      Employee

      Hmmm… Frustrating indeed. Let me conduct an experiment too.

      • alex_panganiban's avatar
        alex_panganiban
        Contributor

        I’m wondering if there’s a way to make the XML Generator and the XML Formatter ignore escaped codes and leave them as they are instead of rendering them. It would be nice if &reg/&174 behaved the same way as &lt and &gt

        Thanks for helping me look at this!