November 2015
Intermediate to advanced
256 pages
5h 13m
English
CHAPTER 10
![]()
Link a Check Box to a Collection
This chapter presents the first practical application of the techniques explored so far. Consider adding items to an online shopping cart. The list of items can have a check box, each allowing the user to add to the data store.
The resulting APEX page will combine several fundamental components serving the AJAX mechanism, allowing the report to insert a record into the database the moment the user clicks on the page.
This chapter also offers insight in the use of APEX debugging to track any runtime errors you may encounter.
About APEX Collections
APEX collections provide the perfect mechanism for the ...
Read now
Unlock full access