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
No Limits. Just possibilities.
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Comments
-
How did you get that report? I only have "Sales Tax by Tax Item"
-
That way seems inefficient, when we did this it updated our california taxes from 8% to 2.5% it would be better if we're able to import/export tax codes for updating. I can get every city in California done within an hour by simply copy/pasting into my spreadsheet and assign the data to the right fields.
-
Ya, it would turn back to regular HTTP. However, I should still be able to type in HTTPS and show the secure URL without a 502 error.
-
4. HTTPS did not not appear in the browser URL until we turned ON two Cloudflare "Crypto" settings: "Always use HTTPS" "Automatic HTTPS Rewrites" I got a 502 error when I tried the secure URL.
-
I took a different approach; using console.log to see the output With this script //spare parts nval = "3"; var multiArray = []; $('.partqty').each(function() { var multiTerm = this.id+","+this.value; multiArray.push(multiTerm); }); $('.partadd').click(function() { var MultiURL =…
-
Well, I would be pulling the "employee" entityid; not sure if it would work. <%=getCurrentAttribute('employee','entityid','')%> I'm not familiar with Suitelet and Restlet. Specifically, I don't know how to call from NetSuite to get information, unless it's with the tag above.
-
I updated my script, it adds to the cart, but it only adds the last line item. $('.partadd').click(function() { nval = "3" var mul = ""; $('.partqty').each(function() { var pid = this.id; var pty = this.value; var mul = pid+","+pty+";"; var MultiURL =…
-
I was going to go the route of embedding the link into the product page, then have a document.ready statement to remove it, if the employee entity id was blank. How can I call it from NetSuite if I was to use a Suitelet and Restlet?
-
later today? it's 10/7/2016 and the release was scheduled for 10/6/16. It takes at least 2 days for my tags to update.
-
Has this fix been rolled out already? None of these Alternate solutions work for me, and I have updates that have been queued since yesterday.
-
It's 10/7/16 and still no fix...I'm still having this problem, and the alternate solutions are not working. It took 2 DAYS for my tags to update.
-
well, I managed to pull items with "allrelateditemshtml" but is there for me to pull these WITHOUT without the layout attached to it, or have it load from a different layout (without having to replace the current layout)?
-
it's very unfortunate, I'd like to see a full HTTPS on the entire www. domain as well as google integration. It's relatively impossible right now to have "trusted stores" on your website. Without https on the www. and not being able to be part of "google trusted stores" - I have to improvise with alternate methods to stay…
-
I think it is because your have a "secure domains" tab for a reason, right? I just need to regenerate a new key and CSR because the hash modules aren't matching.
-
I got the SSL downloaded, and set into my file manager. Now what? I got the seals, but the green EV isn't displaying. is there a propagation period?
-
it really bites too, because I want to ensure my customers that we're entirely secure from the moment you enter our website to the moment you checkout.
-
yeah, if your package is "self-service" you're on your own for everything, even when the answers they provide dont help. the symantec SSL is supported, but netsuite can only install it on a subdomain, and not the www. pages, which I think is disappointing because we all can make a lot more money by giving our customers the…
-
managed to go to sitebuilder > domains > "secured domains tab" added in my CRTs without error, but the private key appears invalid. it's either the username or password
-
the securedcheckout.com is automatically secured by netsuite. I wanted the www. domain in general to be secured.
-
I just need to know the proper call method for the dynamic scripting to populate. I don't want to spend $150/hr for something that we need to be google trusted stores related.
-
Yes I did, I checked by searching for a random image then clicking "edit". Once I got it, I only saw the media.nl path
-
I need to do this too, to my microdata "item prop price" im pulling the attribute - "salespricehtml"
-
I need to know this too, im using schema.org microdata, and they have their own meta tag for "$" and I can't use it as the price has to go into another span.
-
YES IT DOES!!! you're a lifesaver, thanks! all I needed to do on that was change the source list to "created from"
-
Also tried in "formula" {otherrefnum} and it's saying that there's an error in that field, yet it's populated
-
Hey Julien, I may need a step-by-step on this I looked in "other custom fields" and "transaction body fields" and could not located a source list.
-
well, asking them was useless; in my opinion. this was the response; I normally get these on everything I send them Hello , Your Support Package is Self Service which gives you access to Customer Support to file a defect in the application and request for a new product feature. Your case has been reviewed by a NetSuite…
-
I may have something. Made a Transaction Body Field, It is "free-form text" unchecked "store value" Source List is "Sales Order" Source From is "PO / Check #"
-
well, seems to not be working. I need to source the field from "tranid" but it's not allowing me to select it; says it cannot locate it.
-
I'm trying to show the tracking number on my item fulfillment email, would this work? <%=getCurrentAttribute('package','packagetrackingnumber')%> I used the same line of code to show my PO# in the fulfillment email, it does work. <%=getCurrentAttribute('salesorder','otherrefnum')%>