You need to sign in to do that
Don't have an account?
hramani
When the VF loads, I want the page to display the total record count.
e.g. Assuming App_Process__c is a Custom Object:
VF Page load result:
Total Number of App Forms : 200
Can someone help me with a simple example.
How Do I display the total count of records (of an object, could be custom or standard) on a VF using a Custom Controller.
When the VF loads, I want the page to display the total record count.
e.g. Assuming App_Process__c is a Custom Object:
VF Page load result:
Total Number of App Forms : 200
Can someone help me with a simple example.
Greetings to you!
Below is the sample code which I have tested in my org and it is working fine. Kindly modify the code as per your requirement.
Visualforce:
Controller:
I hope it helps you.
Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.
Thanks and Regards,
Khan Anas