Does Netsuite have a default "residential" for add...
# general
s
Does Netsuite have a default "residential" for addresses? Can't find it, but I can't imagine that not existing
t
"home"
s
I don't see that flag in the record browser. Do you know where I can add it to the form?
t
check the UI, check the address sublist - there are checkboxes, one is "Default shipping" the other is "Home" (or possibly "Residential"
on the entity record
s
Nothing there unfortunately
t
am lost then, not sure how NS sets or associates it otherwise
r
@screnshaw I don't think it is a default indicator like "Billing" or "Shipping" defaults. It is typically used for determining the shipping rates which can vary between commercial and residential addresses. It should be available on a customer record in the address sublist to check.
s
@Ryan B Ok, I see that. How do you edit that on an address form and not inline?
r
@screnshaw I'm not sure you can at the address level natively. Technically, what is shown on the Customer record is the Address Book sublist. This sublist has the fields Default Billing, Default Shipping and Residential Address along with Address Text (ie. not address line 1, etc.). The Address is actually a sub-record that has address lines, but not the high-level attributes as related to the customer/address. There may be a way to populate with scripting. There is a setting to default the Residential indicator as True if "Default Shipping" is true at SETUP > ACCOUNTING > SHIPPING > PREFERENCES > RATES > RESIDENTIAL ADDRESS FOR SHIPPING.
👍🏼 1
@screnshaw I believe the hierarchy on addresses is: Customer -> AddressBookList -> AddressBook -> Address
👍🏼 1
s
Thanks!