My Stuff
Hello Community! Josh Maxwell, a User Experience Researcher for NetSuite Foundation has fun a question for you. Imagine for a moment that NetSuite had an assistant like Alexa or Siri. What would you ask of your NetSuite assistant? Use this survey link to share your top questions to the assistant.
Here are some examples to get your creative juices flowing.
"Did I pay vendor John Doe last month?"
"Take me to my largest sales order for this month."
"What invoices haven't been paid yet?"
Here are some examples to get your creative juices flowing.
"Did I pay vendor John Doe last month?"
"Take me to my largest sales order for this month."
"What invoices haven't been paid yet?"
Comments
-
Thank you, Michelle. I'll see what our options are. -- Caleb Fong IT, Web Design & Development California Pet Pharmacy email - caleb@calpetrx.com
-
Michelle, Well, good to know I'm not alone in wanting this. Until the enhancement is complete the solution is to get creative with SuiteScript, correct? -- Caleb Fong IT, Web Design & Development California Pet Pharmacy
-
Those links are helpful, thank you all! They're not quite what I'm looking for, but what I want my not actually exist, so no worries.
-
Do you mean if(type!='delete')? If so, check the Help and see about the 'type' entry parameter. Thanks Olivier Gagnon NC! While I was troubleshooting another issue with NS support they also clued me in to the "type" parameter. It worked a charm! For those that may come to this later here's how the current version looks - I…
-
I'm with CREECE, the documentation feels like a spaghetti bowl mess, I'm constantly have to click "related" links and pray that they actually relate to my issue. Usually once I'm on the new page it tells me to go to another page to find out how to make the full function work, which sends me to another page, and so on and…
-
Nick Horowitz Ok. I think I follow. I don't believe that we have any extra options on our Item Fulfillments. We were using the OzLink module for a while but we're not using it anymore. That might be interfering? Hmm. I'll look into that a little more. --- addendum 2019-03-05-1126 --- So I have been digging through the…
-
chanarbon So the "snippets" will still work so long as I don't want to "update" the values, correct?
-
Thumbs up to all of you! Thank you so much! all of these tips are invaluable to a SS and JavaScript newbie like myself!
-
david.smith Thanks for the quick reply and link! I'm looking to create a dashboard/interface for my co-workers which will streamline how they interact with Sales Orders, Cash Sales, and Fulfillments.
-
Oh! Hmm. Suitelet is a better "internal" choice. Hmm. Changes my trajectory a bit, but good to know! Back to the research grind stone.
-
chanarbon Thanks for the clarification! I will look more deeply into Suietletes for our on NetSuite tools. david.smith You've been a great resource thank you!
-
ironside I agree that the browser console isn't ideal for doing SS 2.0 calls/testing. The require call, while a useful feature for writing more complex JS is troublesome in the browser console. That said I think egrubaugh has shown a fairly easy "on-ramp" for using SS 2.0 I'm thinking maybe the "happy" median here is to…
-
It's worth noting that last I checked the jsdoc .ZIP file for SS2 from NetSuite is buggy. Ah! That does explain some things, and good to know that, it's not the most reliable, yet. I'm sure it will improve in the future. We've decided to go beyond just jsdocs for 'typing' and have begin defining TypeScript definitions for…
-
zackb22 Thanks for the input! I'll check out the video. I have the Eclipse and SuiteScript plugin! I have been working though the docs ... but it feels like so many of them are just high enough above my level, that I'm struggling to see how to bring the different API functions together to make the script I need.
-
Does FF 'Scratchpad' have intellisense (code completion?) I think the analogous feature in Chrome is their code 'Snippets', which do NOT seem to have intellisense capability. The Scratchpad doesn't have intellisense, but it is using the Tern analysis engine; there are more details about the Scratchpad on the MDN. The…