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
N@niN@ni 

Passing parameters limit???

is there any limit for Passing parameters from visualforce controller to apex method??
Sonam_SFDCSonam_SFDC
Don't think so there is a limit to the number of parameters that can be passed.Are you facing any issues that lead you to believe so? 
N@niN@ni
Yes Sonam,

whenever i am trying to pass 35 perametars while calling apex method in Visualforce controller, then it showing below error.

Error: Compile Error: Number of arguments exceeds maximum: 32 ...
Rahul_sgRahul_sg
Can you pass the object as a parameter instead of passing fields?