I need to select a record in a list by marking it (PHPRunner check box to the left of table),
and then find the key (id) of the record to process the record.
With other words, I want to
mark this record, then click on a custom button to process the record.
Is there a way (example?) to do that?