The CreatorCon Call for Content is officially open! Get started here.

Reference to extended table fields

Koji Yanase
Tera Contributor

var tbla = g_form.getReference('u_table_a');

if (tbla.u_field_b == 'true'){.....................

The code above does not work because 'u_field_b' belongs to 'u_table_b' which is an extended table of 'u_table_a'.

Is there any easy way to access 'u_field_b' using sys_id of 'u_table_a' in client script?

5 REPLIES 5

JJ1
Kilo Guru