Resolved! Accessing record fields in a GlideRecord
I have table which has three columns and I'm using a form OnChange event to trigger a client script to look for one record, then pull data from another field from the same record and place it on the form.The code is:function onChange(control, oldValu...
