static void Job34(Args _args)
{
InventJournalTrans InventJournalTrans;
while select forUpdate InventJournalTrans
where InventJournalTrans.JournalId == 'JOUR-00011'
{
//info("hi");
InventJournalTrans.TransDate = str2Date('30/11/2017',123);
InventJournalTrans.update();
}
info("done");
}
No comments:
Post a Comment