• Abhijeet Anand 23
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hello Salesforce Support Team,

How to get folder Id of " My Personal Documents " folder by using REST API in ASP.NET?

e.g.00528000000rZN1 

Any help would be appreciated , 

Thanks 

Hi,


I am trying to insert a pipe symbol in a string for using the google chart apis. Unfortunately, SFDC is replacing the | symbol with |
Is there a way that we can have a string which includes the | symbol?
 
Doing system.debug('|'); in the developer console displays the output as
USER_DEBUG|[1]|DEBUG||
 
Any help is appreciated.