DOUPDATE METHOD in AX

ttsBegin;
   while select forupdate TestTable where TestTable.Accountnum =="uS-027"
   {
     TestTable.Name ="New Enterprises";
     TestTable.doupdate();
   }
   ttsCommit;
   info("OK");

for Recid == 534777711

Comments

Popular Posts