Retrieving Other Column Values from a Reference Field in a UI Action
I need to send a value from a related column of a Reference field to a web service through a UI action.Here’s the current code I’m working with: var oCountry = g_form.getReference('country');gs.log('Object:' + oCountry, 'WSCL');gs.log('Short name: ...
