Hi ,
How to pass parameters to Action class from Invoke Action button
I need to pass some fields on the form as arguments to my action class .
I have Invoke Action button . Pls see the below screen .
But when in try to get the Arguments (myArg1,myArg2) in my Action class , am not getting values .
Is there anything am missing here , Pls help .