NetSuite SDF Demo - VS Code - Windows - 2023

Поділитися
Вставка
  • Опубліковано 1 січ 2025

КОМЕНТАРІ • 19

  • @hitc-netsuite
    @hitc-netsuite  Рік тому +10

    I almost decided not to publish this video because of all the (embarassing) mistakes I made in it. But I hope that maybe others will have made the same mistakes and will appreciate seeting how to troubleshoot and debug them! Enjoy!

    • @selcotsimeht
      @selcotsimeht Рік тому +1

      Want to thank you dearly Robin for ultimately deciding to upload. I feel that even the bumps or mistakes were scripted, and it being a recent enough video to stay along with exactly IDE-wise is amazing!

  • @supermike6519
    @supermike6519 7 місяців тому

    That sigh when hovering over the import script error. I felt that in my soul!
    Thanks for making these videos!

  • @paoezkbr
    @paoezkbr 8 місяців тому

    Ran into the same errors! Thanks Robin!

  • @rachele_omron_question
    @rachele_omron_question Рік тому

    Hello. I have a question. I have to do some automatic operations: whenever in a given directory appears a new file, that will be saved from another application, I need NetSuite to create a Sales Order, a Work Order and an Assembly. How can I do that?

    • @hitc-netsuite
      @hitc-netsuite  Рік тому

      There is a N/sftp module you can use to scan an SFTP server. Perhaps you could set up a scheduled script to run periodically to check to see when the file appears, and process it when it does.

    • @rachele_omron_question
      @rachele_omron_question Рік тому

      @@hitc-netsuite Thank you. I was also wondering if it's possible to have a trial version of NetSuite on which I can try to implement the fiunctionalities I need, so that wen I think I am ready I can deploy them directly to the customer's.

    • @hitc-netsuite
      @hitc-netsuite  Рік тому

      @@rachele_omron_question Yes, if you sign up to NetSuite's partner program then they'll give you a few test accounts

  • @MrBenMhidi
    @MrBenMhidi 8 місяців тому

    Hello,
    I want to prepare for Netsuite Application developer.... is it possible to access to netsuite platform for practice? Or Are you offering any training program in the UK?

  • @amansinghbhadauria2818
    @amansinghbhadauria2818 Рік тому

    Helped me a ton.
    Though could you please zoom in a little next time you upload.

  • @RM47319
    @RM47319 Рік тому

    This video has been super helpful, thanks. Following your steps, I'm able to create a project, link to my account, download files, import objects, etc. But when I try to upload into my account, I get this message every single time:
    The following files were not uploaded:
    /SuiteScripts/file.js: "//SuiteScripts/" is a restricted path. The path can only start with: "/SuiteApps", "/SuiteScripts", "/Templates/E-mail Templates", "/Templates/Marketing Templates", "/Web Site Hosting Files".
    What am I doing wrong?

    • @hitc-netsuite
      @hitc-netsuite  Рік тому

      It looks like maybe you have an extra / character in the SuiteScripts path?

  • @vladmiller6389
    @vladmiller6389 8 місяців тому

    Nice demo! Why did you made it for Windows though?

    • @hitc-netsuite
      @hitc-netsuite  8 місяців тому +1

      Good question! I try to alternate doing videos for Mac, Windows, and (occassionally) Linux. A lot of my other ones are done on Mac if you're interested.

    • @vladmiller6389
      @vladmiller6389 8 місяців тому

      @@hitc-netsuite The thing is, Windows is a default OS according to Help Center guides and articles(e.g trying to set up SDF Java cli on mac is quite challenging)

    • @hitc-netsuite
      @hitc-netsuite  8 місяців тому

      @@vladmiller6389 Are you saying that you need help doing this on Mac?

    • @vladmiller6389
      @vladmiller6389 8 місяців тому

      @@hitc-netsuite No, thank you :D I've been working with SDF lately, speaking out loud my thoughts

  • @trippyvideos2624
    @trippyvideos2624 Рік тому

    I get this error whenever i try to compile my ts files
    src/TypeScripts/CSVImportTriggerSS.ts:9:22 - error TS2307: Cannot find module 'N/log' or its corresponding type declarations.
    9 import log = require("N/log")
    ~~~~~~~
    src/TypeScripts/CSVImportTriggerSS.ts:10:26 - error TS2307: Cannot find module 'N/runtime' or its corresponding type declarations.
    10 import runtime = require("N/runtime")

    • @hitc-netsuite
      @hitc-netsuite  Рік тому

      Hmm, those modules should come from the @hitc/netsuite-types npm module. Do you have that included in your package.json file?