Skip to main content

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 having addition refs.

I got it now. This works for me:

"FIND( '" + record.get('Col') + "', ARRAYJOIN({Column}, ';'))"


Can you make it work using the REST API ? I tried to do the same, but I never get any result…


Reply