[progress Communities] [progress Openedge Abl] Forum Post: Re: [4.2] - System Batch Job Option?

  • Thread starter Thread starter Rajkumar Mateti
  • Start date Start date
Status
Not open for further replies.
R

Rajkumar Mateti

Guest
Hi IramK, Can you explain exactly which type of Batch job and which type of trigger you want to run? FYI: I have some idea to filter the batch job not run for all records. 1) let say i have object A with 2 records having text field vales "ä" and "b". 2) Creating a batch job of type "Data Maintenance" which will create records based on condition sample as follows. The below code create number records that matches with the condition var x = new Array(); x["lastName"]="FromBJ"; if("{!lastName}"=="a") { rbv_api.createRecord("objtocreaterec", x); } Hope this helps. Thanks, Rajkumar

Continue reading...
 
Status
Not open for further replies.
Back
Top