(Day 6)ServiceNow Business Rule | Display Business Rule | Real Time Scenario | Interview Questions

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ค. 2023
  • Hi TH-cam Family,
    In this video you will Learn about all the Basic of Display Servicenow the business rule concept.
    If you guys enjoyed it, make sure to Like👍 , Comment💬 and Subscribe❤️
    I am Ravi Gaurav. I am Expert in ServiceNow . Welcome to my youtube channel.
    ServiceNow Business Rule | Display Business Rule | Real Time Scenario | Interview Questions -Part 5
    ServiceNow Devlopment PlayList:- • (English)ServiceNow De...
    _________________________________________
    Copyright Disclaimer :
    All Rights to VideoLabel Co. & No Copyright infringement intended
    _________________________________________
    In this Video you will find Server Side Scripting.
    --------------------------------------------------------------------
    Below Drive will fetch you necessary Documents going forward.
    Drive:- drive.google.com/drive/folder...
    Whatsapp Group Link :-chat.whatsapp.com/DzTFY2NBIyh...
    ------------------------------------------------------------------------------------------------------------
    LEARNING IS FUN :)
    ------------------------------------------------------------------------------------------------------------
    ------------------------------------------------------------------------------------------------------------
    ServiceNow Real Time Scenarios:-
    • ServiceNow Real Time S...
    ServiceNow Development Scripting :-
    • (English)Learn Service...
    ServiceNow Basic Till Advance in Hindi/English Playlist:-
    • (Hindi Series) -- Lear...
    Learn ServiceNow Admin From Zero in English-Version
    • (English)Learn Service...
    New Tech Exploration:
    • New Tech Exploration
    -------------------------------------------------------------------------------------------
    Other Social Media Links:-
    TH-cam - / @learnservicenowwithravi
    Instagram - / i_am_royal_rg
    Linkedin - / ravi-gaurav-a67542aa
    -----------------------------------------------------------------------------------------------------------
    servicenow developer
    Real Time Scenarios
    Scripting Example
    business rules
    business rule in servicenow
    business rules for success
    business rules servicenow
    Fix Script
    Servicenow Development
    servicenow scripting
    after business rule in servicenow
    async business rule in servicenow
    async business rule example
    async business rule example servicenow
    after and async business rule
    servicenow scripting practice questions
    servicenow scripting documentation
    servicenow scripting course
    servicenow scripting fundamentals
    Baisc of Servicenow Scripting
    business rules
    business rule in servicenow example
    business rule in servicenow
    catalog workflow servicenow
    catalog ui policy servicenow
    user criteria servicenow
    user criteria
    update set in servicenow
    update set in servicenow best practices
    update set interview questions in servicenow
    servicenow update set
    servicenow update set tutorial
    backout update set servicenow
    servicenow retrieve update set
    moving update sets servicenow
    servicenow user creation
    servicenow user criteria
    servicenow catalog item creation
    servicenow catalog
    servicenow service catalog
    polaris servicenow
    servicenow workflow demo
    servicenow workflow catalog item
    servicenow next experience unified navigation activity
    servicenow next experience ui
    next experience ui servicenow
    next experience servicenow
    next experience unified navigation activity simulator
    next experience unified navigation
    next experience user interface
    servicenow interface overview
    servicenow ui
    servicenow demo
    servicenow developer interview questions and answers
    servicenow developer career
    servicenow dev program
    servicenow developer interview questions
    servicenow admin roles and responsibilities
    servicenow administrator interview questions and answers
    servicenow administrator interview questions and answers
    servicenow ticketing tool
    servicenow interview questions
    servicenow admin roles and responsibilities
    servicenow script
    servicenow scripting interview questions
    servicenow script debugger
    servicenow itsm
    servicenow demo
    service catalog activity in servicenow
    service catalog
    service catalogue in servicenow
    service catalog variables in servicenow
    #servicenow #servicenowdeveloper #youtube #subscribe

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

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

    Correcting The Script !!!
    (function executeRule(current, previous /*null when async*/) {
    var previousManager=previous.assignment_group.manager;
    var x=new GlideRecord('u_manager_details');
    x.addQuery('u_manager_name',previousManager);
    x.query();
    if(x.next()){
    x.u_manager_name=current.assignment_group.manager.getDisplayValue();
    x.update();
    }
    gs.addInfoMessage("The current Assignment group manager is "+current.assignment_group.manager.getDisplayValue());
    })(current, previous);

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

      I have a doubt as I have seen many videos that Do not use current.update() before BR. But you are using that x.update.Can you please give clarification on this.....

    • @prasadkumar5707
      @prasadkumar5707 3 หลายเดือนก่อน

      Brother.., You're really amazing. I have never seen ever like this kind of teaching you have amazing stuff👌👌

    • @gaurangiverma5753
      @gaurangiverma5753 29 วันที่ผ่านมา

      this code is not working. not going inside the if condition.

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

    Badhiya

  • @blah2blah65
    @blah2blah65 10 หลายเดือนก่อน +3

    For "Demo Business Rule Manager Details" BRs you may want to make them "after" because otherwise if the incident insert or update transactions fail later in processing, you will end up with bad data in u_manager_details. I would make them async because I don't need to delay the interface load while I wait on u_manager_details transactions.

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

    👏

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

    Simply super 😊

  • @sanjuadhikary4652
    @sanjuadhikary4652 9 หลายเดือนก่อน +1

    Finally got a perfect teacher to learn snow.

  • @kavyabethi8546
    @kavyabethi8546 8 หลายเดือนก่อน

    the way ur explaing is too good upload more videos related ITSM and GRC

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

    Waiting bro, please upload every day

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

      Its Difficult everyday.. But in a week sure 3-4 videos I will bring

    • @ajitkondekar5954
      @ajitkondekar5954 ปีที่แล้ว

      @@learnservicenowwithravi but now in a week you are uploading only one video

  • @user-kw3ye4ve6i
    @user-kw3ye4ve6i 8 หลายเดือนก่อน +1

    Hi Ravi , In before Videos you said current.update() is not good practice. but we are using here . so we can use the update method inside the block like if , while condition ? please clarify

  • @imastercast
    @imastercast 8 หลายเดือนก่อน +2

    Many thanks for the passion and enthusiasm in your teaching style. Did everything exactly like you explained but the insert fails to work on the u_manager_details table. I'm using the Vancouver release. Any explanation for this?

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

    Hi @Ravi
    Need
    1. Discovery
    2. Service Mapping
    Videos

  • @mhkrishnan
    @mhkrishnan 11 หลายเดือนก่อน

    As usual, great video. 😀
    i think, the video title is not match with content, it is before business rule, but not Display business rule. Please check it and change the title please. Ignore me if i am wrong.
    Thanks for the video. 😀👍

    • @learnservicenowwithravi
      @learnservicenowwithravi  10 หลายเดือนก่อน

      Thanks for feedback and suggestions..In the beginning I used display business rule and after I use real time scenarios..

  • @abhayagarwal1847
    @abhayagarwal1847 6 หลายเดือนก่อน

    Hi Ravi, Thanks for this videos
    To fulfill this requirement of the scenario, cant we use a single business rule i.e. demo business rule manager details by checking the insert and update checkbox and add same condition in the BR to insert the record over two separate BRs for insert and update.

    • @learnservicenowwithravi
      @learnservicenowwithravi  6 หลายเดือนก่อน

      Try it .. there could be potential possibilities if there are two tables then I would have used

  • @user-ul3rm3rd1h
    @user-ul3rm3rd1h 5 หลายเดือนก่อน

    th-cam.com/video/JFwu0KsYy4w/w-d-xo.html

  • @Somnath_Snow
    @Somnath_Snow 3 หลายเดือนก่อน

    All good . but the manager table is not updating when a new assignment group is selected in the incident table

  • @saurabhdhiman5690
    @saurabhdhiman5690 7 หลายเดือนก่อน

    Hi Ravi
    I had one doubt here at 12:20, you said we need to check the previous manager. I wanted to know why we are checking for the previous manager?

  • @user-kw3ye4ve6i
    @user-kw3ye4ve6i 8 หลายเดือนก่อน +1

    Also Why we need Business Rule ..can't we do it in one Business rule ? can you please tell me the use of 2 BR ?

    • @learnservicenowwithravi
      @learnservicenowwithravi  8 หลายเดือนก่อน

      Please join the group of mine.. and ask there it will be easy to get the response

  • @saigeetha6926
    @saigeetha6926 8 วันที่ผ่านมา

    hi,
    if a user added to group then manager will have to get an email like ,a new user is added to group.
    how can we achieve this by using after business rule

  • @nuhakhangr8
    @nuhakhangr8 6 หลายเดือนก่อน

    TIL how to insert a new record in the manager table
    and also how to update the manager name in the manager table

    • @learnservicenowwithravi
      @learnservicenowwithravi  6 หลายเดือนก่อน +1

      if you more number of data by Using import set add the new record to manager
      or
      individual data can be directly loaded to the tabel

    • @nuhakhangr8
      @nuhakhangr8 6 หลายเดือนก่อน

      @@learnservicenowwithravi interesting 🤔

  • @mochansolanki735
    @mochansolanki735 7 หลายเดือนก่อน

    Taking 'after' condition below code is not working-u_profile is a customer field pointing sys_user.Table is incident
    (function executeRule(current, previous /*null when async*/ ) {
    if (current.u_profile == current.caller_id) {
    var gr = new GlideRecord('sys_user');
    gr.addQuery('sys_id', current.u_profile);
    gr.query();
    while (gr.next()) {

    current.short_description =gr.email;
    gs.addInfoMessage('Email of the user: -' +gr.email);
    }
    }

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

    How do you create that watermark field in incident table?

  • @sachinsolapure7737
    @sachinsolapure7737 2 หลายเดือนก่อน

    Bro plese go slowly plese

  • @tubosunakinbo1165
    @tubosunakinbo1165 29 วันที่ผ่านมา +2

    I treid it but got the sys_id which is the current assignmenta8f98bb0eb32010045e1a5115206fe3a,what can i add to make the name show instead of the ID.Please

  • @sal-ju7bl
    @sal-ju7bl 2 หลายเดือนก่อน

    I watched most of your videos and they are easily understandable this one i did not get it. specially from the table. u_manger_details. i would say its better to use table whatever already exist in sn and zooming where you typing would increase the video quality, just a suggestion.thanks

    • @learnservicenowwithravi
      @learnservicenowwithravi  2 หลายเดือนก่อน

      Thanks for the suggestion.. I don’t edit the videos so its raw footage.. I will keep in my mind

  • @jonasappau9555
    @jonasappau9555 7 หลายเดือนก่อน +1

    Hi @Ravi what’s the WhatsApp number for me to join the group cos when I click on the link it doesn’t take me directly to the group even though I have WhatsApp installed