First time, AX takes it as a value, then it saves and restores the values the user input in the dialog form.
To see how it works just override this method for the class TestDemoRunBaseBacth as the following:
public void initParmDefault()All values saved by Pack()method can be seen in Usage Data form: Tools\Options\Usage Data [Jobs - for classes]
{
super();
i=11;
}
No comments:
Post a Comment