I need chage variable value while execute Run method for the user open again dialog have new value.
I tried using:
#define.CurrentVersion(1)
#localmacro.CurrentList
this.reAuthId
#endmacro
public void run()
{
this.reAuthId = New Value;
xSysLastValue::saveLast(this);
}
But this only work while dialog is active i need change value when batch execute in server


Report
All responses (
Answers (