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
Sorcerer7Sorcerer7 

VisualForce project I'm working on.

I am creating a VF page that will serve as a "Landing" page when Partners using our Portal, click a link for Sales Training. The Page is fairly straight forward to create, however I'm not sure how to make it "function" like this...
1. The Landing Page will have a "section" with two web links. One foe Sales Training and one for Sales Engeneering Training. If a partner clicks the Sales Training link, a table of web links would pop up. If the partner clicks the Sales Eng. link, then two (2) tables need to pop up. The one with the links to the sales traininig vidoes, and a 2nd tabel with links to Engineering videos.
I have created a Custom Object in SFDC so Marketing and Training can add or delete the links for the training videos that will populate the table. I just do not know how to write the APEX code to make the tables pop up with the data (weblinks) in them.
I am new to writing APEX code so I am not that good but I've been an Admin for 6 years.
Thanks