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!

User_KC8S1 Red Ribbon

Comments

  • This is a good suggestion, thank you. I was just in the process of trying to use the SESSION to store the state of the redirect process. I've been working with the request object to try and get the value of the 'cf' parameter and it's not going well. log('value of 'cf': ' + request.getParameter('custparamcf')); returns…
  • Although I know I shouldn't, I'm going to go ahead and interpret your response as "If I get the ER# quick you might just find some way to do this in a weekend update that I will have soon so I can complete my use case" I've asked my account manager to fast track the ER# as they are taking weeks for support to get to and I…
  • If you want to get dirty with the NLUIWidget stuff I think you can get a reference to the control (usually named like: inpt_<name><index>) for example, a drop down created through makeDropdown with a name of 'colors' would have an ID like inpt_colors1 (assuming it is the first NL drop down on the page. Once you have a…
  • Alright!! :) Issue Number 135030 Type Enhancement Severity S3 - Important Status Open - Fix Undergoing Testing Release Target 1Q 2008 SLT Release Abstract: SSS> add a method for sending a fax from Suite Script. Details: No Details Changes: Status changed from Open - Accepting Votes to Open - Fix Undergoing Testing
  • Sounds like a very good enhancement. Imagine though what would happen if the custom record had 2 parent records? In this case nothing would happen. I don't think there is any action that could be taken that wouldn't compromise referential integrity. Or what if the parent-child relationship were a many to many (defined…
  • Understood. I'm trying to get the ER#. Support (GOLD - hah!) is taking their sweet time to respond to my cases. When I finally squeeze an ER# out of them I will post it here.
  • I've just encountered another instance where child records are being left behind. From the parent record, if I click the 'remove' link in the machine that is displaying the child records the 'removed' record is not deleted. I can see where this makes sense. I can delete is by editing the child record and clicking delete,…
  • Hello everyone, Just a quick heads up: I'm getting ready to try my absolute hardest to get this feature fast tracked. I've been in contact with a few people and have a couple of ideas on how I will approach this. What this ER needs are some votes!! I'm not sure how many of you out there see value in this feature, but if…
  • Incidentally, Notes and Messages are automatically deleted ON CASCADE whenever you delete their parent records. Just a quick note on this: I didn't find that to be the case with a custom record with mail merge enabled and a single message record. If I tried to delete the custom record I got an error, something along the…
  • Case# 640959 Any chance this is something that could be "sneaked in" in a weekly update? I've got a pretty decent portion of my design hinging on this ER. I would hate to make a major fork in the design to work around it only to have the feature show up a couple months from now. If it was coming soon... I could stall. I'm…
  • Assuming you have the "Mail Merge" feature enabled, there should be a "Enable Mail Merge" checkbox on the custom record definition page. Make sure that this field is checked. Once you do that, ensure that the messages subtab is shown on your preferred forms for that record type. Thanks, Yang Thanks Yang, I'm not sure how I…
  • Hello. I am investigating the problem you are facing as described by you. I will provide an update with the issue number here. Please file a case and post the case number so that you are updated of the progress. Thanks Hi, Which of the issues are you referring to?
  • Well, a workaround would be to add another custom checkbox field "Generic" which is checked for the generic records and use that to filter by. Thanks, -e Thanks Evan, That's actually exactly what I've done, although I don't like the solution. I try to avoid adding fields as much as possible to keep things from bloating too…
  • Sorry if there was any confusion. Is it possible to filter with a BeforeLoad UE script? When the record loads it will have all of the values, but can I clear the list and load my own set of values? I need a workaround for this, I'll try anything (once)! -Steve
  • 2 issues: 1) If you don't allow notes and attachments the "Mail Merge" tab is not displayed. 2) When I click the email button on the Mail Merge tab I get an message in the popup that reads: "An unexpected error has occurred. Please click here to notify support and provide your contact information." Anyone have any idea…
  • p.s. since we allow "not empty" as a filter it would be pretty easy to allow "empty" also - you may want to file an online case and post the case #. Not sure if you mean the "Compare Type" list, but if you do, the only options it will allow me to choose are "equal" and "not equal". If you are referring to the "Is Not…
  • When I work with the filter machine it's telling me I can only choose 'equal' or 'not equal'. Does this seem correct to you?
  • Isn't it against Google's ToS to use Google Maps for non-publicly facing websites? For the free version, yes, yes it is.... [LIST] [*]Your service must be freely accessible to end users. To use Google mapping technology in other types of applications, please use Google Maps API Premier.[/LIST] This really is too bad as the…
  • Oracle has a Random generator module which if installed will allow you to pull a random number from the function. I would search for info on the module to learn the syntax and try it.
  • Unfortunately that is not possible. Smething we are working on in the labs is SuiteSQL which would allow you to use actual SQL syntax in KPIs, list results, SuiteScript, etc. Thanks, -e Please God tell me we will be able to join deeper than one level? Please?? If so.... could this be available in 2010.2? I remember…
  • Does such a document exist for NetSuite? OR can people here start posting a few useful samples? I have 2 here that I find useful, do you have some to share? 1. Formula to give the day name for a date on a custom record eg. Monday for use in a search; Formula: (Text) TO_CHAR ({custrecordname_date}, 'DAY - DD Mon') 2.…
  • Is there anyway to have additional contacts for a customer identified as an Individual and not a Company. For example, just as I can add employees under a Company Customer record, why can't I add a spouse to an Individual customer record? Is there any way to do this? Thanks in advance. Tom Connolly Floorings.com I need to…
  • An ER was entered for this back in July of last year. The number is: 109341 Including my vote there is a whopping 4 votes for this ER. :( This seems like something that should be an option in company setup. NetSuite isn't doing anything other than showing or hiding the tab in the UI. Vote if you think you would use this…
  • I've found a way to get this working, if you are interested see this thread: https://usergroup.netsuite.com/users/showthread.php?p=50615#post50615
  • Thanks Yang, I actually found it last night, I just hadn't updated this thread yet. Running as admin solved the error, thanks for the suggestion. I'm still in need of a way to create a new record fro a List/Record field. For example, our online form has a list of Doctor records. If a user's Dr. isn't listed, I would like…
  • This post is a bit old, but I thought I would ask here anyway. I'm trying to set the category on a customer record (not online form, just normal NS UI) I've tried adding: &category={1} &category=1 Neither of them have any effect. I'm wondering if this is still supported?
  • I haven't and in fact I'm not sure where to do that. I will start looking through the help for a solution to that. Thanks for getting back to me, Steve
  • Thanks for the reply, I should have come in here and updated this. NS CS confirmed the issue and tracked it under defect #490028. A workaround was implemented around 6pm PST. I managed to reach support via email, which for some reason I had thought wasn't possible but sure enough, it worked like a charm! Thanks again for…
  • Can't get login screen, just timing out or "CONNECTION RESET" system2 seems slightly responsive
  • Of course status.netsuite.com shows everything as fine. Users can't save customer records, but yeah, no issues to report.