• Jerry Roames
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 2
    Questions
  • 2
    Replies
We have a legacy database that looks like this:
Database example

Trying to design a VF Page. Any ideas? The Green represents specialty areas while the blue is the name of the course. I have all of the information in a custom object called Courses__c. Additionally, instead of 2 boxes to the right of each course, I need 3.

Thanks in advance for your help :-)
I keep on getting this error when trying to upload: Description Resource Path Location Type System.DmlException: Insert failed. First exception on row 0; first error: CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY, npsp.TDTM_Contact: execution of BeforeInsert caused by: System.AssertException: Assertion Failed: Expected: null, Actual: Insert failed. First exception on row 0; first error: REQUIRED_FIELD_MISSING, Required fields are missing: [First_Name__c, Last_Name__c, Street_Address__c, City__c, Zip__c]: [First_Name__c, Last_Name__c, Street_Address__c, City__c, Zip__c] (npsp) : [] MyProfilePageControllerTest.cls /MySFTest/src/classes line 34 Force.com run test failure

Does anyone have a work around?