hi all,
I have passed a checkbox value in form -button clicked method as below:
classname::getMethod(UnapprovedReq.checked(true)));
UnapprovedReq is my checkbox name in form design.
In class method, I have declared as
public static getMethod(Noyes _noYes)
i'm getting error as "Parameter _noYes must have a default value"
anybody please help me how can I retrieve the checkbox value on class which is passed from Form Button click method.
*This post is locked for comments
I have the same question (0)