Fetching the Reference field's other column values in a UI ACTION
Hello Everyone, I need to pass on a Reference field's another column value to some web service from a UI action. var oCountry = g_form.getReference('country');gs.log('Object:' || oCountry,'WSCL');gs.log('Shot name' || oCountry.u_short_name,'WSCL');...
