• surya74
  • NEWBIE
  • 0 Points
  • Member since 2012

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

Hi Team,

 

Im new to salesfore, iam learning it, where I can get the perfect tutorials for apex classes and pages.

Please help.

 

Thanks,

Surya.

  • September 12, 2012
  • Like
  • 0

public class con1
{
account a
public account getinfo()
{
a=[select id,name,billingcity,phone from account where id=:apexpages.currentpage().getparameters().get('id')];
return a;
}
}

 

 

  • September 11, 2012
  • Like
  • 0

how to perform the email to case or lead

Hi Team,

 

Im new to salesfore, iam learning it, where I can get the perfect tutorials for apex classes and pages.

Please help.

 

Thanks,

Surya.

  • September 12, 2012
  • Like
  • 0

public class con1
{
account a
public account getinfo()
{
a=[select id,name,billingcity,phone from account where id=:apexpages.currentpage().getparameters().get('id')];
return a;
}
}

 

 

  • September 11, 2012
  • Like
  • 0