My Stuff
Comments
-
Me too! I emailed support for a copy of this guide ages ago but no response...
-
Thanks Linda. Your reply made me persevere and today I figured out what I was doing wrong and got it working :) Alan
-
Hi Olivier I couldn't get this to work - the search I am working on is a transaction search, so there is no Member Item field in the transaction search column list. This field is available in Item Fields... but does nothing when you add it. I think you're referring to listing the member items in an Item search, or maybe I…
-
Yes, exactly. The member item comes from the standard "item" field - what's needed is another column that shows the member's kit as per the fulfillment.
-
Thanks for the update. It's {user.department} we need, so that's good. I've just tried it in our beta - using {user.department} in a filter or as a result column currently returns an error. Could our beta account not be the latest refresh (account #311583)?
-
Understood. Will {user.class} be implemented too? This is not in the beta yet - do you think it will make it into 2008.0? We're basing a decision to hold on an implementation on this... Thanks Alan
-
Fantastic - thanks Evan. 2008 should be just inside our timescale for this project, so it will be a huge help. Best regards Alan
-
It works :) Excellent - thanks Evan.
-
I have a case open on this exact same problem: case 1467092. nlapiGetCurrentLineItemValue() returns the value of the field on field entry, not on field exit. Bit useless for validation imho! Trying to get Support to understand and replicate the issue at present...
-
I too would like to know how to achieve this. Is there still no way to resolve a search results URL from the internal id of the search?
-
Further to this earlier query, can anyone at NetSuite confirm if it's possible to access the abbreviation and sort order fields from a custom list via a scripted search. I need to access these fields programatically and really don't want to have the user maintain two copies of the same list data if at all possible. Many…
-
Thanks for your reply Yang. The problem is not occurring with email templates but is with PDF and letter templates. I tried to catch the ticket ID in the debugger as follows: try { var file=nlapiMergeRecord(24,"supportcase",862); } catch(err) { nlapiLogExecution("debug",err.getCode(),err.getId()); } but no ID is returned.…
-
Thanks Yang. The case # is 659808. Any help appreciated as this issue is holding up shipping integration for a system go-live we are working on.
-
Thanks Yang. That solved it :)
-
Hi Yang Is it possible to do a file upload (ie. a multipart form POST) to an external suitelet? I tried this today but got 405 Method Not Allowed. Thanks in Advance Alan
-
Hi Yang This is the url I'm trying to get: https://voip.gradwell.net/login/webcall
-
Hi johnkingme Did you ever get a web services call to NetSuite from SuiteScript working? I've just tried it too and get the same result - code 500. Can anyone from NetSuite confirm if this should be possible - ie. execute NetSuite web services calls from SuiteScript using nlapiRequestURL()? Thanks.
-
Evan, thanks for your reply on this. I'm adding the group via a server script and have narrowed the problem down to not being able to add the EndGroup line. This line should have an itemid of "0" and an itemtype of "EndGroup" I believe. I add the end of group line as follows: est.setLineItemValue("item","amount",l,0);…
-
Yes. We revisited this a couple of weeks ago and found that this is now working.
-
Great news. Thanks as always Yang. Best regards Alan
-
Hi Yang Is there any update to this thread? I've just run into the same issue - added a custom sublist to Sales Order record in BeforeLoad and found that no client events fire for fields in this sublist, whether or not I define a client script for the record type or define events on the form itself. Just tested this in the…
-
Hi Did this functionality make it into the latest release. I can't find any documentation and suddenly find myself needing to be able to script this for a client. Thanks Alan
-
Thanks Evan - that got everything working :)
-
We are also seeing the same problem on an implementation we are working on. In our case purchase orders are missing the column area, even if we print using the built-in standard pdf layout. The problem is affecting all users. Our case is #669080 - we go live with 60 users on Monday and so are uregently seeking a solution.
-
I posted on the problems with translating language forms back in Nov 2007 and since then nothing has changed. As we roll out NetSuite OneWorld for more and more customers with European operations this issue is getting more and more important/frustrating. To recap: Clients wish to create single transaction forms which…
-
Patrice suggests the following workaround to set up forms with translated labels: > It is possible to use the same form in multiple languages. > - enable the multi-language feature > - set your language preference to French > - customize transaction forms (you can change the tax fields labels) > - save > - set your…
-
Hi Kelly We have a solution that provides exactly this. Please see http://www.bluebridgeone.com/SuiteExtenders/NetSuite-eCommerce-Webstore/NetSuite-Webstore-Customer-Loyalty-Scheme for more info.
-
FYI, we have just launched an add-on that provides these features. Please see http://www.bluebridgeone.com/SuiteExtenders/NetSuite-eCommerce-Webstore/NetSuite-eCommerce-Fraud-Detector for more information.
-
Thanks jchernia, that fixed it! The SOAP was generated using StrikeIron Web Services Analyzer v 2.2.29 (the latest I believe). I noticed the problem only this week but the SOAP in question was originally written, and worked, in April 07.
-
I've been experimenting with file operations in the new 2.6 update with good results. I'm wondering, however: is it possible to retrieve the content of a file via WS? If so, how do you do it?