• _alex23
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Hi there, 

I need to create a custom Visualforce page which would display school’s transcript in the following way: 

Name: John Smith (field on Contact object)
Student ID: 1234 (field on Contact object)
Program Enrollment: High School / Middle School / Elementary School (picklist based on what program the contact is enrolled in) (Program enrollment object, lookup with Contact)
Cumulative GPA: (3.90) (Program enrollment object)

followed by a set of tables (that should be rendered based on the Program Enrollment selection): 


H1: Term: Q3 2020 (Term registration object., lookup with Contact)
H2: Semester GPA: 3.5 (Term registration object)
Course | Grade | Earned Credits
ENG10  |    A.    |      2
Math10 |    B.     |      3

(course grades and info comes from Course enrollment object, lookup with Term registration)

Please let me know what direction to go with it. I’m pretty new to Visualforce and this is a bit overwhelming. Thank you. 
  • September 09, 2020
  • Like
  • 0
Hi there, 

I need to create a custom Visualforce page which would display school’s transcript in the following way: 

Name: John Smith (field on Contact object)
Student ID: 1234 (field on Contact object)
Program Enrollment: High School / Middle School / Elementary School (picklist based on what program the contact is enrolled in) (Program enrollment object, lookup with Contact)
Cumulative GPA: (3.90) (Program enrollment object)

followed by a set of tables (that should be rendered based on the Program Enrollment selection): 


H1: Term: Q3 2020 (Term registration object., lookup with Contact)
H2: Semester GPA: 3.5 (Term registration object)
Course | Grade | Earned Credits
ENG10  |    A.    |      2
Math10 |    B.     |      3

(course grades and info comes from Course enrollment object, lookup with Term registration)

Please let me know what direction to go with it. I’m pretty new to Visualforce and this is a bit overwhelming. Thank you. 
  • September 09, 2020
  • Like
  • 0