Posts

Showing posts with the label action method

Salesforce Fact #1 | VF page load

Image
The order of invocation of constructor, getter and action method when a visualforce page is loaded is as follows: constructor -> action method -> getter Attached are the screenshots. (Please excuse the apex class and VF page names)