Robin, THANK YOU SO much! Your videos are great. I am new to SuiteScript / Netsuite dev'ing, and your videos are by far the best I have watched. I have watched a TON of them.
Aw that is nice to hear, thank you! A few ideas I have for the next one are: A) How to use the N/cache module, or B) How to add multiple file uploads to an online case form, or C) Single-page application (SPA) state management
Confirmation , Reduce has a limit of 5000 units so in case of transaction update we would need to reduce the batch size , correct ? And if we make the batch size parameterized then script would be more generalized.
Impressive, keep continue to make such videos. Thank you. Never saw such effective use of reduce stage :)
Robin, THANK YOU SO much! Your videos are great. I am new to SuiteScript / Netsuite dev'ing, and your videos are by far the best I have watched. I have watched a TON of them.
Aw that is nice to hear, thank you! A few ideas I have for the next one are: A) How to use the N/cache module, or B) How to add multiple file uploads to an online case form, or C) Single-page application (SPA) state management
Here is the code for this one: github.com/headintheclouddev/hitc-demo-bulk-records
Confirmation , Reduce has a limit of 5000 units so in case of transaction update we would need to reduce the batch size , correct ? And if we make the batch size parameterized then script would be more generalized.
That's correct!