Has anyone noticed a difference in how billing add...
# suitescript
m
Has anyone noticed a difference in how billing address is accessed in 2018.1? It used to populate my json payload as
billaddr1
,
billaddr2
,
billcity
etc. using a simple
toJSON()
and iterating through the values but it suddenly stopped coming through. Addresses aren't listed as a sublist, and using the
rec.getValue('billingaddress')
command yields an ID that isn't returning anything as a
subrecord
id either.