NetSuite SuiteScript 2.1 Tutorial - Bulk Record Processing

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024

ความคิดเห็น • 6

  • @shobipersonal
    @shobipersonal 2 หลายเดือนก่อน

    Impressive, keep continue to make such videos. Thank you. Never saw such effective use of reduce stage :)

  • @ThaDanzar
    @ThaDanzar 24 วันที่ผ่านมา

    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.

    • @hitc-netsuite
      @hitc-netsuite  24 วันที่ผ่านมา

      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

  • @hitc-netsuite
    @hitc-netsuite  2 หลายเดือนก่อน +3

    Here is the code for this one: github.com/headintheclouddev/hitc-demo-bulk-records

  • @shobipersonal
    @shobipersonal 2 หลายเดือนก่อน

    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.

    • @hitc-netsuite
      @hitc-netsuite  2 หลายเดือนก่อน +1

      That's correct!