You need to sign in to do that
Don't have an account?

Create a VF Page with custom buttons one below the other
Hi
I have attached a screenshot, I need help to create a VF Page same as the attached picture, so that from each button I can call different class to do data entry

I have attached a screenshot, I need help to create a VF Page same as the attached picture, so that from each button I can call different class to do data entry
You can use this code snippet for your refernce:
Through the action attribute you can call the methods of the controller.
The above piece of code will provide you the output as shown in the below screenshot:
Please refer to the below link to know more about Command buttons:
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_commandButton.htm
Hope this helps,
Sandeep
All Answers
You can use this code snippet for your refernce:
Through the action attribute you can call the methods of the controller.
The above piece of code will provide you the output as shown in the below screenshot:
Please refer to the below link to know more about Command buttons:
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_commandButton.htm
Hope this helps,
Sandeep