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
Suraj_BahaleSuraj_Bahale 

Can we declare more than one remote action on a single controller in salesforce using javascript remote calling?

Can we declare more than one remote action on a single controller in salesforce using javascript remote calling?
Best Answer chosen by Suraj_Bahale
Devi ChandrikaDevi Chandrika (Salesforce Developers) 
Yes we can have more than one remote action in an apex class.There is no such limit.
Please refer below link which might help you in this
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_js_remoting_limits.htm
https://help.salesforce.com/articleView?id=000337018&type=1&mode=1

Hope this helps you
Let me know if this helps you. Kindly mark it as solved so that it may help others in future.

Thanks and Regards

All Answers

Devi ChandrikaDevi Chandrika (Salesforce Developers) 
Yes we can have more than one remote action in an apex class.There is no such limit.
Please refer below link which might help you in this
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_js_remoting_limits.htm
https://help.salesforce.com/articleView?id=000337018&type=1&mode=1

Hope this helps you
Let me know if this helps you. Kindly mark it as solved so that it may help others in future.

Thanks and Regards
This was selected as the best answer
Suraj_BahaleSuraj_Bahale
Thank you🙂