My Stuff
On Friday, October 10, 2025, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Share Your SuiteWorld Experience & Earn a Special Badge!
Comments
-
By the way, you can add this as a Result in your Customer Search by adding the custom field that you have created. https://usergroup.netsuite.com/users/member.php?u=5960 Ysoriano, Thanks for the suggestions and the info, however this will not accomplish what I need. Without classification support built in you can't truly…
-
I just noticed that Department is an available criteria for a Customer search. However it is not available as a result column. Is it joining to transaction behind the scenes?? This is too weird, I've got to be missing something!
-
I'd like to add item #4 to the list: "Just a tip, you (more...)" Problem is "more..." isn't a link so my data that I'm trying to present to the user is just hidden. :(
-
Hi Kate! I took a few moments to capture some screen shots and share some code in the hopes it will illustrate to NetSuite why additional sublist support is needed. I will then depend on the rest of the group here to chime in if they agree. Here is a video that illustrates the awkward user interaction:…
-
What type of search (record) is it? What IS the result you receive? "Invalid Expression"?
-
...[1] General NetSuite UI speed ... Are you referring to the loading of sublists? Other than delayed sublist loading and list lookup operations, the UI performance is tied to your client environment.
-
fantastic! One more question: Why isn't it listed in the help as an approved authority? It sounds like it was approved, yet it wasn't listed.
-
BTW, here is a shot of why I needed these icons: http://lh3.ggpht.com/_XqB3s-LIbd0/TUPirC27XwI/AAAAAAAACpw/u5KT8yMY9Zk/assistant%20list%20screenshot.png Also, that ugly table is because there is no way to create a read only list in Assistants - STILL :(
-
So I look into the CSS sheet that defines the "ri_task" class and it's got nothing of interest Wrong! Looks like a flashback to the old win32 image list approach! So there is actually a big sprite/icon file: https://debugger.netsuite.com/images/chiles/newBarIconsSprite1.png Then they are using background coordinates for…
-
After additional research it appears DigiCert is the 5th largest certificate authority (by volume) in the world. I've opened a case with support (case #1271799) - hopefully they will add this to the list of approved cert. authorities Anyone out there have experience with such a request?
-
FYI, this just in from support: An S1 defect has been filed last week regarding this issue. I will be attaching this case to that defect. I will send the defect details shortly. Defect #- 192871 SUMMARY: SSS > nlapiRequestURL > SSL Certificate DigiCert CA went from working to not > SSS_INVALID_HOST_CERT Considering this is…
-
The fix is being targeted for 02/03/2011. Thanks, Seems to be working now, KILLER!! :p
-
Hi Kate, Thanks for the update!!
-
Huh, cool! I didn't know about setSort(), thanks for that.
-
It set the fax number on a new Fax Message popup
-
This is very unsupported and basically hacking around NetSuite. I haven't used this script in years and it may not work any longer but it should give you some ideas. Basically YOU are opening the window so you get a reference to it, then using the DOM to set values. I had a version that was using the internal nl* methods…
-
It will include it if you use a template and this behavior can be controlled via the Email Template record
-
The first one will depend on the sorting that is set. Can you make an assumption that it's "always the oldest"? Or maybe there is another fact that will let you identify "which" file to grab. I have a similar setup, in my case I know it's the most recent file that I want to pull. Here is the code for that: /** * Searches…
-
I've been waiting for customizable address records for three years. There are existing enhancements, but I don't have the patience to try and find them right now, support can help you. What we have done as a workaround (and it's a terrible workaround at that) is to use a separate custom record called "AddressEx" that has a…
-
I don't believe it will execute as Admin. I think "Execute as Admin" ONLY applies to server-side running scripts. I would load up a SuiteLet passing the values you want in as parameters, then the SuiteLet can execute as admin and create the sales order. It can then redirect to that newly created sales order. I may be…
-
the suitescript record browser may shed a little light. Do a Help search for "SuiteScript Records Browser"
-
Warning to anyone thinking about adding a sandbox account. If you think you will be able to move your customizations from sandbox to production using SuiteBundles you should know that some things will not translate and depending on your situation it might not be worth it. In my case we would not get permission settings to…
-
What is the Type of Formula field? (e.g. "Formula (Text)", "Formula (Date)", etc)
-
Deploy the following as a client script and you should be good to go. Note that I had to use a custom DateToString function because NetSuite STILL has not fixed their broken implementation (see my comments for the function from over two years ago). function DateUtils(){} /** * nlapiDateToString({Date}, 'time') has a bug…
-
Have you try doing this using suitescript? Yeah, script is the only way...
-
weirdness... http://picasaweb.google.com/SteveKlett/NSUGStuff#5411648609674226322 http://picasaweb.google.com/SteveKlett/NSUGStuff#5411648616114377778
-
Does it seem weird that I can't change my Role when logged into the Sandbox account? I really hope this is possible... :confused:
-
I went for it and ordered the sandbox. its expensive!! However, I feel liberated, like I can code freely! :) Thanks for the feedback guys.
-
Understood, thank you Olivier.
-
I'm sure I did, but finding it is another story. I'd use the search in the Support Center but it's a bit early to start drinking...