In ListOptions_Rendered event, I used to be able to get table values with this - example, to get the value for id field,
$this->id->CurrentValue
Similarly, in table-specific / common -
How do I get the current values of the fields, and how do I get values from parent table?
Thanks!