• LathaKatta
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
public class newaccount
{
public static void createaccount()
{
Account a= new Account();
a.Name='katta';
a.Phone='90909090';
insert a;
}
 
when i go back a see the accounts the account which i have creatwed thru the code is not present.
help me out on this?let me know like it can't be reflected to the dbor what?
send me the sample code for making this to happen because iam new to this sfdc and trying to learn