My Stuff
Comments
-
Here is everything in the client script. Already have it in the return value. I am probably missing something really simple. /** * @NApiVersion 2.x * @NScriptType ClientScript * @NModuleScope SameAccount */ define(['N/currentRecord'], function(currentRecord) { /** * Function to be executed after page is initialized. * *…
-
Blind as a bat!! Thanks!! I give these a shot
-
Thanks Darren. PDF is displaying. Now I have to figure out why my data is missing. Conversions is just so much fun...not
-
Yeah it is great but a bit incomplete it appears. It did not have anything listed which was part of my problem in finding the function.
-
What is in that presentation cannot come soon enough!!! Awesome!!!
-
Learning here...client side might be better but was not seeing how I could get the case id I passed in the URL but then again not easy to find things in 2.0
-
Thanks David. I moved the retrieval of the parameters to the beginning and then always rebuild the HTML based on the dates provided if any and it is working like a champ. Knew it could not be as hard as I was making it out to be. Thanks all!
-
newRecord...Thanks! Knew there had to be something like that but was not seeing it. If code completion worked in Eclipse like it used to with 1.0 this would be SOOOOO much easier. I'll see if that will work for me. As to why moving to 2.0......Powers That Be what things converted from 1.0 to 2.0 as time permits and…
-
David, you are AWESOME! I knew there was a way but I just could not seem to get my head around it. I will give this a try and see what happens. Thanks!
-
It has filters already in the saved search
-
Hi All, No joy with all the suggestions. Forgetting the salesrep where we tried IS and ANYOF and nothing worked, that was just to see if I could get something to work, what we really need is to add a date filter. Also the save was just something to try out of desperation. Forgot it was even still there. Bottom line, we…
-
Yeah the problem is this actually requires 2 searches to also get date for the previous year for the date range (ie this month compare to same moth last year) and then some calculations are done on all that data. What is actually being displayed is not just search data and searches and reports just can;t do what we need…
-
Hi David Been trying to wrap my head around this solution for a while. So, would there have to be a userevent script to grab the dates and add them as parameters? But if so how is this script associated with the form so it is executed on submit. I have seen if you add a non-submit button where you can associated it with a…
-
We have success!!!!!!!! Thank you JacksonP!!!! Not sure how we did not try that combo but it is working!!! You guys are all awesome!! Thanks so much everyone. On to the next problem Thanks!
-
Awesome! Thanks!!!! Conversion is not an easy task. All help appreciated. Nice find!
-
Client side...aha!! Missed that little tidbit. Thanks. Map/Reduce I guess is my next try to figure out how to use that. Thanks all!!
-
Thanks John! Mine is strictly a Scheduled SuiteScript so I don;t think so but who knows. I am definitely missing something using promise
-
We are trying to determine the best price for an item with quantity price breaks regardless of price level. We use the pricing matrix so we have three price levels, (Base Price, DLR, SPE) and quanty pricing breaks. So for a Retail Customer who normally gets Base Price for items, if the SPE is less than Base Price for the…
-
ok, found definition in looking at n/record in SuiteAnswers. But if you search for it.....nothing. Thanks!!!!
-
I think I found qtys. All I know is if I had not already done this is 1.0, I could never do it in 2.0 because documentation and examples is VERY lacking for 2.0. Thanks everyone for the help!!
-
Hmmm. I have not been able to find any documentation in SuiteAnswers or Help for 2.0 and matrix.
-
Thanks Patrick It seems like it gets hung up without giving us an error whenever we try to add something to the conditions to do a date comparison. it seems there is no way to do a date comparison in the Visual Builder so trying to do it in Custom Formula mode. Have tried all sorts of ways and nothing seems to work. How do…
-
Can't really do that as we need to set the NetSuite flag and not a custom field but you have lead me to the shipisresidential id that suitescript seems to recognize but no where is this field exposed on the Sales Order form it seems. Not sure if it is really retaining this value or not when the order is fulfilled. Also,…