Mi contenido
Comentarios
-
I also tested nlapiGetFieldText on a multi-select. It returns a string as well but the separator is a comma. So not only am I no longer getting an array, I am getting different separators for nlapiGetFieldValue versus nlapiGetFieldText. Having a comma separated string makes it that much more difficult to workaround…
-
Support has filed Defect 150332: SuiteScript > nlapiGetFieldValue on a Multi Select field type returns a string with a delimiter of chr(5) and not an array to address this concern. If any users are being affected by this Defect, please call into Support to have a case created and attached to this Defect Have they also…
-
We caught the search issue over a week ago. Poor communication prevented it from being escalated. So, the good news is our regression tests catch bad problems like this. The bad news is we have to fix some communication issues to make sure releases don't go out with these problems. I am confident we have plugged the hole.…
-
My scheduled script worked correctly last night. Using string. Will change back to integer and test again. Assume, from the sounds of it that this is fixed.
-
The scheduled script we run nightly has been working flawlessly for a year. We now have two days worth of errors and hundreds of records that must be examined. Worst thing is these have to do with entitlements so customers calling into support will now have inaccurate entitlement information. It's a double whammy. This…
-
My scheduled script is still broke (at least as of 4:06 am US Pacific time/7 am US Eastern time). Search filters are not working correctly. Urrrrr....
-
I'm setting the following filters... nlobjSearchFilter('custom_end_date', null, 'before', 'today', null); var anyofList = new Array(1,2); nlobjSearchFilter('custom_status', null, 'anyof', anyofList, null); This returns all records regardless of status or end date. I'm going to test the array using a string... Test results:…
-
I'm setting the following filters, none of which require a string for the value parameter (although the second on is an array of integers). So where do I go from here? nlobjSearchFilter('custom_end_date', null, 'before', 'today', null); var anyofList = new Array(1,2); nlobjSearchFilter('custom_status', null, 'anyof',…
-
I had a scheduled script blow up last night [https://usergroup.netsuite.com/users/showthread.php?p=69202#post69202]. Normally it searches for and finds a couple of records and then updates fields in them. Last night found EVERY record and processed and updated EVERY record. Not, not, not, not, not, not, not good. I'm not…
-
The recent API issues with javascript have presented my clients with pain. For one, they need to pay me to fix something that is neither their fault or mine (scripts running fine for months/years suddenly break). I've had one client discontinue NetSuite and another question me recently on whether NetSuite was a stable…
-
The only work around to this is to not set the 'quantity' column field to fire an event. I suspect that the events associated with a quantity value being changed are substantial (e.g. up-dates needed to rate, amount, ASA, etc.)Strange that this is only an issue on IE and not Firefox. I suspect that the sequence of events…
-
wow, can not believe I've received nothing for help on this. IE is crashing on a NetSuite build_tables function call during synchronizing of line items. Evidently continues to crash at the same point (trying to apply the header value 'item' to the div.innerHTML. Microsoft script editor debugs through my code without…
-
OK, so far no help from support on this and still having severe browser-corrupting problem but only on IE (NetSuite running v2007.1.1). The solution recommended by support: "clear your cache". :mad: Anyhow, running the debugger, I found the following uncaught exception in NetSuite: function Machine_getDisplayHeaderCell(…
-
In subsequent tests, the error generates in other NetSuite scripts (never the same place), so I have to believe that it is my script causing the error, but I can't find anything out of the ordinary. One thing that is consistent is that once the error occurs, IE no longer loads scripts, whether on NetSuite or anyother site…
-
Issue 142728 is being investigated by our QA team. Thanks, -e Evan, This thing is killing me. I've narrowed it down to the 'quantity' field but what is occurring I have no clue. Basically, I have hidden this column field and added new custom fields so we can support duration-based pricing and avoid the out-of-sync alerts…
-
Never mind, found the other thread from 12/12 that answered my question. I've changed the field to non-saved and it works.
-
Hey Nick, Looks like I need to call support. Wierd why one instance can be screwed up while others are not -- very strange. I have Multi-Location Inventory ON. Once you turn-on Multi-Location inventory, the Allow Per-Line Location is automatically locked ON and that option is completely removed from the Account Preferences…
-
Steve, Please file a case and we will look further into this problem. Thanks! You know we had some funky things happen when we turned on both Advanced Shipping and Advanced Billing so we turned off Advanced Billing and it corrected them (e.g. Transactions > Fulfill Orders menu changed to Transactions > Bill Orders and we…
-
NS made some changes that let you have the Location, Dept, and Class fields on both the header and the line items. They did this thru the forms module. So, you may need to check your form to make sure the line-level location field is not locked on the form configuaration. So this is not consistent with what I have. If I…
-
Evan, I think most of us would agree to exclude the defects that are only encountered by one or two NetSuite customers due to some very unusual use of the product. But even after you exclude these defects, there are still too many defects that are very obvious to many customers -- all you have to do is just try using the…
-
Personally, I think everyone just needs to sit back and take a deep breath...! Matt The proverbial what do you need for your business "best-of-breed or good enough" and of course, "do you let your systems drive your business or your business drive your systems". I get the feeling from some of this thread that people put NS…
-
Just monitoring this thread. I'm not particularly against the enhancement of 10 or some reasonable number in terms of highest priority. There are a number of threads where the flame is bright enough for all to see so they obviously would be high on the list. BUT, if my 11th one is suddenly the most important to me am I…
-
Sorry I missed it! I have both respect for the massive amount of capabilities under one package for the price and appreciation for what is involved in managing such a large code base of functionality (one simple change can have a massive domino effect). However, there is one thing I can say with regards to community and…
-
Just figured that out this morning. I wish multiple instances of firefox worked, but oh well, this is much better than two computers on my desk! Thanks everyone :) Nate Perhaps the following will help (not verified). http://www.mouserunner.com/FF_Tips_Multiple_Fx.html - and -…
-
There is some sentiment against the prefix approach because the general belief is that global search is getting better with auto-suggest etc to the point where prefixes are unnecessary.... I do not agree. Take leads and prospects for example. We capture leads as individuals and prospects as companies. A company name can be…
-
Hmmm. Is the opportunity record ID generating an ID number? Because I get nothing popping up unless I specifically type in the ID. Also, I was not in admin when I tried it but in 'Sales Person' role (if that changes things) - although I think I tried in Admin role as well with no luck.
-
Hi Steve, The problem you are reporting has been filed as Issue 132393. Please file a case and have your case attached to this record if you would like to track the progress of it. Thanks, Cat OK, but is this really an issue that must be tracked? You currently call a style name that is not in your list of styles. You add…
-
Hi Steve, We have investigated your problem and was unable to reproduce it in our test accounts. Kindly file a case so that Support can get more information. Thanks, Cat A simple refresh of the screen seemed to solve the problem. For some reason adding vendors just froze the operation which I took as rejecting. I refreshed…
-
Fix for 132393 will be released evening of 10/25. Thanks, -e Thank you.
-
we do :) as a short term measure could you not add in your own style to the head of the page to format the heading as you wish? Nope. Gets changed to > <