May 2019
Intermediate to advanced
546 pages
12h 41m
English
The name says it all. This is an Apex class that extends the functionality of your standard controller. You can insert a new actor into a movie with the standard controller in a Visualforce page, but you need to verify whether this person already exists in our database or not. If the person already exists, you link this existing person to the movie; if not, you need to create them. Maybe you just want to select and display some more information about the related objects. There are many scenarios where you can use an extension on a standard controller:
Read now
Unlock full access