Blog-01-04
Tue Jun 14 2022 15:39:46 GMT+0000 (Coordinated Universal Time)
Saved by
@Justus
// Create 2000 Test Account Records
Account[] al = new Account[]{};
for(Integer i=1; i<=2000;i++){
al.add(new account( name = 'Test Account - ' + String.valueOf(i).leftPad(4,'0')));
}
insert al;
content_copyCOPY
Comments