Update All Records in List in OnClose Trigger Page

jhanvincent14jhanvincent14 Member Posts: 214
Hi all, I'm trying to modify all records in list in my OnClose trigger in page, I used Rec.Modify(TRUE) in my OnClose Trigger and it seems wrong, only the 1st record in the list has been modified and not all records. anyone know how to do this ? thanks in advance.

Best Answer

Answers

  • jhanvincent14jhanvincent14 Member Posts: 214
    Juhl wrote: »
    Create a rec variable for the same table.
    Set filters and MODIFYALL or loop and MODIFY.

    thanks, big help :)@Juhl
Sign In or Register to comment.