I have a function that retrieves the value of a lookup Object.
var lookupObject = formContext.getAttribute("attributename");
var selectedRecord = lookupObject.getValue();
It’s throwing the error that lookupObject.getValue() is not a function.
1
I have a function that retrieves the value of a lookup Object.
var lookupObject = formContext.getAttribute("attributename");
var selectedRecord = lookupObject.getValue();
It’s throwing the error that lookupObject.getValue() is not a function.
1