You need to sign in to do that
Don't have an account?
sp13
how to create mutiple records using selected ids
hi. i have a problem in saving the selected ids.
this is the id of the selected records:
for (integer i=0 ;i<selectedStudents.size();i++){ //other codes selectedStudents.get(i).id }
how can i create multiple records using this?
Hi,
You can to create a object record using that id and then you can save any further changes you make to that record. You can see the sample code below.