maybe they've been deprecated ever since the Addre...
# suitescript
s
maybe they've been deprecated ever since the Address Subrecord came to be? I just checked and 'billaddr1' is still a script accessible body field on Invoices (meaning nlapiGetFieldValue('billaddr1') returns address string).... wish I knew what the official story is here. if
billaddr1
is not safe to use I want to remove it from NFT but don't want to remove if it's still legit.
b
they are now named legacy address fields
netsuite makes no attempt to make them work with new features like suitetax
s
thanks battk. Wish I knew if they intend to remove those fields entirely.