UI ACTION in ServiceNow | How to implement UI Action in ServiceNow (Scripting Demo)

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 พ.ย. 2024

ความคิดเห็น • 30

  • @venkatakasula8646
    @venkatakasula8646 4 ปีที่แล้ว +2

    You explained with basic examples. Thank you.

  • @akhi1510
    @akhi1510 4 ปีที่แล้ว +2

    hii sir ... am follower of ur servicenow videos.. each and every video is perfect and simple way to undestand by ur way of teaching is good ... thanks soo much sir i learned a lot frm u

  • @shivanshutripathi8985
    @shivanshutripathi8985 2 ปีที่แล้ว +1

    Thank you so much so sir. This video is really helpful for beginners.

  • @avularohit2550
    @avularohit2550 5 ปีที่แล้ว +2

    hii bro, you are explaining the topic very very well please continue to do on all concepts which is helpful to us

  • @pampapathi7793
    @pampapathi7793 5 ปีที่แล้ว +1

    Excellent explanation, pls share application modules & overview administration. Thank you

  • @ShivaKumar-ph7sm
    @ShivaKumar-ph7sm ปีที่แล้ว

    Helpful video😊

  • @kishan4u1
    @kishan4u1 2 ปีที่แล้ว +1

    Really helpful.

  • @marypengrineusa3242
    @marypengrineusa3242 5 ปีที่แล้ว +1

    Very Useful!! Thanks!!

  • @jayashreeghosh2981
    @jayashreeghosh2981 4 หลายเดือนก่อน

    Can you tell me which function we should use if we want the button to be visible when any field is empty or filled?

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

    Can you please make video on ui action on service catalog item

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

    Please provide server side examples also in UI Action.

    • @BasicoServiceNowLearning
      @BasicoServiceNowLearning  3 ปีที่แล้ว +1

      Hi Vikas,
      I have already posted the video for the same, It is available in the playlist.
      Thankyou !!!!

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

    Hello Sir, I am able to view the button above..but after clicking the UiAction Button fields are not auto populating.
    Script : function fillinformation()
    {
    var answer = confirm('Are you sure want to fill information');
    if (answer == true)
    {
    g_form.setvalue('caller_id', g_user.userID);
    g_form.setvalue('short_description','Filled by UI Action');
    }
    }

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

    ❤💯

  • @akhi1510
    @akhi1510 4 ปีที่แล้ว +1

    sir can u provide serviceNow developer demo projects for example and undestanding

    • @BasicoServiceNowLearning
      @BasicoServiceNowLearning  4 ปีที่แล้ว

      Sure, I will post some demo requirement docs.. which will help others to understand the requirement and to develop the functionality.

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

    please post vedio how to remove a ui action of task table which is in incident form context menu

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

    hello can you help me to create a deactivate button on the user table when i clicked the deactivatebutton it will deactivate the user?

  • @suryaprakash-ne6ks
    @suryaprakash-ne6ks 3 ปีที่แล้ว

    Hi Sir, I am using Quebec version, I am getting the popup but fields are not populated, Could you please help me on this. Below is the code
    function fillInformation() {
    var answer = confirm("Are you sure you want to fill Information");
    if (answer == true) {
    g_form.setValue('short_desction', 'This is from UI action');
    g_form.setValue('caller_id', g_user.userID);
    }
    }

  • @laughingkiddos6220
    @laughingkiddos6220 4 ปีที่แล้ว

    Hi sir I m not finding email box in Incident page and when I created UI action unable to find short description text automatically...it's showing empty,please do needful

    • @BasicoServiceNowLearning
      @BasicoServiceNowLearning  4 ปีที่แล้ว

      Hi,
      Email field in custom field, means it is created by me for demonstration purpose. Please send me the code I will check and will revert :)
      Thankyou !!!
      Basico ServiceNow Learning

  • @YoutubeYoutube-pd1ke
    @YoutubeYoutube-pd1ke 3 ปีที่แล้ว

    What about List Context Manu?

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

    ji, you have skipped telling "LIST CONTEXT MENU",could you please tell me