You need to sign in to do that
Don't have an account?

How to insert multi records into the object
Hi All,
In my scenario,I have two objects Student_Academic and student_score,
Student_Academicobject contains :stuId,Name

student_score Contains:stuId,Subject,Marks;

Page design is

After click the save button the relevant marks and subject to that corresponding student store in student_score object
Thanks
In my scenario,I have two objects Student_Academic and student_score,
Student_Academicobject contains :stuId,Name
student_score Contains:stuId,Subject,Marks;
Page design is
After click the save button the relevant marks and subject to that corresponding student store in student_score object
Thanks
You will have to do a bit of manipuations on the record before saving them.
Thanks for your reply.
vfp is
Controller:
The error shown in line 54.
Subject_Name__c indicates subject column
First_Exam_Marks__c indicates Marks column in the student_score__c object.
Thanks,
Please initialise the list of StudentScores in your constructor.
List of list values I want to store in student_score object..
Each student contains 4 to 5 rows in that objects.How to give dynamic name into the <apex:input Text> in visualforcepage
Thanks,