GabrielFigueroa
5 years agoQrew Member
Retrieve LookUp value
How is jQuery statement configured to access the value of a LookUp field from a Related table?
For instance, the Related Company Name is fid_21 but I need the actual company name which is showing to be fid_22.
The console.log shows fid_22 = undefined.
This only returns the Record ID # of the related Company Name table.
var scName = $("_fid_41").children("option:selected"). val();
------------------------------
Gabe Figueroa
------------------------------
For instance, the Related Company Name is fid_21 but I need the actual company name which is showing to be fid_22.
The console.log shows fid_22 = undefined.
This only returns the Record ID # of the related Company Name table.
var scName = $("_fid_41").children("option:selected"). val();
------------------------------
Gabe Figueroa
------------------------------