Mi contenido
We'd love to hear your thoughts on the Latest updates in the NetSuite Support Community (UI/UX edition) – December 2025. Your feedback is important to us—please let us know what you think or any suggestions you may have in the comments!
Comentarios
-
hhmm, wouldn't work the other day, but now It works, but not on items. So, it seems I can limit the access of tabs and the categories under that tab What about items? Google indexed one that I want to be restricted to one customer. When I click "display in website=NO" on the items in the category, they become invisible to…
-
Making a copy of a working Published Saved Search and assigning it to the right Saved Search worked. The original Published Saved Search that was made from scratch (not as a copy) was setup identical to the working ones, but some glitch kept it from working.
-
If the issue is caused by the Published Saved Search and not by the Saved Search , but the Published Saved Search is setup identically to one that works... what does that tell you?
-
Oh, I forgot one of the requested images...
-
See screen shots. These settings work with another search (a transaction search) that we publish online for one specific company to have access to.
-
What do you mean by "The "Multiple Currencies” Feature can only be disabled once"? Multi Currencies is causing us issues in NetSuite. We also don't need Multi Currencies right now as we decided to not sell outside of the USA for the next 5 years. Can I turn it off and then turn it back on when we're ready to use it? We…
-
Is this for your SuiteCommerce or Site Builder Website? -Site Builder Can you provide a screenshot of where the error appears on the website? -Yes When was the error first encountered? Have there been any changes on your website recently? -Yes, encountered recently. No recent changes. Does this happen to all customers? If…
-
Yes, the PDF packing slip that is generated from a form. That's where we want to put the titles of the item options in bold. This one uses the basic template, but it could be converted to advanced.
-
I haven't tested it, but to me it looks like SuiteAnswer Id 71711 is probably the fix. reference items as "PARENT MATRIX : MATRIX SUBITEM" and not just "MATRIX SUBITEM". For {itemid}, our sub items are formatted like "PARENT MATRIX : MATRIX SUBITEM". The workaround I used for now was a lookup in Excel. It looks at a table…
-
Thank you Leonard, that was helpful. One more question: We did our first test order with a dozen Assembly items. It created a dozen separate Work Order records. Then we have to build each one. Is there a way to make NetSuite create just ONE work order for each sales order. So, in this case there would be ONE work order…
-
If you can't make them auto-build as demand requires it, can we take the WORK ORDER out of the flow? I know we can make assembly builds manually without using work orders, but we have to rebuild the list of items from the Sales order into the Build record. So, Instead of going Sales Order-->Work Order-->Build ..... Can we…
-
We do use CertCapture. So, I had a customer order. Then they called a few hours later and said "we're tax exempt". We sent them the tax request from Avalara CertCapture. They filled it out and uploaded their tax certificate. We duplicated their order to make one that would be tax free. We went to refund their first taxed…
-
How does Ad Roll compare to Mail Chimp and Constant Contact?
-
Really, we're doing this to fulfilments in two "Packed By" fields. {packed_by_pulldown_list} ...... type = list/record {packed_by_text} ...... type = freeform text The pulldown {packed_by_pulldown_list} might have this list of names... PACKER NAME: INTERNAL ID: Joe 1 Mike 20 Tom 30 The text field can be any text and one…
-
Lets say I have two fields. {color_pulldown_list} .. type = list/record {color_text} .. type = freeform text I want to do a mass-update to a bunch of records and make it pick the correct value in the {color_pulldown_list} field when matched to the same value in the {color_text} field. I used colors as an easy example, but…
-
We do already default fulfilments to "picked". So, it has no packages at that point. When their system changes it to "packed" OR straight to "shipped".. it gets hit with a number of empty boxes created by NetSuite. We don't want those boxes created... but, we can't prevent them from being added.
-
I got an answer from PaceJet. I highly recommend them to anyone looking to make their shipping more efficient and/or give accurate LTL rates through your web-store. Their helpful answer... Netsuite will automagically create a package when the status is flipped from picked to shipped. A few ways to avoid that, I think, is…
-
I get: ERROR: Field 'internalid' Not Found It's used in a transaction search of fulfillments that were drop-shipped. The formula is in a rich text transaction body field applied to purchases and = '<a href="/app/accounting/transactions/purchord.nl?id=' ||{internalid}|| '&whence=">' || {tranid}||'</a>' I found a fix. I was…
-
Well, using a standard Transaction name field gave me something long like "Purchase Order #PO123456" and it linked it to the PO. I'm trying to shorten it for screen space to just "po123456". I know how to make it give me the text "po123456" in my formula, but I can't build the dynamic link to the POs without a field that…
-
It is a saved search of purchase orders. I know one way to have a column with the PO# that is linked, but I needed different formatting on the characters displayed in that link. -Tom
-
I was going to do the same for our drop-ship POs. How do you reference the internal ID of POs to build your link? {internalid} doesn't work. This gives an error... '<a href="/app/accounting/transactions/purchord.nl?id=' ||{internalid}|| '&whence=">' || {tranid}||'</a>'
-
Actually, I don't remember. I think we messed with it long enough to get it close enough. We use boxes in NetSuite and I'd have to go back and do some tests to see what transpired. I believe we just had to play with the markup until it charged enough to cover the fact that it was pulling the wrong amount. We're moving on…
-
Used '<a href="/app/accounting/transactions/salesord.nl?id=' || {createdfrom.internalid} || '&whence=">' || {createdfrom.tranid}||'</a>'
-
Even better, is there a way to wipe out old price levels and start over? So, an import where qty 1, 20 ,50, 100 all gets overwritten with qty1, 2 , 5, 25.
-
Yes, it is resolved. Thank you
-
PM sent
-
Thanks for that info. In our case we want to hide the entire field on the drill-down... but still have it show in the shopping cart. So, on the drill-down, would we just add a style like "custcol9{display:none;}" to our CSS? It is a text box field that we're wanting to hide. I tried that (using our field ID and not…
-
I did get an assembly matrix item to display in our web store. The first one I made was just defective I guess. It had about 5 different matrix option pull-downs. I created a smaller test assembly matrix item with only 1 pull-down option and it worked... so, I just have to rebuild the larger one again. So, can we make…
-
Does "ADVANCED BILL OF MATERIALS" have to be turned on in "enable features" before an assembly item can be added to the shopping cart?
-
Questions From Linked Solution 1. Both Parent and Child Matrix's Display in Web Store must be checked. YES 2. Both Parent and Child Matrix record must have Online/Base Price set. YES 3. Transaction Item Option must be setup correctly. Check both Parent and Child record > under Custom tab > Item Options: make sure that…