Reference to extended table fields
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2016 09:37 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2016 06:03 PM