Can I access middle tables from formula script to fetch some data.
I have tried:
But no value is returned.
My middle table definition is:
I have tried:
Code:
$category_id = record\findOne('contactContactsCategories', null, null, 'contact_id=', $contact_id);
My middle table definition is:
Comment