is there an inherent difference between getting ad...
# suitescript
d
is there an inherent difference between getting address values from Location record in SS1 vs SS2? I have an example where I can
getFieldValue()
for 'city', 'state', 'zip' etc. from simple
nlapiLoadRecord('location', locationId)
, but this does not work in SS2 it seems you need to additionally get from 'mainaddress' Subrecord?