MOCK INTERVIEW ServiceNow Administrator Developer 3 Years interview ||

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

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

  • @TheUkr1244
    @TheUkr1244 2 года назад +7

    Difference between Catalog Item and Record Producer:
    Catalog Item will end up in opening a request and request item and attaches a workflow and catalog task, approvals.
    Record producer simply inserts a record in the selected table.

  • @TheUkr1244
    @TheUkr1244 2 года назад +5

    Global field in UI Policy: If Global is selected the script applies to all views for the table. If the Global field is not selected you must specify the view.

  • @BSR-9999
    @BSR-9999 2 года назад +3

    Hi sir,
    If possible, please make modules wise Question and Answers in real time. Thanks

  • @KO-pu4pu
    @KO-pu4pu 2 года назад +2

    Thank you for the video sir, It is very helpful.

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

    Ui policy is having control on order but when we take client script it is fully loaded and that to having lowest order will execute first so best ractise is go to ui poicy

  • @sayyadhussainbasha4363
    @sayyadhussainbasha4363 2 года назад +5

    Who can provide experience for service now administrator job role if any one knows

    • @SaishmaS
      @SaishmaS 8 дней назад

      Hi I can help you

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

    can you please provide the solution for How can we add users to group automatically ?

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

      Write a BR

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

      May be by using async BR

    • @ArunKumar-dh8el
      @ArunKumar-dh8el 7 месяцев назад

      (function executeRule(current, previous /*null when async*/) {
      var user = new GlideRecord('sys_user');
      if (!user.get(current.getValue('user_id'))) {
      return;
      }
      var group = new GlideRecord('sys_user_group');
      if (!group.get('your_group_sys_id_here')) {
      return;
      }
      var membership = new GlideRecord('sys_user_grmember');
      membership.initialize();
      membership.user = user.sys_id;
      membership.group = group.sys_id;
      membership.insert();
      })(current, previous);

    • @ArunKumar-dh8el
      @ArunKumar-dh8el 7 месяцев назад

      ​@@SKfacts_ITcareerswhat if I remove manager from the group approval list ?

    • @ArunKumar-dh8el
      @ArunKumar-dh8el 7 месяцев назад

      So users can directly join in the group

  • @epapra795
    @epapra795 2 года назад +2

  • @prashanthreddy290
    @prashanthreddy290 2 года назад +1

    Customer update sets capture on sys_update_xml

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

    👌🏿👌🏿👌🏿👌🏿👌🏿👌🏿👌🏿👌🏿

  • @muralikrishna9499
    @muralikrishna9499 2 года назад +1

    How do I contact you for a mock interview?