Mi contenido
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comentarios
-
Thank you for the clarification.
-
I don't have Customization>Centers and Tabs>Tabs I have… Customization>Centers and Tabs>Centers Customization>Centers and Tabs>Center Tabs Customization>Centers and Tabs>Categories Customization>Centers and Tabs>Links I tried "Center Tabs" and it wasn't in there. It shows the custom tabs that the bundles made, but there…
-
We've added about four "add on services" to NetSuite. Each bundle added a new tab to our main list of dropdown tabs. Three of them added their tab to the right of the defaults tabs in our main role. One of them added their tab to the LEFT of the defaults for our main role. I want to move that oddball one to the right side.
-
When the filament is made, it is made with the defaults. Then, it is updated later on by the import. It could be edited to not include the extra lines. I just wanted to see if it could be changed to "one line only" as a default. Also, I found a workaround for this issue. It was a completely different approach… just a…
-
The weight can be 100.002 lbs. It can be a wrong amount, and it won't hurt anything. Our package import just won't delete any extra package lines that were there at the time of the import.
-
See attached image. NetSuite made this fulfillment with 2 packages. Then, a tracking number was imported into package "A" by an online connector. Package "B" is left empty and is causing issues downstream when we export fulfillment data. NS makes 2 packages because it knows that the item is set to "ships alone". We need…
-
Question on fulfillments: Can we make NetSuite just default to ONE package per fulfillment when the fulfillment is generated from a sales order? It always tries to "auto-pack" or determine the number of packages needed by looking at the sales order and start the fulfillment with the right number of lines in the packages…
-
One #3 "Condition: Package Contents Description is empty", I couldn't find what I needed. That "Contents Description" field was not available in the drop-down list of fields to use in your formula. There was no "packages" sublist either. Is it {custbody_bt_es_descriptors_custom_prod}?
-
There was nothing in there that helped. That is about where the international "Printed Shipping Label" Sources "Package Content" and it says that it sources it from "Package Content Description" on the package on the fulfillment. What I want to do is to make a default value for "Package Content Description".
-
Parcel, UPS ground.
-
I sent it to you by direct message.
-
It turns out that WAS NOT an issue with our outgoing NetSuite emails. A customer called us and said they had an issue with order numbers 23456789. The provided number didn't match our sales order number format. They did match the internal ID of their order. So, where are they getting the sales order’s internal ID number?…
-
I did the steps posted in the UG for setting up the UPS OAuth integration in NetSuite. However, I'm still getting emails from UPS saying…. Your UPS account is showing incomplete for the API OAuth update. As of 6/13, UPS will begin limiting the access key activity to 50% of normal usage, and 2 weeks later the current access…
-
I found it. Commerce → Websites → (our website) → email → order received
-
NetSuite helped me find the fix. If this happens to you, go to "list → Relationships → Bounced Emil addresses". Select all and delete. Or, just select any employees that are in that list and delete them. Doing this fixed the problem. About two weeks ago, we had some employees show up in that list. It had never happened…
-
The fix was to NOT attempt to import the source type as either "Phantom" or "Stock". Instead, default the items to Phantom or Stock in their item records, and then let NetSuite set those to their default when importing.
-
It was an item import and importing the components into assembly items. I found the answer by testing. Blank spaces don't hurt anything.
-
I'm importing components into a list of assembly items, and I'm having a problem with Phantom subassembly items. If I add a column in my feed file for "source" and use "Phantom" on the phantom subassembly items. They fail. If I don't enter any source for any of the component items (letting them land on their default). They…
-
On the NetSuite side, I had just added a column with the standard NetSuite field "Name" which is {itemID}. That column displayed our SKUs when the saved search was viewed in NetSuite. When viewed on the published saved search, that same column showed the display name or another field that holds data similar to the "display…
-
OK, I found the issue on that one. The list was just a little over the max for one page, but some of the items were set to "Display Online = No" and apparently that is needed to be 'Y' to make them display in a published saved search …even if drill-down into search = N. There is one more curious thing. I try to have a…
-
What is strange is that this happened over a weekend when we had no known NS updates coming out. The Cloudflare part isn't due to NS, but the "is=login" part in the URLs is a head scratcher.
-
I have to give praise to fourth wave consulting. They've done work for us for 10+ years and are always super responsive. David, at fourth wave, fixed it. In case any other Site-Builder users have this issue.. I'll post the fix. The problem was caused by the fact that we’re still using the http version of the domain in…
-
I also noticed no new items can be added to the shopping cart. So, the cart page doesn’t load AND attempting to add any new item to the cart gives the error message: "The item could not be added to the cart".
-
We figured out the first issue. NetSuite added a unit we didn't have in our item's form. Or it dropped off the form for some unknown reason. We only had these 4: base unit Primary Stock Unit Primary Purchase Unit Primary Sale Unit We did not have "Consumption Unit" in our item form. Another question. We want to mass update…
-
That's the problem. I don't know the NetSuite URL syntax Google says use the hypothetical syntax /checkout?item_id={id} …but they want you to alter it to whatever your platform accepts.
-
Yes, I have a working solution for fulfillment records. I filter to only use COGs items. I need something specifically for Sales Orders.
-
— Note: the Sales orders have kits, inventory items, and assembly items on them. Some inventory items are sold as "regular" inventory items and are also sold as part of a kit. When we print our sales orders, the form shows all members to each kit item …each listed right under each kit item on the order. The same is true…
-
That didn't talk about formatting the add to cart section of the URL. This is the section that I need proper syntax for… /checkout?item_id={id}
-
SiteBuilder with SCA type checkout (Ref Checkout v2.05)
-
The free shipping promotion does work with assembly items, which is crazy to me. Kits and Assemblies are so similar, except for how the orders are processed (assemblies needing a build). Both are virtual items comprised of individual components. Yet, somehow… Kits = No free shipping promotion. Kits = No Drop-Shipping.…