I try to customize the class "PayrollPayStatementGeneration", by adding some checkbox to dialog and get values at get from dialog method. The issue I face is that the value is retrieved correctly from the dialog to variable in method get from dialog but when I try to use variable in run method, the value of the variable is returned to default what should I do to be able to save new value of variable retrieved from method get from dialog?
↧