This topic is locked

Insert one value in all selected records...

12/11/2007 9:54:49 PM
PHPRunner General questions
I
indigo author

Is there a way to edit multiple records?
example - I want to insert a value for many records... instead of manually doing this for each record..

Is it possible to have some sort of code in phprunner.. where I can select records, enter value for all of them in one shot...
I can do it via backend but this is for end users...

J
Jane 12/12/2007

Hi,
you can use inline edit for this purpose or edit one record and update another records in the Before record updated event on the Events tab.