Variable Set in ServiceNow | Creation and Scripting Demonstration

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

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

  • @ericfedel3937
    @ericfedel3937 3 года назад +2

    I just started work at my company with ServiceNow and your videos are helping me a lot to at least understand how it works. Thanks!

  • @nareshkudurupaka6860
    @nareshkudurupaka6860 4 года назад +1

    Your Explanation is excellent, you makes it easy to understand. Keep it up!!

  • @eduardolaucis6561
    @eduardolaucis6561 2 года назад

    Hi, i am finding difficulty in creating a script that sum variables inserted by the user in the service catalog

  • @phanikrishna7012
    @phanikrishna7012 4 года назад +2

    Awesome video sir. Is it possible to move variables into variable set?

  • @balusakthi9
    @balusakthi9 2 года назад

    Super. The explanation in this demo very nice.

  • @krohitnani89
    @krohitnani89 2 года назад

    Can you please create a video on how to add variable to a variable set using background script

  • @pratikshakhandelwal1511
    @pratikshakhandelwal1511 3 года назад +1

    Macro and macro with lable. How to use?

  • @sadafkalsoom-yy2id
    @sadafkalsoom-yy2id 6 месяцев назад

    i just did certification i am applying for jobs but no response. any suggestion will help thank you

  • @ALBERTORAYGOSA
    @ALBERTORAYGOSA 3 года назад

    Friend, how can I map a variable (that is inside a variable set) to field?

    • @HarditSingh
      @HarditSingh 3 года назад

      It can be done in record producers . In Service Catalog you can use g_form.setValue()

  • @michaelmanoharam1792
    @michaelmanoharam1792 4 года назад +2

    It's fantastic video, can we use GlideRecord in client scripts??

    • @saiadigoppula3599
      @saiadigoppula3599 4 года назад +1

      I also have the same doubt

    • @HarditSingh
      @HarditSingh 3 года назад +1

      Hi Michael,
      You can use GlideRecord in client scripts and it runs fine in native view of Service Catalog as well.
      However, it is not recommended by ServiceNow to use GlideRecord in client scripts. Secondly, when you move to Service Portal, your client script stops working and will show javascript errors.
      That is why always use GlideAjax

  • @yasinshaik4601
    @yasinshaik4601 4 года назад

    Thanks for your valuable information.shall we use script include also write ?

    • @BasicoServiceNowLearning
      @BasicoServiceNowLearning  4 года назад +2

      Thank you Yasin, I will post the seperate video for the same. Please do share my channel with others :)

  • @akshayanayak9223
    @akshayanayak9223 4 года назад +1

    Great vedio. Could you please upload some videos on UI page examples and transform map scripts in different category examples.

  • @jitendrakumar-dk3lm
    @jitendrakumar-dk3lm 2 года назад

    can we write gliderecord code in onload client script?

    • @BasicoServiceNowLearning
      @BasicoServiceNowLearning  2 года назад

      Hi, writing gide record in client script is not good practice, you can use g_scratchpad or glide ajax

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

    Thank you