function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SV MSV M 

how to call one method from another method in same class

Hi,
I have a VF Page where I am calling multiple methods using different command buttons. I want to call all the methods in the class one after another with only one command button. Is it possible to call one method from another method which is in the same class...

Thanks in Advance...
AbhishekAbhishek (Salesforce Developers) 
I think your query is answered here,

https://salesforce.stackexchange.com/questions/144892/how-to-call-method-in-another-method-within-one-class


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.

Thanks.