-
Custom Shipping Address is not considered for tax calculation or address validation
One of our integrations bring transactions to Netsuite as Sales Orders. Since there is no matching address book on the other system, it simply imports the Shipping Address for the Sales Order as custom Shipping Address with the Override box checked. When I expand the address form in a popup window I see that there is a…
-
Problem with tax amount in sales order when change shipping address.
Hello I have a problem with tax amount in sales order. If I change tax amount to -70.01 like the image below And then I reselect the shipping address. Netsuite will re calculate tax amount to -70.00. It calculate correctly, but I want tax amount of this line to be -70.01 how can I prevent it to re calculate? Thank you.
-
Automating Default Shipping Address to Use Most Recent Order Address
Hello NetSuite Community, I'm looking for suggestions on how to automate our shipping address selection process for replacement orders. Current Situation: When creating a new sales order, NetSuite defaults to the customer's shipping address from their first order placed. For replacement orders, our CX team must manually…
-
Updating shipping state and country in invoices by CSV
Hi everyone, I'm needing to update the shipping state and country address in invoices by CSV. Below are the columns in my CSV. The CSV runs successfully, and the two fields are updated except for Canada and Australia. Any ideas why it doesn't work for Canada and Australia and how can I update the invoices shipped to both…
-
SuiteCommerce: Can we make shipping addresses NOT mandatory?
Hello— With our implementation of SuiteCommerce, customers first create an Estimate, and then convert that Estimate into a Sales Order. At the time of creating an Estimate, however, we do NOT require a shipping address from the customer. Shipping addresses only become necessary if the Estimate turns into an Order. However,…
-
Address Select on Sales Order
We have a few customers with 100+ shipping addresses. When entering a sales order, the "Ship-To Select" dropdown is making it very difficult to find the proper address. Is there a way we can make this field searchable? Even trying to type the proper address label, you cannot see what was typed… Open to any suggestions…
-
Customer Address Tab
I added a new address record and I can see it when I click edit the address. However, it does not display next to label. What am I doing wrong?
-
NO ERROR on this scheduled script 2.0 but it doesn't do anything. WHY?
There are no ERROR on this scheduled script 2.0 below BUT I don't see any address being entered under the customer id. WHY? WHY WHY? Can someone take a look for me? ================/** @NApiVersion 2.x // Load the customer record const customer = record.load({ type: record.Type.CUSTOMER, id: customerId }); const lineCount…
-
Is there a limit on the Address you can add on a Customer record?
Hi Team - is there a limit on the address you can add to a customer? For example, a customer has 1800 address records. Is this possible?
-
Shipping Address IDs on Sales Orders
Hello, We want to use the sales order shipping address below as part of some outgoing text messages. Ive been able to integrate this address using the id "shipaddress". However, this shipping address appears to be grouped and we want to be able to exclude the first row of information (ship addressee). Ive been searching…