My Stuff
Comments
-
Do you have Advanced Receiving enabled? (Setup > Company > Enable Features, Transactions tab) We can't change the amount either. If necessary, we edit the originating PO.
-
Try Setup -> Accounting -> Accounting Preferences, General tab, "Expand Account Lists"
-
Just to confirm: Are you changing "Price Level" to "Custom"?
-
Is this the "Resale Number"? Answer ID 9632, point 3.c
-
Yeah, NetSuite makes things confusing. The criterion "Matrix Item" should be named "Matrix Parent Item".
-
A workaround for this would be using the export/import procedure that was mentioned. This would require an awkward saved search for exporting: Criteria: whatever items you're dealing with plus a Pricing : Currency criterion if you're using multi-currency Results: Summary Type Group for things like Name or Description…
-
I see. The reason I was asking is because (non-obviously) you can do a search with "Matrix Item = false" (ignoring the "Matrix Child Item" criterion) and you get all non-matrix items plus all matrix child items, only excluding matrix parents.
-
Yeah, I can see how quantity pricing would horribly complicate things. But why did you do matrix and non-matrix items separately?
-
Just had a case where one of our vendor's spam filters caught one of our purchase order emails because it had JavaScript in it. We are just using a regular Transaction Form HTML Layout. I just sent a test email to myself and indeed NetSuite is injecting JavaScript into it. Why would NetSuite do this? I believe it is best…
-
I don't think there's a "standard netsuite template" that you could edit. Search in the Help Center" for "Creating Templates for Web Store Email Messages".
-
I was following the documentation and couldn't get it to work; then found this post. The documentation has still not been updated.
-
The "easy work around" being referred to is, I would guess, "Domain Key Identified Mail" (see NetSuite help for more info). Not a total solution, but does tend to improve the appearance of the email address in the customer's inbox (but probably not the address in the customer's reply in their "sent" folder).
-
I'm having this too, also with different browsers. Strangely, other users in our company don't have the problem, but if the "Source" button is clicked to get into HTML mode, they are unable to get back to rich edit mode by clicking it again. However, if they cancel the Email Message and start again, it does come up in rich…
-
You would have one result field be "Pricing Group" and another field be "Group Pricing Level".
-
How about this: https://system.netsuite.com/help/helpcenter/en_US/Output/Help/MarketingSalesForceAutomationPartners/SalesForceAutomation/PrintingMailingShippingLabels.html
-
That label is from Transaction Item Options (Customization > Lists, Records, & Fields > Transaction Item Options. Select the option needing to be changed and either change the main "Label" field or go to the "Display" tab and change the "Label for Input" to override the "Label". If you get a lot of Transaction Item…
-
You will need to check that your home page is actually set up to show categories. On the Home Page Tab you will have fields for Category List Layout and Item List Layout, and those layouts (in Setup > Site Builder > Layouts) will in turn refer to Item/Category Templates. Whatever template is being used must have a…
-
When you click "Edit" next to the "blnd_page_dev.html" file in the file cabinet, ensure that the "Available Without Login" box is checked.
-
One would expect it to work that way, but I was never able to get that to work. We've had to resort to putting notes in the options, e.g., "Red (only available in Medium)". Probably could be fixed with scripting, but that's beyond my skill level.
-
Sam, are you sure that NetSuite is inserting that? We don't have that tag in our SiteBuilder site. Perhaps in the "Addition To <Head>" field in "Set Up Web Site" > Analytics?
-
3000 ms is definitely not fine; that would only be fine for the total page render time. For us, speed has improved over the last couple years, except that it has slowed down slightly in the last 3 months. Server response time is still on the slow side, currently ranging from 0.25 to 1.0 seconds, depending on the page.…
-
I don't use Google Remarketing or Tag Manager, but you can access the "<Body> Tag Attributes" at your Web Site Theme under the General tab.
-
Ensure that under Setup > Company > Enable Features, on the "Web Presence" tab, "Host HTML Files" is checked.
-
You could use something like this as a starting point: <ul> <li id="linkLogin"><a href="<NLLOGINURL>">Login</a></li> <li id="linkLogout"><a href="<NLLOGOUTURL>">Logout</a></li> </ul> <script> var userName =…
-
From Kissmetrics: "A 1 second delay in page response can result in a 7% reduction in conversions."
-
When navigating to SuiteAnswers pages (which are hosted on custhelp.com, not netsuite.com), first in your NetSuite go to the "Support" tab and click on the "Go to SuiteAnswers" button. This will log you in to custhelp.com, and then the above link will work.
-
Any comment from anyone at NetSuite? Any changes to SiteBuilder are few and far between; I'm curious to know why this change was made and if there's any new (or planned) functionality that we should be aware of.
-
Apparently it's possible through SuiteScript: https://usergroup.netsuite.com/users/forum/product-areas/web-site-e-commerce/advanced-site-customization/36578-how-to-exclude-select-items-from-item-list?p=269207#post269207, but that's beyond my ability.
-
Hmm. In our case, the line you referenced is followed by another line: <script type='text/javascript' src='<a target="_blank"…
-
We see this issue too. It has nothing to do with "Online Customer Forms". It's NetSuite's provided registration form for website customers. To my knowledge, it's not editable (except for the field labels). The problem is that this form has one field for "Name" rather than a field for "First Name" and a separate field for…