relations and selectRecord(id)

What happens when I load a form with a relationship like organizations_to_orders that holds > 200 rows and I do

organizations_to_orders.selectRecord(id);
forms.orders.controller.showRecords(organization_to_orders);

where the ID lies outside the first 200 rows? Do I see the correct row in that case or will this go wrong?

if the id lies outside the current loaded records (200 or 400 …) then it won’t select it.