Really good work!!! Thank you for your very important contribution to our effort to get the grasp on how NetSuite coding works. Unfortunately, there is not much content out there and yours is one of the best. Too bad that you do not have the time anymore to produce more of those videos on a more frequent basis.
@RobinHood-lz2wj2 жыл бұрын
Some of the most helpful coding videos I have ever found. Thanks!
@Superdooperhero6 жыл бұрын
Awesome stuff. I think Oracle should fire all their documentation writers and hire you.
@andresfd893 жыл бұрын
Thank you very much for this video, great refresher!!
@eddiegere6 жыл бұрын
Awesome! I've been looking for Netsuite/Suitescript information. Extremely helpful!
@ShawnHolman772 жыл бұрын
What would be a good entry point for modifying the Apply and Credits sublists on a Batch Bill Payment in 2.1
@kishu18ful7 жыл бұрын
That's very Understandable. Thanks for posting..!!
@grubes347 жыл бұрын
Glad you found it helpful!
@lighofwisdom7 жыл бұрын
Hi Eric, if may I ask, Could you please share the event handler script? Thanks
@augustyin Жыл бұрын
Hello Eric, I am a beginner in Netsuite development. Can you provide me with the code for a demonstration video? I didn't understand it very well. Thanks!
@ShawnHolman772 жыл бұрын
Can get a copy of this utility script?
@BahawalTV4 жыл бұрын
Just watching to know about development environment of NetSuite. Do they not provide offsite installation option?
@StoicSoftware4 жыл бұрын
I'm unsure what you mean by "offsite installation option" for the development environment. You cannot set up your own instance of NetSuite (on-site or off), and there are no free development accounts. You can use any IDE or text editor that you want to write the code as it's just JavaScript. I use WebStorm. There is also a deployment tool with a Java and a node-based command-line interface.
@BahawalTV4 жыл бұрын
@@StoicSoftware Ok, thank you. Do they provide access to database stored procedures etc.,?
@erictgrubaugh4 жыл бұрын
Nope. They provide a javascript API, and a system of events to which you can attach handlers.
@donmccann34265 жыл бұрын
Can you post the code you used to display triggers to the console? Great video!
@kapuluruchenchaiah79333 жыл бұрын
how to get values in sublist like "item" for saverecord
@jeffersonlegaspi96524 жыл бұрын
Hi Eric, Just a question. I am task to do merging of data from SQL server to sync on netsuite database in recurring manner, What can you suggest type of script to use (eg. client, suitelet, restlet)? Thanks in advance.