Activity › Forums › Salesforce® Discussions › How many controller extensions we can use in salesforce?
-
How many controller extensions we can use in salesforce?
Posted by Saurabh on April 20, 2017 at 2:48 PMHow many controller extensions we can use in salesforce?
Parul replied 7 years, 7 months ago 5 Members · 4 Replies -
4 Replies
-
Hello Saurabh,
You can have a standard object controller and multiple controller extensions. I don’t think there is any upper limit on the same
- [adinserter block='9']
-
Hi,
Multiple controller extensions can be defined for a single page through a comma-separated list. This allows for overrides of methods with the same name.
Thanks
-
Hello,
you can use N number of controller extension in vf page by separting them with commas.
Thanks.
-
Hi
Multiple controller extension we can use in single page using Comma-seperated list. Currently there is no limit on the number of extensions you can have on a VF Controller.
Thanks
Log In to reply.