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 

Data Table Help

Good Morning,
I need some help with something. I have been asked to create a "Landing Page" for our Chhannel Partners when they click a link called Sales Training" on the Portal. This Landing Page will have some basic info but most importantly, a list of the training videos that we have and the final exam once they complete the video training modules.
I need to have a simple "Excel Looking" table or list showing these links to the viseos. The tabel would only have three (3) columns and there are list 15 video links.
That being said, I am sure the training dept. would like to be able to add more trainign videos to the list in the future.
What's the best way to do this, and where would I learn how to write the code for it?
Sorry but I am an Admin. and just learing APEX and so things are still confusing and a bit overwhelming.
Thank you
Shashikant SharmaShashikant Sharma
You could see examples of table development in VFP
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_dataTable.htm
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_iteration_components.htm

Start your development and ask questions here as you get stuck.

Thanks
Shashikant
Sorcerer7Sorcerer7
What would my variable (var) be in this line of code... <apex:pageBlockTable value="{!Training_Videos}" var=" ? ">
All I am trying to do is display a list of all the training videos and the link to click to watch the video.
Thanks
Shawn