My Stuff
Comments
-
You'll probably want to try starting with {transaction.item} or whichever field you are interested in searching by, and see what the output looks like for that formula (without the CASE around it). Then, you can see what the underlying data actually contains, after which time it makes sense to add logic around it. Just an…
-
Thanks again! ;)
-
I can't find a way to disable that amount field, but for now I wrote a script that ultimately accomplishes the same thing. The following code will compare amount to quantity*rate when the amount is modified. If it does not match, the extended amount is reset to equal quantity*rate. function fieldChanged(type, name) {…
-
Then change the value of the field you're to disable and make sure the field's name is what you're inputting to nlapiDisableLineItemField I did this and yes, the field name is correct: item, amount Any other suggestions?
-
FYI - I am on the Java Perspective already. That could be your problem. SuiteScript is not Java - it is Javascript. Other than their names, those two languages are quite different. Like I said, you might need some starter courses on Javascript and Eclipse in general as well. But, a little bit of Googling should get you…
-
John.O - thanks for your continued support here. The script is now working - I cannot be sure why it was not working previously, although I am not sure 100% that the deployment was totally proper. It could be that there was something wrong with one of the points you and others mentioned earlier, though I am a bit…
-
It's hard to say, but it could be a number of things. You want to make sure that you have added the SuiteScript API (which you can find as a link on the top of the page when viewing scripts) as a library for use in your project. To do so, you right click on your project > Properties. Go to Javascript > Include Path and add…
-
John.O - The script is running, yes, and to confirm that fact I can run the other code that I added for the fieldChanged event.
-
Don't think so, John.O. I do have two scripts running on field change, but they have different function names AND they are both running, I know, because other parts of this function are still running correctly... Hmmm...
-
If you are having problems getting the function to work you might try posting your code. I've used the function successfully in a couple of scenarios. True! Here you are (nothing too elaborate): function trans_lineInit_EC() { nlapiDisableLineItemField("item","amount",true); }
-
Are you calling nlapiDisableLineItemField in the post sourcing ... Yes, I am now. Still, no go. (I wasn't previously calling it in the post sourcing event.) I am still wondering also why this is not included in the SuiteScript API available from the link found on the screen when viewing the scripts: SuiteScript API I used…
-
Ellie, You should probably report the stale file to NS as a support case. Its comments indicate it was last updated for release 2010.1 If you go to Netsuite help and type nlapiDisableLineItemField in the search box you'll find the documentation for the function. If you are having problems getting the function to work you…
-
Thanks for your reply. Actually, what I am attempting to do is to disable the Extended Amount field on all necessary transactions. Basically, it is somewhat of a quandary why this field isn't really disabled by default. Your extended amount should always match the amount * quantity, yet it can be overwritten by the end…
-
There's still no multiple select option on the transaction column? I know there is an API for such a thing - and in the "nlapiGetLineItemValues" documentation, they list "Serial Numbers" as an example list with multiple select values, however is there no way to attach a custom field of multiple select type on the column?…
-
Can you sort by multiple fields/columns? For some reason, this doesn't seem to be working for me...
-
This is a really simple workflow and I believe that field will be available in 2010.2. Thanks, -e Was this global preference added to Netsuite? Or were you referring to a workflow? We want all emails sending PDFs, not HTML, but every time we add a user/role we need to reset that user preference... Thanks.
-
THANKS, EVAN! I actually added that Workflow last week after reviewing your post... That works!
-
Puh-lease! :) Sorry for not saying please earlier. ;) Thanks, Steve, this would be a big help!
-
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…
-
Is there an updated ETA?
-
Seems to happen periodically. Last time it happened (earlier this week) I wasn't even able to log on to the forums - as they were down as well! Today (~4:00-4:30 Eastern, which is the same time it happened then) it also slowed down to a halt. Here's the error I'm receiving after trying to load a page in the Sandbox:…
-
And, now this: [h=1]Proxy Error[/h] The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /WING/app/bundler/bundlelist.nl. Reason: Error reading from remote server [HR][/HR]Apache Server at system.sandbox.netsuite.com Port 443
-
Fixed. Working for me, today.
-
Defect #434788 (from NS Support)
-
SuiteAnswers is still down for us. We have issues opening certain links as well in the Help documentation. Most ERP areas are fixed/in working order.
-
Exactly! Netsuite and system2 are down!
-
It is most likely an issue with your local internet provider or the internet backbone in your region. Yea, right! :cool:
-
Haven't noticed any other posts from anyone else... Even status.netsuite.com doesn't reflect anything. Netsuite?? How can we open a ticket??
-
We just opened a ticket for the same issue, but note that the actual data is on the item record, and even if you pull up by Inventory Location (ie Location Available) on a search, that works as well. It's helpful and hopeful, but still not a perfect solution for all, that's for sure. Please fix ASAP, Netsuite!!
-
Is this affecting all Fedex Web Services? We don't ship with Fedex, per se, but we do have web service calls made via Netsuite transactions (for call tags on return authorizations).