function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
prasanth kumarprasanth kumar 

need self rollup summary please help

hi, 
 Actually i dont know what to do here to achive my logic.

my required condition is ,  there is a course in COURSE__C object, we need 2 values to perfoam reqiored operation,  

1) Total_no_of_seats__C  (i am giving it as 60)   no problem at here.
2)Total_students_booked_seats_upto_now( i need this) 

because i need to write some validation rule at student_registration_for_new couse....  please help

validation rule at student__C object is

User-added image
 
Jason BealJason Beal
Where do you track the students who have registered for a course? Is this another custom object?
yvk431yvk431
Assuming that you have the requied logic in place on Course object, you should not able to save the student record once the values on Course object equals. So your criteria should be  Course__r.Course_Intake_Strength__c <=  Course__r.Registered_Strength__c