NetSuite SuiteScript 2.1 Demo - WebStorm - Mac - 2022

แชร์
ฝัง

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

  • @Slantwalker
    @Slantwalker 2 ปีที่แล้ว +1

    You might not get a lot of views on this stuff being so niche, but your videos have been VERY helpful to me and the team here. I am a little nervous banking on the head in the cloud library's longevity and staying up to date, but these videos are helpful regardless if they are used.

    • @hitc-netsuite
      @hitc-netsuite  2 ปีที่แล้ว

      I appreciate that! The beauty about open source code on GitHub is that it doesn't event depend on us to stay up to date. Other people contribute updates to it more often than we do ourselves - many people rely on these tools and ensure they are up to date.

  • @markromanias1976
    @markromanias1976 11 หลายเดือนก่อน

    Hey...great vid...thanks, but why aren't my '.hitc - upload' files in the code file packet? Do I need to create those myself? Did I miss something?

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

      You do need to create the .hitc-upload-token file yourself. The actual token values should be treated like passwords - never shared or committed.

  • @michellelambert5679
    @michellelambert5679 ปีที่แล้ว

    I'm using VS instead of WebStorm as used in this tutorial. I'm getting the following problems:
    Cannot find module "N/types', 'N/dataset', or 'N/query
    Do I need to change these to match my NetSuite?

    • @hitc-netsuite
      @hitc-netsuite  ปีที่แล้ว

      Setting it up in VS Code is very similar, here is a video where I walk through VS Code setup on Mac: th-cam.com/video/Q9wrP5GrFTU/w-d-xo.html
      This video is from 2020 and is in SuiteScript 2.0 rather than 2.1, but most of the setup is the same. I hope this helps!

  • @pedrovillaroman336
    @pedrovillaroman336 ปีที่แล้ว

    Using this method to deploy my userevent ts script as a js scripts to my Netsuite account folder, but getting an error saying there's no such file or directory. The build-and-upload tool says the js file cannot be found in the build folder. No idea where it went though. It works when I upload normal js files though.

    • @pedrovillaroman336
      @pedrovillaroman336 ปีที่แล้ว

      Okay got past the error by renaming my directory to 'ssv2'. Now I'm getting a bunch of compilation errors on the @types/node/ts4.8/util.d.ts file. Weird

  • @miguelravelo4523
    @miguelravelo4523 2 ปีที่แล้ว

    Is there an alternative option to do the External Tools portion of this video on VS Code instead?

  • @hitc-netsuite
    @hitc-netsuite  2 ปีที่แล้ว

    Windows users see this demo for WebStorm setup: th-cam.com/video/Wf_z7IpTaJU/w-d-xo.html

  • @hitc-netsuite
    @hitc-netsuite  2 ปีที่แล้ว

    Code files for this video are here: www.headintheclouddev.com/code/demo-ssv2-mac-webstorm.zip

  • @lamdth
    @lamdth 2 ปีที่แล้ว

    Thank you for video. In terminal I got error 'illegal user name'. But command works with colon. Example - sudo chown -R username: /usr/local/lib/node_modules