My Stuff

T.Watz Red Ribbon

Comments

  • Same issue here too. Filed a case and got attached to Defect #333000
  • Just got this from Netsuite, anyone else affected? We have filed the following defect on your behalf. Defect #- 283246 SUMMARY: Customization > Forms > Subtabs > Transactions > New > Add. There is no custom subtab with custom Sublist on Transaction form Alternate Solution: none Your defect has been prioritized as an S2
  • I got this recent update: Issue Number 282132 Type Defect Severity S1 - Issue Status Testing/Pending Release Release Target Case 1887727 Defect 282132: list instead of drop-down -------------------------------------------------------------------------------- Abstract: Custom dropdown fields become list…
  • Our have not started to exhibit the symptoms again.
  • How exactly did Chris fix it? This was probably an error in the software. I was not aware of that external partners had access to change the platform. My guess is that he did some sort of workaround? If you still have an open case, ask the support to attach it to the case that was mentioned in this thread earlier.
  • We also experience this issue. We also noticed that when you have a custom search portlet, the list will not show even when you click the button labeled "list". I have requested to be attached to your defect.
  • It was a bit trickier with addresses then other records since it is a subrecord that isn't directly editable (as far as I know). And I had to load the parent record first. I solved this by creating a custom record with two fields, customerID and addressID. To that custom record, I created a workflow that triggers on…
  • I recommend that you contact support and refer to the defect number below. Since they fixed the issue on our account without me having to change date formats back and fourth. We had this defect a couple of weeks ago. Netsuite fixed it on defect# 219406: Issue Number: 219406 Issue Type: Defect Product: NetSuite Severity: S2…
  • We had this defect a couple of weeks ago. Netsuite fixed it on defect# 219406: Issue Number: 219406 Issue Type: Defect Product: NetSuite Severity: S2 - Issue Status: Closed - Released Reported In Version: Live Site - Drake - 04/05/2012 Target Version Fixed In Version Duplicate Of Date Released to Production: 4/12/2012…
  • we use YYYY-MM-DD in Sweden, there is a world outside of Australia too... :P
  • Hi, I have, what I think is, a similar problem. On transactions I have a custom field called customerReference which is intended to be populated by a contact which is related to the company that is set as customer on the sales order. what I have now is that it shows me the contacts that have the company on the sales order…
  • Quotas are very confusing. :confused: The only way to report on the quotas is to NOT assign them to anything like class, location, etc. This applies to KPIs and KPI Scorecard was well. Do a search on "quota*" and you should find a number of threads that deal with this issue. We actually use three quotas for each sales-rep…
  • The issue I've had with return authorizations is that you can't match the return towards the sales order. i.e. we have to bill the order and credit the return to clear everything.
  • Netsuite, are there any plans of letting us to perform searches on quotas? And next step letting us do saved searches on forecast vs quotas?
  • Hello Tom, I tried in my test account and can do searches for Quotas. Go to Reports > Saved seaches > all saved searches > New > Quota. Do you want to include it as a Transaction? It's not included in the Transactions types you cannot search it together with invoices / cash sales, unbilled Sales orders and others. True,…
  • I suspect that this is still not possible? because I haven't found it at least.
  • I've been using Chart.js as of lately in HTML Suitelet's. Although it is SS 1.0, I thought it might indicate a way of doing it. I'm not a full-time developer, so my implementation might not be the best, but it's easy to understand for me. :) My script follws this structure: if(request.getMethod() == 'GET'){ //draw a form…
  • Hi, thank you posting his script. It's a great start. I pieced it together and supplied correct sftp authentication info using borncorp's sftp tool: https://ursuscode.com/netsuite-tips/...2-0-sftp-tool/ I just wanted to add for anyone else that thought you could use this with standard FTP, that you CAN NOT. I started out…
  • Thank you for that insight, we too have a before submit-script that does the same. But your other suggested solution is interesting. What stopped you from doing it that way?
  • Good to know that we're not the only one. It feels a bit weird that it isn't available. since the field obviously is calculated by the backend for at least revenue purposes. How have you solved the problem? Client-/beforesubmit-/aftersubmit-script?
  • This now has an enhancement registered in SuiteIdeas. https://system.netsuite.com/app/site/hosting/scriptlet.nl?script=847&deploy=1&custpage_ervotingcustsearch=430640. (feel free to vote ;) It seems as such a simple addition, but I guess I shouldn't count on the enhancement to get realized in the near future.