Access server data from client (g_scratchpad)

Hello Tech People !!!
Welcome to ServiceNow Development.
⏱️TIMESTAMPS⏱️
0:00 Intro
0:19 What we have learned in the last video?
0:53 What we are going to learn in today's video?
2:35 Accessing server data from client
4:03 Different ways to access server data
4:57 What is g_scratchpad?
6:31 Use Case 1
12:03 Use Case 2
20:33 Thanks for watching !!
Welcome to ServiceNow Developer series !!
We are preparing for Certified Application Developer (CAD) exam.
We will learn all the relevant topic regarding ServiceNow Development.
In today's video we are going to explore different way to access server data from client.
And in this video we will explore all about g_scratchpad which is very import one.
Based on the use case of g_scratchpad we will see how it works and how with the help of this object we can access server data from client.
So get ready with your PDI, its time for learning !!
-All Playlist -
ServiceNow Developer - • ServiceNow Developer
ServiceNow CSA Exam preparation 2023 - • ServiceNow CSA Exam pr...
ServiceNow Virtual Agent (CHATBOT) - • ServiceNow Virtual Age...
ServiceNow System Administrator - • ServiceNow System Admi...
Microsoft Azure - • Microsoft Azure
#servicenow
#techwithpri
#techworld
#techchannel

Пікірлер: 16

  • @Shoaibshaafishorts
    @Shoaibshaafishorts8 ай бұрын

    super. waiting for next video

  • @techwithpri

    @techwithpri

    8 ай бұрын

    Keep watching and keep learning, New video is coming today.

  • @lvallabhasricharankancharl5933
    @lvallabhasricharankancharl593323 күн бұрын

    at 15:51 how to get field name like for example - Configuration item | cmdb_ci and Problem | problem , Assignment group | assignment_group..

  • @MohammadTabishAbdullah
    @MohammadTabishAbdullah4 ай бұрын

    Which of the following is true about g_scratchpad? (Choose two.) A. Used to push information from the server to the client B. Does not exist on the mobile platform C. Has constructors and methods D. Has default properties passed by client-side scripts What will be the correct answer

  • @techwithpri

    @techwithpri

    4 ай бұрын

    Hey !! It should be A and B 🤓

  • @funfusion8712
    @funfusion871217 күн бұрын

    don't understand gr.get(current.problem);

  • @techwithpri

    @techwithpri

    13 күн бұрын

    Trying to get the sys_id of the problem record with the help of this line of code 🤓

  • @GillerlaRajesh
    @GillerlaRajeshАй бұрын

    What are drawback about it. I think you forgot it

  • @techwithpri

    @techwithpri

    23 күн бұрын

    Hey 👋 Yes that's very important point !! I think the most important drawback is definitely its not dynamic, you have to load the form to see the changes every time.

  • @GillerlaRajesh

    @GillerlaRajesh

    23 күн бұрын

    @@techwithpri it support only onload only not for onsubmit and onchange right this is the exact drawback right

  • @techwithpri

    @techwithpri

    18 күн бұрын

    Yes the onChange client script works in a dynamic way only and for onSubmit g_scracthpad wont work that's right 👍

  • @Kannavolgs37
    @Kannavolgs378 ай бұрын

    How to use in real-time

  • @techwithpri

    @techwithpri

    8 ай бұрын

    Please check the use case I have given which is also real time scenario..please watch the full video, to clear your doubts 🙂

  • @simhareddy1948

    @simhareddy1948

    8 ай бұрын

    Nice info... case 2 scenario we can write After BR also right?

  • @techwithpri

    @techwithpri

    8 ай бұрын

    @@simhareddy1948 After business rule works only after the form is saved, but check the use case..it should display those information while you open the create task form (problem_task table.). So it should not work by using after business rule..!!