Iyad Alghamdi
Iyad Alghamdi
  • 7
  • 43 284
SuiteScript 2.0 Tutorial #5 - Uploading and Deploying SuiteScript on NetSuite
In this video we will go over how to create a script record and a deployment record and what important notes we need to do throughout the deployment process. This is how you will upload any SuiteScript into NetSuite. Modifying an existing script does NOT need you to create a new script or deployment records though, as they already exist and you can modify them directly
In this video series we will go over Suite Script 2.0 in NetSuite where you will be able to write simple logic to customize the behaviour of the ERP system. Some basic knowledge of Javascript is required as this tutorial series jumps right into NetSuite SuiteScript.
To read the NetSuite SuiteScript 2.0 documentation, go on the links below
docs.oracle.com/cloud/latest/netsuitecs_gs/NSSCR/NSSCR.pdf
docs.oracle.com/cloud/latest/netsuitecs_gs/NSAPI/NSAPI.pdf.
If you need to get in touch with me, email us at info@backspan.com and I will try to assist you as soon as possible!
มุมมอง: 8 421

วีดีโอ

SuiteScript 2.0 Tutorial #4 - How to find information on the documentation
มุมมอง 4.4K3 ปีที่แล้ว
In this video we will go over how to search the documentation and find the key pieces of information to use the modules correctly. We go over finding the N/ui/message module and how to use it through the SuiteScript 2.0 API REFERENCE PDF documentation (linked below) In this video series we will go over Suite Script 2.0 in NetSuite where you will be able to write simple logic to customize the be...
SuiteScript 2.0 Tutorial #3 - Creating your First Script
มุมมอง 7K3 ปีที่แล้ว
In this video we will go over creating a simple client side script that would display a message to the user on page init. We go over how to load a module and what is the standard layout of a SuiteScript file and what necessary information do we need to provide. In this video series we will go over Suite Script 2.0 in NetSuite where you will be able to write simple logic to customize the behavio...
SuiteScript 2.0 Tutorial #2 - Documentation and Editor Setup
มุมมอง 6K3 ปีที่แล้ว
In this video we will discuss the SuiteScript 2.0 Documentation and where you can find it. It is really important that you get familiar with these documentations. We will also talk a little bit about the editor. I will be using VS Code throughout this series. but you can choose whatever editor you prefer. In this video series we will go over Suite Script 2.0 in NetSuite where you will be able t...
SuiteScript 2.0 Tutorial #1 - Introduction and Key Concepts
มุมมอง 14K3 ปีที่แล้ว
In this video series we will go over Suite Script 2.0 in NetSuite where you will be able to write simple logic to customize the behaviour of the ERP system. Some basic knowledge of Javascript is required as this tutorial series jumps right into NetSuite SuiteScript. To read the NetSuite SuiteScript 2.0 documentation, go on the links below docs.oracle.com/cloud/latest/netsuitecs_gs/NSSCR/NSSCR.p...

ความคิดเห็น

  • @huaxingtang-ck2ml
    @huaxingtang-ck2ml หลายเดือนก่อน

    thanks you very much! the message from china

  • @محمدجمال-ت2س8ف
    @محمدجمال-ت2س8ف 4 หลายเดือนก่อน

    allah yftah aleek thank you you have anice way of teaching

  • @MrBenMhidi
    @MrBenMhidi 9 หลายเดือนก่อน

    Hello, Are you giving any training to prepare for netsuite application developer?

  • @rferraioli0912
    @rferraioli0912 10 หลายเดือนก่อน

    Excellent tutorial. Great job

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

    glad I stumbled upon this tutorial :)

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

    Great videos! please continue uploading!

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

    Great explanation! Thanks!

  • @KrishnaChandraJha-m1d
    @KrishnaChandraJha-m1d ปีที่แล้ว

    /** * @NApiversion 2.x * @NscriptType CientScript */ define(['N/ui/message'], function (message){ function pageInit(){ var msg = message.create({ title: "mytitle", message: "This is an amazing Order", type: message.Type.Confirmation }) msg.show({ duration: 5000 }) } return { pageInit: pageInit } }) this script does not work. it shows error while uploading

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

      Confirmation should be capitalized

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

    Thank you so much... _/\_

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

    Thankyou so much🥰

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

    Fantastic explanation !!!

  • @christian.rhodes
    @christian.rhodes 2 ปีที่แล้ว

    For those who are watching this, the documentations have been changed from pdf to html pages. The contents listed in the pdf are still available. Nothing changed except for the design.

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

    create playlist for beginners containing more topics

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

    looking forward for #6 :D

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

    Nice tutorials and very helpful, please add more in your list

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

    This is great thank you for creating

  • @DatNguyen-kn3sz
    @DatNguyen-kn3sz 2 ปีที่แล้ว

    m'kay?

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

    Thanks you for all, your content is so useful !! I have an issue when I try to create a sales order by my script, can you help me please?? :( type: error.ScriptSuiteError name: "UNEXPECTED_ERROR" message: unexpected error from suitescript

  • @msubookstoreitsupport2819
    @msubookstoreitsupport2819 3 ปีที่แล้ว

    This is great, thank you! I hope you release more of these in the future! If you need topics, everyone likes custom portlets!

  • @willodw
    @willodw 3 ปีที่แล้ว

    These are great, Thanks!

  • @thomasviardot9281
    @thomasviardot9281 3 ปีที่แล้ว

    Hello Suite Script Manual seems not available on the links you provided

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

      I found this blog.prolecto.com/wp-content/uploads/2018/12/suitescript-2.0-20181201.pdf It seems similar. Hope it helps

  • @tombailey9613
    @tombailey9613 3 ปีที่แล้ว

    Really well done set of tutorials!

  • @williamminerva7490
    @williamminerva7490 3 ปีที่แล้ว

    thx for the videos

  • @sagarreddy8184
    @sagarreddy8184 3 ปีที่แล้ว

    You are awesome, waiting for the next videos on suite script please keep going on. it will be very helpful for beginners. when are you going to upload the next videos? @Backspan

  • @sagarreddy8184
    @sagarreddy8184 3 ปีที่แล้ว

    it's a fantastic tutorial, please continue.

  • @bakaleisanich
    @bakaleisanich 3 ปีที่แล้ว

    Thank you 😊

  • @kernellpanic
    @kernellpanic 3 ปีที่แล้ว

    hey... great job... please keep uploading new content. I want to know about Single Page Applications (SPA), portlets, restlets and map/reduce.

  • @MohamedHassan-tv8mj
    @MohamedHassan-tv8mj 3 ปีที่แล้ว

    Thanks man, great job!

  • @lesptitsoiseaux
    @lesptitsoiseaux 3 ปีที่แล้ว

    Doesn’t it support TypeScript now? Thank you for the videos!

  • @bakaleisanich
    @bakaleisanich 3 ปีที่แล้ว

    Thank you

  • @bakaleisanich
    @bakaleisanich 3 ปีที่แล้ว

    Thank you

  • @felipe-andre
    @felipe-andre 3 ปีที่แล้ว

    Nice videos! Please keep it coming