NetSuite SuiteScript 2.1 Demo - SuiteQL Task Map/Reduce Geocoder

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025
  • Tutorial of writing a SuiteScript 2.1 script in TypeScript on Mac using WebStorm and SDF. In this example we learn how to use a SuiteQL Task to trigger a map/reduce script that geocodes our customer records.

Комментарии • 4

  • @orafasistemas
    @orafasistemas 9 месяцев назад

    This is gold! Thank you for sharing!!

  • @anthonynooren3323
    @anthonynooren3323 10 месяцев назад

    What is the advantage of creating the csv when you could return the query in the getInput phase of the map/reduce script?

    • @hitc-netsuite
      @hitc-netsuite  10 месяцев назад +1

      When there is a lot of data, it is nice to be able to see the data separately (in my opinion). Also, then if something goes wrong during the execution of the map/reduce the data is already there and can be easily re-processed

  • @hitc-netsuite
    @hitc-netsuite  10 месяцев назад

    Here is a link to the code involved in this demo: github.com/headintheclouddev/hitc-suiteql-task-demo