SuiteScript Tutorial - Introduction and SuiteScript Anatomy, 2023

Поделиться
HTML-код
  • Опубликовано: 12 дек 2024

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

  • @SweetScriptsStudios
    @SweetScriptsStudios  Год назад +1

    Adapted from and inspired by other video source by Eric T Grubaugh
    ⏱⏱VIDEO CHAPTERS⏱⏱
    00:00 - What is SuiteScript
    00:16 - JavaScript Basics
    00:23 - variables
    01:06 - variable declaration
    02:25 - Data Types
    05:30 - Statements
    05:53 - Semicolon
    06:07 - Functions, Creating a Basic function
    07:20 - Comments, Adding comments to the code
    08:13 - Return Keyword, using return in the code
    08:35 - Execution of function
    10:25 - Arguments or Parameters
    12:08 - Alert function
    12:35 - Objects, JSON
    16:25 - SuiteScript 1.0 Structure
    17:08 - Saving the Code
    17:14 - Upload file to NetSuite
    17:45 - Create a Script Record in NetSuite
    18:09 - Select Script Type
    18:30 - Script Record Explanation
    19:15 - Deploy the Script
    19:43 - Execution of Script
    20:03 - SuiteScript 2.0 Structure
    20:25 - JS Doc Tags
    21:33 - Upload SuiteScript 2.0 Code to NetSuite
    22:10 - define
    23:00 - Entry Point
    23:48 - How to Upload file to NetSuite Account
    23:53 - Script Record Creation
    24:18 - Script Deployment Creation
    24:35 - Script Execution
    25:00 - Entry Point Explanation
    25:45 - N/ui/dialog module in SuiteScript
    27:25 - Script Execution.

  • @imraazalikhan7109
    @imraazalikhan7109 Год назад +2

    Perfectly organised!👍👍

  • @SergioRodríguez-f8t
    @SergioRodríguez-f8t Год назад +1

    appreciate your time for make this video very ussefull!

  • @goolamboon6530
    @goolamboon6530 Год назад

    Many thanks for such a organized tutorial.

  • @avinashamararapu8393
    @avinashamararapu8393 Год назад

    Excellent way of presentation.... 👏👏👏

  • @AbdulAhadShaikh-l4t
    @AbdulAhadShaikh-l4t Год назад +1

    Great work brother ....very helpful

  • @AvinashJ21
    @AvinashJ21 3 дня назад

    How do I create a sandbox account on Netsuite in order to practice?

  • @tasmiyasbegum9552
    @tasmiyasbegum9552 5 месяцев назад +1

    Does anyone know how to get netsuite developer access or administrator access??

  • @MrBenMhidi
    @MrBenMhidi 7 месяцев назад

    Hi
    I want to prepare for netsuite application developer..... where can we find access to the software for training?
    Thank you

  • @anatulyalmaimany
    @anatulyalmaimany Год назад

    20:02 Mine showing an error. unexpected error occurred in a script running on this page.
    Q
    Implementat
    Sea
    myFirstScript (pagelnit) customscript_anatulytestscript2
    ation
    ts
    JS_EXCEPTION
    ReferenceError myFirstScript is not defined

    • @anatulyalmaimany
      @anatulyalmaimany Год назад

      It's working now. I uploaded a balnk script file into NS file cbinet thru VS code. Then update the file in VS code. I thought it will automatically update the file in NS too.

  • @cyberrakshak1845
    @cyberrakshak1845 11 месяцев назад

    sir if i want to learn suitescript 2.0 then which topics i needed to learn in js pls tell m e bro

    • @SweetScriptsStudios
      @SweetScriptsStudios  11 месяцев назад +1

      Here are the key JavaScript concepts and topics you should focus on:
      1. **JavaScript Basics:**
      - Variables and data types
      - Operators
      - Control structures (if statements, loops)
      - Functions
      - Arrays
      - Objects
      2. **Asynchronous JavaScript:**
      - Callbacks
      - Promises
      - Async/await
      3. **Functions and Closures:**
      - Understanding function scope
      - Closures and their applications
      4. **Object-Oriented JavaScript:**
      - Prototypes and inheritance
      - Constructor functions
      - Object-oriented patterns
      5. **JSON (JavaScript Object Notation):**
      - Understanding JSON structure
      - Parsing and stringifying JSON
      6. **RESTful Web Services:**
      - Basics of REST
      - HTTP methods (GET, POST, PUT, DELETE)
      7. **Error Handling:**
      - Try/catch blocks
      - Handling and throwing errors
      Remember that SuiteScript is specific to the NetSuite environment, so in addition to mastering JavaScript, you'll need to become familiar with NetSuite's API documentation and understand how to interact with the NetSuite platform. As NetSuite may release updates and changes, it's also a good idea to stay updated with their documentation and community forums for the latest information.

  • @cyberrakshak1845
    @cyberrakshak1845 Год назад +1

    bro you are teaching 2.x or 1.x
    version

    • @SweetScriptsStudios
      @SweetScriptsStudios  Год назад +1

      2.x, Trying to explain how we have arrived to 2.x starting 1.0.

    • @cyberrakshak1845
      @cyberrakshak1845 Год назад

      bro if i want to learn suitescript from the basic which topics i have to coverup?
      @@SweetScriptsStudios