BaseForm.getTables

Returns the Tables object that gives access to all tables available to the form. An individual table can then be accessed using its table name as shown in the examples below.

Javascript example:

 var t1 = tables.TABLE1;
 var t2 = form.getTables().TABLE2;
 

returns Tables