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
-
I got an email from PayPal that now Netsuite has integrated PayPal Express Checkout, is this correct? Can anyone from Netsuite confirm this, and if there is anything additional we need to do to activate it? Thanks!
-
Thank you for the quick response. Just one additional question, how do we know when our account has been updated to the 2007.1 release? Thank you
-
I was just referred to this post as I got the same letter. I opened a case and it was attached to the defect above as an S3, should this be an S3 defect? Based on the letter this can impact our ability to accept and process payments - shouldn't this be taken seriously by Netsuite with higher priority? Please advise, it…
-
I create a new Quantity Pricing Schedule and I give it a name and then I leave the other fields empty as the instructions (Quantity and Discount) when I try to save it NEtsuite tells me that those fields are required. What worked was if I put quantity 2 and the discount 0% and that "kind" of cleared the quantity pricing as…
-
This is an old post and I tried to do it now but it doesn't work. It seems Netsuite changed the Pricing Schedules and now the quantity and discount are required. Can anyone confirm this? This has been such a nightmare to delete the quantity pricing, any assistance is appreciated.
-
Yes! perfect, thank you!
-
ddennison, we ran into the same problem with the base price in formulas, what we did is create a custom field and now every time we update the price we make sure the current base price is also updated to that field. This works for us because we do updates through CSV imports so all we do is have the field for base price…
-
Hi deisouss, If what you are looking for is to set a default value in a custom field on the header of the item record, you can create a custom field of type list/record. Choose the list to be Site Category and then you can apply a default selection on it. Thanks Markluu, This kind of works but at the same time it doesn't…
-
What is the limitation with the sublists? If it is available in Searches shouldn't it be available in Formulas? Because the web module is so limited we used default values to create custom code, for example we need the complete URL including the sc and category tags: (url)?sc=1&category=123 We get the url by using the tag…
-
It is not a saved search, it's the "Validation & Defaulting" in the "DEFAULT VALUE" when using a Formula Customization > List, Records & Fields > Item Fields In the tab Validation & Defaulting: [ATTACH=CONFIG]n377289[/ATTACH] Using the Formulas you can pull out information from the Item Record but I am unable to find the…
-
Yes, the default sales price of an item. Do you know what is the tag that will pull that info? Thanks
-
Yes, those are the instructions on the SuiteAnswer Answer Id: 38678 but I am not understanding how is this applied to retrieve the Item Base Price as a field in the formula. What happens when the price is updated? Why would the field {item.baseprice} not be available directly if it's available as a field in the Item…
-
What does the || stand for? Once I save it it worked but the field displayed this: Black || ' : text'
-
Do you know if there is a tag to bring the item Category? Same as in the search, either Category, Category no hierarchy or Category preferred. Out of a wild guess I tried {item.category} but it didn't work
-
There is not, the only way you can do this is by creating a custom field and duplicating the information there through CSV uploads or by creating a script that will update the information every time the field changes..
-
Thank you. I read the instructions a few times but I would like to understand what is happening. 1. It says to create a Custom Transaction Column, what does this apply to? Store Item? 2. Should I check Store Value? 3. Once the custom transaction column is created, I gave it an ID of custcolbaseprice, how exactly does this…
-
Thank you for your assistance, the || worked perfectly
-
I had opened an issue regarding this bug back in 12/01/2006 but Netsuite has not responded at all. I know why the custom fields are not showing up, this is why: When you create a new custom item field through SETUP > CUSTOMIZATION > ITEM FUELDS the new fields that you create are not web enabled. To check this, click on the…
-
I was looking for another thing but your question might answer my question and I might be able to help you group it if you get items repeated. Can you please let me know how are you getting a search that displays the "Item Options"? I was not able to find this field in the Item Search If you are getting this info via…
-
Thank you for both replies! I'm going to try that, it should do the trick. I wonder why Nesuite just doesn't have a way to customize that page instead of having to "hide" the code... I wonder how does that impact search engines when they see the whole content hidden? The only bad thing is that the search will also be…
-
Where you able to get this going? I have not find a way to add NEXT | PREVIOUS item as the navigation
-
That's the problem that I am running, the website tags has character limit which limits their use, were you able to get an alternate solution?
-
Netsuite any responses to modifying the htaccess file? Please advise see Google's advise below, Thanks https://developers.google.com/speed/docs/insights/LeverageBrowserCaching
-
We have almost 10,000 items (and 20,000 images including thumbnails), to do this manually it's simply out of the question, specially because we also have other comparison shopping services that use the current NS format, the transition will be a nightmare. Why is the main reason NS uses that type of URL for images anyway…
-
If you would like to have the ability to add custom fields to the store Categories please vote for Enhancement 351565 You may go to the NetSuite Account Center > SuiteIdeas tab and search for this enhancement and vote
-
Are also User Event Scripts triggered by CSV updates? Thanks
-
scheduled script, this might work as we only use this information for our records as Netsuite does not update the shipping method on the sales order and we can run it once at the end of the day. I am looking up scheduled scripts in the help file right now, thank you!
-
Thank you khultquist! that did the trick The script itself always takes about 5 seconds to execute once the order is saved. Do you think it's because of the if statements (I have about 20 that I did not include with the original code) or is just a fact that loading the record, setting a field and submitting it, it takes a…
-
Thank you for your assistance. Here are the answers: - The "All Roles" was not checked in the audience tab, but I just did and saved it and it did not make a difference. - We only have 1 script in the beforeSubmit section - I added the debug line to the script and in the log it shows "Details: Function Start" so this means…
-
Thank you mgoodman for your assistance, unfortunately it did not work. :( How can I enter code to debug the code to make sure the var are getting the values so at least I will know at which step I'm being stucked. I just need the code for 1 and I will do the rest, for example to send to the log the value of the var "hand"…