My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
Peter, any such functionality to ensure the Item Receipt and the Bill rates match, or do we have to keep using scripting to ensure that?
-
Ok, that's what I thought, just making sure. Thanks
-
Is it this post? https://usergroup.netsuite.com/users/showthread.php?t=21951
-
The other obvious thing would to double-check if he actually assigned the role on your Employee record. If that's confirmed, then call Support.
-
Did you log out/log in before checking? Try also a good ol' ctrl-F5 on your role page.
-
Use <%=getCurrentAttribute('confirmation','total')%> and <%=getCurrentAttribute('confirmation','ordernumber')%>
-
Setup->Website->Set Up Website->Shopping-> Order Tracking Script HTML Enter your code in there
-
Someone created this custom field and made it mandatory. The online form is saying you need to add this field, since it is mandatory. So, you need to either make this field not mandatory, or add it to the online form.
-
Opening balance is just another journal entry. You can import before it, no problem. You have an issue other than that.
-
Netsuite as a whole is down for us right now
-
One of my webstore using customers tells me they have to remove display in website AND remove all categories to get it to come off the web.
-
Using the Web Store or just in Netsuite?
-
You could sort of achieve this with Quantity Pricing. For quantity <2, you enter the full price (e.g. 10$), and for quantity 2+ you enter half price (5$). If he buys 1, he pays 10$, if he buys 2 he pays 10$ also. This isn't quite the same as saying buy 2 get 1 free, plus you have to consider that if the user buys 3, or…
-
Quantity Pricing applies for all locations, but you can define it speratly per Price Level.
-
Hadn't seen that post, thanks. Yes, we're in Montreal so then it is the Bell problem, and not Netsuite.
-
We have a customer experiencing this problem. Status.netsuite.com confirms a database problem for some accounts. Usually some NS rep comes by here and keeps everyone up to date on a resolution timeline.
-
Sorry, let me rephrase. Do you want this half off special to apply automatically to customers purchasing through your Web Store?
-
We are up, but performance has been abyssmal all day.
-
Do you have any scripts running on Item Receipts?
-
Try asking your Rep about Defect 174577: Reports > Saved Searches > All Saved Searches - Scheduled saved searches are not sending the results via email.
-
I have a customer that says he is still not receiving search emails. Anyone confirm if this defect is still open or not?
-
One of our customer is also suffering from this. Opened a case. Thanks for the details Michele.
-
It happens every now and then. I would log a case with Netsuite as soon as it happens. They'll need you to confirm it happens a few times before being able to investigate.
-
I have a client that did not received a single Scheduled Saved Search nor Report over the weekend. Being months end, we're talking about several dozen emails, if not close to a hundred. Did anyone else's searches/reports not fire?
-
I recommend you call/email NS Support and file a Case.
-
Not just website it seems, Netsuite just went down, can't log in.
-
In this case - function pageInit(type) { if(type=='create') { nlapiSetFieldValue('YOURFIELD', nlapiGetUser()); } } replace YOURFIELD by your custom field ID.
-
It's a sort of "javascript freakked out" error. Usually you see it when you have missing brackets ('{ }') but you seem to have them all. I don't know what the problem could be. Do you have any other script running on that record? Can you try just placing function pageInit(type){ alert('hello'); } in your script, just to…
-
Why do you say unchecking Store Value makes the field useless? What do you want to do with it?
-
There is almost certainly a record somewhere you are overlooking. The problem is of course figuring it where. Try looking at all your scripts with Show Inactives on. It may also be a library of another script.