NetSuite Script Tutorial - Map Reduce

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024
  • Tutorial for creating a NetSuite map/reduce script using SuiteScript 2.0

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

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

    Sir I am trying to transform sales order to item fulfillment in my map reduce script. But I am getting error as "please configure the inventory detail in line 2 of item list". Please help!

  • @Elsebas29
    @Elsebas29 4 года назад +1

    Thanks for the tutorial! Awesome work!!

  • @monikaphalle9174
    @monikaphalle9174 3 года назад +1

    Can you give tutorial on RESTlet Script please?

    • @hitc-netsuite
      @hitc-netsuite  3 года назад +1

      Yes, working on that, keep an eye out, should be released within the next month or so!

  • @karimmahmoud1412
    @karimmahmoud1412 4 года назад

    when I getValue from multiple select field to a variable, how can I inform typescript that this variable is an array and not a string ?

    • @hitc-netsuite
      @hitc-netsuite  4 года назад +2

      Like this:
      const salesOrderValues = search.lookupFields({ type: 'salesorder', id: 12345, columns: ['entity'] });
      const customers = salesOrderValues['entity'] as { value: string, text: string }[]; //

    • @karimmahmoud1412
      @karimmahmoud1412 4 года назад

      @@hitc-netsuite thank you so much, this fixed the issue

  • @nadeemkh100
    @nadeemkh100 4 года назад

    Thank YOU Robin for great tutorial. Can you please share the link of the script please ?

    • @hitc-netsuite
      @hitc-netsuite  4 года назад +4

      Of course: tstdrv1264278.app.netsuite.com/core/media/media.nl?id=48964&c=TSTDRV1264278&h=17adc3be76a612a6be5b&_xt=.zip

    • @nadeemkh100
      @nadeemkh100 4 года назад

      @@hitc-netsuite Thank You So much. I really appreciate it.

  • @hitc-netsuite
    @hitc-netsuite  5 лет назад

    Download the code for this video here: tstdrv1264278.app.netsuite.com/core/media/media.nl?id=48964&c=TSTDRV1264278&h=17adc3be76a612a6be5b&_xt=.zip