Posts

Showing posts with the label with parameters

Sample runbase with parameters

 class BPAADTerminationTriggerService   extends RunBaseBatch {     TransDate terminationDate;     DialogField fieldTerminationDate;         public server static BPAADTerminationTriggerService construct()         {             return new BPAADTerminationTriggerService();         }     public void initParmDefault()     {         super();         terminationDate = systemDateGet();     }     public Object dialog()     {         DialogRunbase dlg;         ;           dlg                 = super();         fieldTerminationDate        = dlg.addFieldValue(extendedTypeStr(TransDate), terminationDate, "Terminate selected workers upto", "i...