Just ran this in the console: ``` var r = nlapiLoa...
# suitescript
e
Just ran this in the console:
Copy code
var r = nlapiLoadRecord("location", 2);
r.getFieldValue("addrtext");
which output: "Ramsey Inc. San Francisco 1500 3rd St San Mateo CA 94403 United States" ```