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
-
Hi Justin, I believe this can be easily solved by dependent dropdown and workflow. Have a look on workflow.
-
thanks
-
Hi, Can you share the error you are receiving? thanks
-
Yes, If you want to keep the track of non inventory item then why you are not using serialized inventory Item. And if you want to use non inventory then you have to use custom field or transaction record for tracking.
-
Hi Kelvin, Yes, you can achieve this by using workflow. Use check Box to be marked true once after Item Receipt and put that check box as a condition on status. Create action as error massage, so whenever that check box will be true then user can't make it close and if he tries then an error massage will be displayed.
-
Whenever mail is triggered and sent to customer from employee, than details get saved in their records under communication tab. You can check it out in customer or employee records.
-
Yes, in this case we don't required to use any script. As it can be done using scheduled workflow which will sent mail based on saved search. System will also have record after sending mail.
-
Yes, It can be done. You can also use custom record to keep every update logs. If you want only latest modified or update time then it can be easily done by using workflow on body or custom level.
-
Hi - someone told me that we can get complete sitebuilder website SSL via proxy cache, so www subdomain (on apache ) will cache the entire site hosted on netsuite on base domain, Didnt tried myself though thanks
-
Yes, it can be done using workflow,. by action transform record. Here on creation of sales order you can transform your record to cash sale or invoice. Workflow will be easier way to compete this task automatically.
-
Hi jmessersmith This error is thrown if a SuiteScript record search operation has at least one nlobjSearchFilter object with an ID that is not included in the record type’s valid Search Filters table. Example: The following code will throw the error because ‘name2’ is not a valid search filter for the sales order search…
-
Hi Lmleon, Yes, It can be done by workflow. First you need to create custom check box on the record. Workflow (With two state): 1st Step: Take action as set field value, to mark check box as True based on field edit. 2nd Step: Take action as Send Email after record submit, if custom check box is true. 3rd Step: Take action…
-
Yeah! i also experienced this, and i thought this problem is specific to Gmail and Google apps emails, but i may be wrong,
-
Hi all, I am facing the same issue. Errors : 1. Invalid intercotransaction reference key 5561924 for currency 1. 2. "You must create a purchase order first to transfer intercompany inventory" Has anyone found a solution for this ? Thanks.
-
Hi Does anyone have a working example now for Sitebuilder store?
-
Helo Please see attached screenshot for the account, does this help with more info? thanks
-
Hi jono101 This can be done using client script. You can create custom check box on those Item and based on that you can filter out item, or while selecting those items it will return error on opportunity and estimate forms.
-
yes, i think Kathy solution of removing Branded Domains for checkout for now is a better solution, and it works
-
Hello As a temp fix for this , i opened file Application-.......js in the custom checkout folder, on js folder and edited the variable base_url from return base_url + '&t=' + new Date().getTime(); return base_url ; // + '&t=' + new Date().getTime(); and this fixed for now, until NetSuite replies back This removes the…
-
Hi, thanks for replying back, First off, what checkout are you using? i am using Kilimanjaro
-
Hey, were you able to auto add without entering a promo code? and were you able to select the cheapest item automatically? Please help , any sample code / insights will be helpful too, thanks
-
Has anyone been able to successfully integrate Amazon Pay into their SCA site, whether through Solupay or some other solution? Also, has NS considered integrating Amazon Pay to make it as easy to implement as Checkout with Paypal? Let me know too please.
-
Hi, Not directly. However you can use website Tags or AJAX. Is this what you were looking for? Thanks
-
Hi PaulGregson , NetSuite will not understand PHP. but can do its own templating engine called SSP pages with some restriction on kind of recrods it can fetch, You will need to rewrite in my view. thanks
-
Hello, Anyone found a solution on it? We too facing this. thanks
-
Hi farrago , Yes, this can be done using script and we did the same for one of our client.
-
Hi, We follow this: 1. DNS in Amazon AWS, 2. Emails on Google apps . thanks
-
Hi PaulGregson Yes, I believe you can get this information from system information of the transaction record.
-
You can probably try to customize or create your own search that could filter those items to not show in the website. Hi, I will be interested in knowing on how to create a new search to be displayed on webstore, so that results are restricted. thanks
-
Hey, what about indexing by google? If i have the a website with the same URL based and copy based on language selector , is there a way one can index both language page (URL is same)? Please advise, thanks