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
RaaaaaaJRaaaaaaJ 

How to store apex param passed value into visual variable

HI

How to store apex param passed value into visual variable

Thanks
Ravi 
Ramu_SFDCRamu_SFDC
The params can be passed to controller method variables in two methods 
1. Through apexpages.currentpage().getparameter method as explained in this post http://salesforce.stackexchange.com/questions/24175/passing-method-parameters-with-apexactionfunction
2. Though a normal get set method as explained in this article http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_actionFunction.htm

Hope this helps !!
RaaaaaaJRaaaaaaJ
Thanks for repay
 
i mean to say that small correctionit is not a visual pae in visual flow
How to store apex param passed value into visual flow variable