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!
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!
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?
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.
@@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.
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?
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?
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.
@@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)
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")
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!
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!
That sigh when hovering over the import script error. I felt that in my soul!
Thanks for making these videos!
Ran into the same errors! Thanks Robin!
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?
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.
@@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.
@@rachele_omron_question Yes, if you sign up to NetSuite's partner program then they'll give you a few test accounts
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?
Helped me a ton.
Though could you please zoom in a little next time you upload.
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?
It looks like maybe you have an extra / character in the SuiteScripts path?
Nice demo! Why did you made it for Windows though?
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.
@@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)
@@vladmiller6389 Are you saying that you need help doing this on Mac?
@@hitc-netsuite No, thank you :D I've been working with SDF lately, speaking out loud my thoughts
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")
Hmm, those modules should come from the @hitc/netsuite-types npm module. Do you have that included in your package.json file?