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

  • I tried to hack my way around this... it looked promising at first, but in the end it didn't work. The following code is "not supported", I know that but if anyone cares to contact me privately and let me know which magic piece I'm missing it would a HUGE difference for me. Huge. function SetContacts() { var dropDownName =…
  • Hi Yang, When editing the record in the list machine there is no filtering or sourcing at all. Selecting different Insurance Companies has no effect on the Plan dropdown. When editing the record as a standalone the filtering works fine. Turns out I've already filed a case for this back awhile ago: 647962 So for now... I…
  • From the dashboard click on Set Preferences, then snoop around the Appearance tab. Should find what you are looking for.
  • trying to use NetSuite terms.... Basically when I edit a record in a list on the parent record the sourcing doesn't work, but when I edit the record by itself it works.
  • Hi, I'm having issues disaplying sublists on custom records and seek advice from anyone out there. I have a new record type called position and I have this available as a dropdown in the employee form. Each employee is given a position within the organisation ( eg. MD, Sales Manager, Account Executive, etc) So on my…
  • Thanks for the reply Yang, One more question: Is there a way to get the external url from the deployment record or script record? Like on a custom online for there is the "externa" url...
  • There isn't a supported way to do this. I handle this with a OnSave script to check the bus. rules. You can take it a step further by changing the background color to make them *appear* mandatory. Try this code: // Assuming your field name was 'my_status' you might need to apend // an additional string to the end for the…
  • Ah, very nice! When the UI stuff is supported in the 08 version that will really open the doors for involving customers in self-serve operations. We've been limited by the clunky "online forms" - SuiteLets will go a long way in improving all of that. Thanks for the help.
  • Hi Kingsley, It's funny, over the weekend I've been designing our new incoming fax queue system. eFax Developer has this cool feature where you can add a 2D barcode to your faxes and it will scan the barcode on receipt and include the data in the XML message from their web service - this opens the flood gates for…
  • Hello, I need to inactivate one of the Status fields within the status list used on CASE forms. When I go to SetUp > Support > ase Statuses. This give be the 'Case Status List'. From here I Edit the Escalated status (as this is the one I want to incactivate). But there is no option for me to set the Inactive field to Yes.…
  • Hi All 1. It is at all possible for Netsuite to generate a line graph? No 2. Is it possible to store that graph as an image? No 3. I'd assume that if 2 was possible it would be easy enough to get the image into a PDF template? No :o HOWEVER, you didn't specify if this graph needed to be generated from dynamic data or if…
  • I imported another 15k records this morning and after it completed (took about an hour) I checked the sales order and hey! It's searchable. Strange, I don't understand it. It is working, so that is good. Just wanted to update the thread.
  • I just found out that NetSuite does not support getting the tracking numbers from Item Fulfillments Getting the tracking numbers is one thing, but from your initial post it looks like we can't even access the packages? Is that true?
  • Well... :o I don't know what else to ask. Here is a screen shot of my record (in case there is a setting that could effect this) Uhmm... what else can I tell you? It certainly isn't working like yours is, but I'm encouraged that it *is* possible.
  • I am not seeing this behavior. My custom column field based on a custom record renders as a "pop up" select as we call them, when I set my "Max dropdown size" preference to a low number (e.g. 0). Thanks, -e Are you testing on a column field or a body field? I have my Max drop down" set low. -Steve
  • Haven't tried this, just an idea: I think you can mark items as "fulfillable" or not - that is if not marked they won't show up on the fulfillment list. IF this customer doesn't do fulfillments, maybe you can mark all his items as "not fulfillable" and the fulfillment process will be taken out of the workflow? Again, just…
  • I've been trying to get this to work with a redirect, here is the code: function OnBeforeLoad(type, form) { var record = nlapiGetNewRecord(); var category = record.getFieldValue(ENTITY_FIELDS.CATEGORY); var formID = record.getFieldValue(COMMON_FIELDS.FORM_ID); if(formID != FORM_IDS.PATIENT) { log('formID: ' + formID + '…
  • Try using the exernal IP (public IP) http://www.tracert.com/trace_exe.html Not sure, but that might help.
  • I'm not sure why the sales order price and invoice price would be different, but either way I don't think this will be too difficult. Off the top of my head you would want to do something like this: [LIST=1] [*]Create two custom transaction columns (Setup>Customization>Transaction Column Fields>New) [*]Then you need to…
  • No, I don't think so. You might want to try adding an inline HTML field adn trying to create the link there. If it works, you could hide the main memo field and just use your custom one.
  • Thanks for the reply. I think your "custparamcf" might be in the header of the request? I might be misunderstanding, but it's on the URL when I use it. I don't see the 'custparam' part, only the 'cf'. The setting of the redirect works perfect. I think the only situation that would work is if the user can be redirected to…
  • It's REAL OLD cold, I just looked at it and I'm not proud, however it's worked for 3+ years so I guess it's fine. It's riddled with our own library code and you will not be able to cut and paste, but you can at least see how we did it. // // // Here's the object that is deployed as a UE script to add the address book list…
  • How about creating one for addresses? An exact copy of the Ship To type of select? I created a bunch of different variations of this, but every time I try to source the Address field, it tells me I need a Text Area! I am trying to build a call tag generator for return authorizations, but I need the customer's shipping…
  • Also, from my testing, any contact newly entered in this area will only be associated to the transaction not the entity. This could lead to orphaned contacts across transaction records. VERY TRUE! I don't like this behavior either. To try and answer your question; Sounds like you were very close! Create a custom…
  • Could you enter an enhancement with support in order to get the ball rolling? Thanks, Yang Hi Yang, OK, I have the golden ticket! Enhancement 135030 - SSS> add a method for sending a fax from Suite Script. I can't tell you how happy I will be if this somehow magically is supported by December 14th (that is my final…
  • I'm trying to move my tracking # field from the packages subtab of a fulfillment into the main screen. Is this possible, and if so, how do I do it? Thanks. If a solution is found to the limitations of accessing the packages list then this would be a simple thing to do. You would need to: [LIST=1] [*]create a custom field…
  • OK, thanks to some clarification on how to access the URL parameters I was able to get this working. Works like a charm, here is the code: function SetFormAndTitle(form, request) { var category = nlapiGetNewRecord().getFieldValue(ENTITY_FIELDS.CATEGORY); var formID = request.getParameter('cf'); var targetFormID = null; var…
  • bphommasa Thanks for the reply! I do understand that the value of 'customform' will not take into consideration the redirect URL parameter, 'cf' What I need to figure out is how I can redirect, then in the OnLoad that is fired from the redirect determine that it's a redirect and not the initial load. What's happening is…
  • You said "difficult", not "impossible"! :rolleyes: I'll cross my fingers and hope that someone within the organization takes pity on me and sneaks this in. ( I bet it wouldn't take more than a couple hours, you've already got the hard part done ) It would be a wonderful christmas present. I'll stop now. -Steve