My Stuff
Comments
-
Well, thought I had tried that but now it is!!! Thanks for all the help. On to the next problem
-
For the path are you using the url from the script that NetSuite gives you in the script file record?
-
Yeah that is what I was trying and I was afraid the error was because we need to be able to do this as the line is being created. We need to be able to add a cost for this one SPECIAL item as the item is being added to the Sales Order. It is becoming very annoying not being able to do things we used to be able to do in…
-
Appears this will do what I need. Thanks
-
I wish we could use the addButton function but that does not seem to allow you to place the button in the body of the form, just at the top and bottom with the other NetSuite buttons. 2.0 is extremely annoying sometimes
-
Hi All, one additional note. The date column in the search also as a Month function attached to it in addition to the grouping. If I take this off it runs but of course does not give me what I want. Why is the Month function causing the getValue to be null? Thanks!
-
I have been able to get remaining usage for other things in the past but this time I need to know if it is being run in the context of Web Services or User Interface
-
Thanks but no joy
-
If there is a way to add item lines in the email template create form I am not seeing it but until today I have never looked at NetSuite email templates
-
I have tried this in sandbox and production and have not received an email while running the script in test mode.
-
From what I see, unfortunately, an email template is not going to work as we need to list items on a sales order unless I am missing something. Anyone know how to include images in an email body if we want to use N/email email.send? Since this is in NetSuite, not sure how since can't pull off server
-
Right sorry. Too many distractions here. I am creating my own button Here is the basics what I have. 2nd Suitelet: define(['N/ui/serverWidget', 'N/record', 'N/search', 'N/file', 'N/format'], function(ui, record, search, file, format) { /** * Definition of the Suitelet script trigger point. * * @param {Object} context *…
-
Unfortunately a workflow will not work because it has to be based on if an individual item on a sales order is backordered. Workflows and sublists...no go I will check out N/render. Thanks!
-
HI David Yeah, that is what I am trying to do. I am passing the parameters to the second suitelet just like you have said. I can access these in the 2nd suitelet no problem but how do I add these into the url created with the "Back" button is clicked on the form since the button onclick function has to be in a client…
-
Brilliant! As always, very helpful. Thanks!
-
Thanks all. Anyone have any good examples of how to use these in a NetSuite Suitelet? Doing this in Html/javascript is one thing. Suitelet is a whole other ballgame
-
Company is not going to spend money on this if they can avoid it so Highcharts is probably out
-
Thanks David. I'll check it out
-
Hi chanarbon, No. the results are different as expected. The results are as if it is just ignoring the item filter. It is using the campaign filter. Thanks! Karen
-
From what I am seeing it appears Google Charts cannot be downloaded which means it could not be placed in File Cabinet which is what is going to be required in 2017.1. Maybe I am missing something. I will check out Charts
-
But if that was the issue, shouldn't the search come back with nothing since no items will match? I am not seeing how that could be the issue
-
Hi Dave, Text is what we want here. Thanks! Karen
-
Yeah I was having the same issue. Using the following var today = new Date(); var sixmonthsago = new Date(); sixmonthsago.setMonth(sixmonthsago.getMonth() - 6);
-
Yeah that would work but annoying. Oh well. 2.0 is what it is. Thanks!
-
Well this is very annoying. Makes it impossible to create a template. Not good
-
Here is the entire file. Thanks * @NApiVersion 2.x * @NScriptType UserEventScript * @NModuleScope SameAccount */ define(['N/record', 'N/url', 'N/runtime'], function(record, url, runtime) { /** * Function definition to be triggered before record is loaded. * * @param {Object} scriptContext * @param {Record}…
-
No luck. Can't even get the search to show up to select. Checked again this morning to make sure it was not some timing issue and still not there. Keeping it on the Purchasing/Inventory tab is what we would want of we cannot add the field to the already existing components sublist.
-
Hey John, do you mind sharing your code to add the tab and sublist? I am having no luck at all getting the tab and sublist to show up on the form
-
Nope. Still get error
-
We are just trying to add one column to show qty available for each component along with everything else but may not be possible. May just have to create a new sublist. Thanks John. May just have to try your way.