• Praveen kumar Tammali
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 1
    Replies
Hi
please let me know how many recs will be inserted with below code

list<Account>acc = new list<Account>();
Account ac;
for(integer i = 0;i<10;i++){
ac = new account();
ac.Name = 'vittu'+i;
acc.add(ac);
}
insert acc;
Hi All,
How to insert records using batch apex.There is lot of information given to update the existing records.
but i want only isert records 
Thanks
Praveen
Hi All,

iam new to SFDC, can Anybody explain me what is the differenc between Batch Apex/Schedule Apex and Data loader? where as all do the same work?

Thanks
Praveen
Hi All,
Can some one please explain "why do we need after update trigger when we can do everything in before upadte triger in sales force"
Thans in advance
Praveen.
Hi All,
How to insert records using batch apex.There is lot of information given to update the existing records.
but i want only isert records 
Thanks
Praveen