Mi contenido
Going to SuiteWorld? Connect with SuiteGurus—Your NetSuite Product Experts!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Comentarios
-
Looks like whom ever answered you on the other thread identified your issue correctly. You are using an API which returns an object as opposed to having an object which you call a method of that object. Objects in NetSuite have the namespace/prefix nlobj, and APIs have the namespace/prefix nlapi. You could do: var ctx =…
-
Hi Steve, Regarding #1: After discussing with NS support, I concluded that Locking shortcuts sometimes will have this affect. I'm going to avoid using that feature from now on. Thanks. I'll try that. What about the portlet window inside another portlet window? Have you seen that? Wondering if it is the same (locking) --…
-
No, I did not find a solution and since we have a 160 users in the role, logging in as them is problematic to say the least. We are also seeing the portlets we publish have a window within a window. It irks me to no end that this is an OBVIOUS bug yet NetSuite is completely silent on the matter and not fixing one the most…
-
Unfortunately, we both must limit the UI to a special set of tabs (2) and restrict access considerably to underlying data. For this reason the portlets provide a set of custom portlet-calling-suitelet apps that are highly customized to control the security of the information that these users are allowed to access.…
-
If you set the target on the submit button, how do you selectively update content inline (inside the portlet) versus doing a full redirect on _top? Thanks, James It's a bit of a hack. Since the suitelet draws the normal portlet content, I add in inlinehtml below the visible search fields with a hidden div. I also add in…
-
Can you change your script to programatically set a target based on the search results? Sorry, should have posted my fix. Yes, sort of did that. Since the search results are done in a suitelet call, setting the target at that point is too late. However, what I did was apply a script to the onsubmit button of the form to…
-
Well, I am not a user of IE but my client is and I can't tell them to not use IE. With regards to "standards compliant", well that's some what of a moot point since NetSuite does not use any Document Type declaration so most browsers are in "quirksmode" anyhow, so not reaping the benefits of newer standards anyway... To my…
-
Yes, apparently this looks like the case and too bad I say. Appears that they are doing something with some sort of looping through objects and applying a _machine to it (perhaps trying to "copy" those prototypes to be the same to support _machine/line item level and assuming the only prototypes out there are their…
-
Steve, When do you get that message? I've never seen it before, and maybe I should be looking for it. Is it Web Services? Thanks, Brian I see it when I try to do things like changing an ID on a custom field and sometimes (yesterday for example), trying to just change the name of a custom field. I'll click 'Save' and it…
-
System contention too high to complete operation. Please try again during off-peak hours Oh, OK, I'll shut down business until everyone goes home... Really?
-
I have tried both positioning and breaking via beforeload script and hard-checking in the form designer. In both cases, checking the first field DOES force a single column of fields (with no other break checks), however is does NOT place the fields in the first column but instead reads it as a "new column" break and thus…
-
I normally move one of the non-displayed fields to the bottom of the field list (after all display fields) and tick the column break on that. try and see if that works for you. -latha Hmmmm. Non-displayed fields do not apply any column break as they are hidden (NetSuite does not position a hidden field) so not sure how…
-
Disregard... One of the fields in the array was null. Though it might not hurt to have a little error catching in the API...
-
Now it's working. Odd...
-
Thanks. Yes, I loop descending to remove items specifically for that reason. I did notice that now nlobjRecord.getMatrixCount('price','price') is now working (was returning null on Saturday and on Sunday evening was returning the expected value -- no code changed on my end... hmmm....) The sublists has been a major trial…
-
Pretty sure that is the id of the script record itself not the script file. You know I think you're right. Is there anyway to decipher the file ID from this? Probably not I suspect as there would be the possibility of multiple files connected with this record. Rats... Unless way to get a list of files... Thx
-
As an alternative, it seems the portlet object does not support 'setScript' like the form object does and when building a portlet of 'SimpleForm' type, that would be a nice feature (e.g. data entry validation). Does nlobjPortlet support setScript and just not exposed? If not, that would be a nice feature to add...
-
Hi Steve, Try setting the role's permission for Perform Search to View. Thanks, Rob Yeah, did that already. That stops you from being able to 'SAVE' a saved search but it doesn't prevent you from editing the criteria and then PREVIEWING the results which bring back everything we don't want them to see. It's just a mess in…
-
Case #1143512
-
Up again 5:14
-
Hi Steve, We would like to help you out with this problem. Could you please file a support case and someone from Netsuite Support will contact you to discuss this? Thanks. Joel See my resolution above...
-
https://system.netsuite.com is inaccessible. Can't even get to the login page.
-
Take that back - NETSUITE IS DOWN (East Coast USA - 4:41 pm)
-
For those who care to know this, the reason the mapping did not work was as follows: Setup: Inventory Item (Serialized) Data Handling: Add Advanced Options: Overwrite Sublists: Checked* *The help instructions state the following (I emphasize in italic): For updates, enable this option to cause imported sublist data to…
-
Steve, This is an example of one of the many reasons I do NOT combine UPDATES with ADDS, even on the template. I have seen elsewhere in the UG that many people recommend to NOT use the "Add and Update" option. This results in having at least two mappings for each record type, but in the end I think it makes things simpler…
-
I'm having my own conversation here... OK, on my account, when I load in the locations, I see a special field '***locationid' that needs to be set with the ID of the location. I figured this out and it worked. Yeah. Then I moved to my clients site, did the exact same import and guess what, no '***locationid' field. OK,…
-
Hi Steve, We would like to help you out with this problem. Could you please file a support case and someone from Netsuite Support will contact you to discuss this? Thanks. Joel Case 1127820 The only thing that I can see that differentiates this is the '***locationid' field. I have tested the exact same file on my system…
-
I think I may have found my own answer. The client turned on multi-location and it looks like the serial number and quantity on hand fields move to a sub-list. That was a fun couple of hours...en Import Serialized Items - Cannot map serial numbers Comentario por censys_sl Mar 13, 2010 10:21PM
-
OK, hair pulling time again. I need to import using a single file. The locations is now a sublist. Lucky for me it is the ONLY sublist with a special ***locationid primary key field that is NO WHERE in the documentation. No matter what I try and set here, it errors. So someone who has been through this before hopefully can…en Import Serialized Items - Cannot map serial numbers Comentario por censys_sl Mar 13, 2010 10:55PM
-
Code shortened for brevity. The nlobjRecord is valid. Appears to be a problem during edit mode. In any case, it doesn't work - blows up with error [object Object] (whether toString is used or not...) Since there is no NS response, I need to assume a) it will quietly get corrected at some point, or b) this is unique to…