Variable Set in ServiceNow | Creation and Scripting Demonstration

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024
  • Variable set in servicenow is a collection of variables which is reusable and we can use variable set in multiple catalog items and order guides. Variable set is widely used in catalog item such as for requester details, information about some product details etc.
    If you are a ServiceNow beginner and looking to do online ServiceNow Development or ServiceNow administration course. You can refer below link:
    www.basicoserv...

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

  • @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!!

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

    Super. The explanation in this demo very nice.

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

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

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

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

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

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

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

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

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

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

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

    Thank you

  • @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 :)

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

    Macro and macro with lable. How to use?

  • @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()

  • @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