• surekha
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies

Hi..

 

Actualy i need the records which are starts with letter 'a'  in Account object  .

i tried with the below query ,but it shows all the records..once i clock the button..

 

varacc=[select name from Account WHERE name LIKE 'a%'];

 

 

Thanks & Regards

   surekha

Hi..

 

Actualy i need the records which are starts with letter 'a'  in Account object  .

i tried with the below query ,but it shows all the records..once i clock the button..

 

varacc=[select name from Account WHERE name LIKE 'a%'];

 

 

Thanks & Regards

   surekha

Hi , 

I wanna upload a file from my local machine to salesforce account, 

Could any one help me with the sample code how would i achieve this

 

Thank You