プロフィール
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.
コメント
-
For those in the same situation. I did find a little workaround to get out of the div window. Tab. You can tab until you tab onto the 'Done' or 'Cancel' button and then hit enter key... (though you are tabbing somewhat blind...)
-
Hello Steve/Nick, A defect was filed regarding this (Issue 172088) and is currently under investigation. For Steve, please contact support (online or call us using the support hotline) so we can attach your case to the Defect. I hope this helps! Still getting clipped. Really causing some pain when trying to map. Get to a…
-
Steve, did you try Firefox or Chrome browsers instead of IE? I get this only in IE8. But Firefox works fine for me. Yes, same here, but I happen to be in IE8 for script development reasons since Firefox works correctly and IE, well..., is IE and need to make sure everything works as it should... Pain to jump back and…
-
Thanks Kate, Always helpful to know some of the tricks to getting information needed. This doesn't however solve the custom tab issue where tabs are typically identified as 'custom92', 'custom93', etc and then when you bundle and push to a new environment they become 'custom65' and 'custom66'. I can't see how you can…
-
This is brutal. Very very brutal. Businesses come to a halt. Imagine if we lost power this often...
-
Come on already... Enterprise Application? Please....
-
Customer Care Case # is 975193
-
Hello Steve, Ideally since the record is actually being changed (as opposed to this being an attach/detach operation with an associated record), a UE (User Event) should fire when multiselect selections are added/removed via this sublist interface. Pls enter a case with support so that we can prioritize this. Thanks, Yang…
-
To follow up, the only workaround is to NOT USE the filtering on getSelectOption and do it yourself: var ops = fld.getSelectOptions(); if ( ops != null ) { for(var i=0; i<ops.length; i++) { var txt = ops[i].getText(); if ( txt == null || typeof(txt) == 'undefined' ) { continue; } if ( txt.substring(0,3) != 'PC ' &&…
-
Oh I'm sure they knew it the moment it happened. Fixing it however can be a different story...
-
Same here, and I happen to be playing with roles :eek: ... so whew... thought it was me doing something really really awful...
-
Hmmm... Read your referenced post and am very surprised that a "request" to have the owner always be able to see the field/list/record would even be discussed on whether to accomodate. What is so hard to provide a role that CAN see the record? You don't need to be giving out Admin rights! Secondly, roles are roles. They…
-
Major Java SQL Exceptions. Somebody did a bad thing... Links to file cabinet and home page are good, can not get to any lists, records, or portlets...
-
OK, here is what I found. I ran the below code both Server side and Client side (hope NS is listening...): function getfield_debugtest() { var record = nlapiLoadRecord('customer', 998); if(record.getField) { var fld = record.getField('custentity5'); // select list throw "My thrown error: Field type = "+fld.getType(); }…
-
Oh come on, can someone at least verify if this is or is not part of nlobjRecord? The documentation says it is, but IT IS NOT DEFINED...
-
don't try 'internalid' - apparently it's 'id' (consistency, right????) :o Anyway, the following code works fine for me: var record = nlapiLoadRecord('customer', 1175); if(record.getField) { var fld = record.getField('custentity_customer_coinswaiveronfile'); if(fld) { nlapiLogExecution('DEBUG', fld.getLabel()); } } OK,…
-
OK unless nlapiLoadRecord does not support getField, this is definitely broken. I have two scripts that are now not working. Here is a code example of where it is blowing out: var recdobj = nlapiLoadRecord('customrecord_rectype',1); if ( !recdobj ) { return false; } var flds = recdobj.getAllFields(); if ( flds &&…
-
And... it is still broken. I'm surprised I'm not hearing anything either way (either, nlobjRecord doesn't support getField -- even though docs say it does, or that it is broken and when it will be corrected). Bad API, bad...
-
I thought getField is a method of nlobjForm.... It is, but it is also a method of nlobjRecord... (which would make sense since nlobjForm is specific to a loaded record but has additional form level functions, and nlobjRecord is specific to a loaded record only (no UI functionality).
-
Continuing my lonely troubleshooting effort... I think I found the problem. nsapiAssertTrue called within nlapiLoadRecord. The regular expression method 'test()' is being called from a string object instead of a regular expression object (unless you added this as a prototype to the string object). My debugger however…
-
Anyone???? This is frustrating. Seems pre-existing records work OK but newer leads and prospects (or new customers) are not. Very strange. Could it have anything to do with the fairly large IDs I'm seeing?
-
More further discovery by the client. Can not believe this is falling on deaf ears here. Clearly a problem that is being thrown inside nlapiLoadRecord yet is not any of the docs thrown messages. Here is what the client has found by doing some more troubleshooting: "If we change the record from LEAD/PROSPECT to CUSTOMER,…
-
Up and running...
-
Hi Steve, The loop was successfully entered and the script created two execution log entries with the correct data. Maybe something else isn't quite right in your loop? Nope, the code was good. In fact changing the integer to a string allowed it to work. I do a test of array to make sure it has elements in it, and that's…
-
Are you saying you have a long text field that has a dynamic default, i.e. a default value that includes the value of other fields via {<fieldname>}? No dynamic defaults are set. Update: 1. For some reason, in the form design, the 'Show' was unchecked for this field? When I re-checked to 'Show', I did get back the contents…
-
Case #766866
-
Case #766864
-
Definitely a problem. I can successfully email to myself if I am the only one in the 'To' field. If there are multiple addresses in the 'To' field, the ones with the account domain (set up as employees) get emailed successfully. I do not. If I put myself first in the list of name, then no one gets the email. If I am in the…
-
Can you please file a case for Support to investigate. I am not seeing any recent concerns listed. Please post your case number when done. I've narrowed it down to non-account domains. In other words, I have three CC addresses, two are within the domain of the client's account, the other one is my domain…
-
Hey Steve, This thread might help you out: https://usergroup.netsuite.com/users/showthread.php?t=3213&highlight=multiselect Thank you. I did searches but did not find this. I ended up doing a wrapper that is exactly what the thread suggests. Still miffed that these changes go into production without any warning, notice,…