How could I filter via JavaScript API depending on linked table? What is the criteria if there are more than one table linked?
I tried "{Column} = '" + record.get('Col') + "' but then I get only the results with just this reference, not the records h...