Building Custom Application part 7

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

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

  • @Har00786
    @Har00786 2 месяца назад

    i lost my work as well and used the repository to get it back, its fire

    • @techwithpri
      @techwithpri  2 месяца назад

      Hey 👋
      Sorry for the late reply 😔
      Did you save it in the github repository?

  • @travissmalls3453
    @travissmalls3453 9 месяцев назад

    Another solid video. Thanks.

    • @techwithpri
      @techwithpri  9 месяцев назад

      The pleasure is all mine 😇
      Keep watching and keep learning 👍

  • @ARAVELLIMURALI
    @ARAVELLIMURALI 4 месяца назад

    congrats on your new mac!!

  • @uwaismanzoor
    @uwaismanzoor 2 месяца назад

    You’ve created an _end_user role to initiate device purchase requests, but the access method for the end user isn’t clear. Do they need a sys_user record in ServiceNow? Or is there a way to allow catalog form access without making them a ServiceNow user, which could incur additional costs? Additionally, there’s no information on ServiceNow’s pricing model. How would ServiceNow charge for this setup-for example, by user role, license type, or form usage?

    • @techwithpri
      @techwithpri  2 месяца назад

      Well to access servicenow catalog item the user has to be part of ServiceNow sys_user table for sure.
      For the pricing model of servicenow I dont have any idea on this, so you can go to servicenow.com and contact them directly 🤓

  • @MoeGriffin
    @MoeGriffin 3 месяца назад

    Hi Pri. I couldn't get the Business Justification to be Mandatory if qty >2. I have a new Xanadu PDI: I have copied the script: var quantity = g_form.getValue('choose_quantity');
    if (isNaN(quantity)) {
    alert('Error!! You can only input numbers into this field');
    } else {
    if(quantity>2){
    g_form.setMandatory('business_justification', true);
    }else{
    g_form.setMandatory('business.justification',false);
    }
    }
    I looks like what you have minus a few wording variations but it is still not working. The Top part works fine. It displays the error message if you don't input using numbers.

    • @techwithpri
      @techwithpri  Месяц назад

      Hey 👋
      Sorry for the late reply 😔
      Are you able to figure this out?

  • @Kannavolgs37
    @Kannavolgs37 9 месяцев назад

    Hi pritham,
    How to configure dictionary override for scoped application. I am trying to override but i didn't get create option in scoped level. I switched to global and try but it's has create option but choosing table in dictionary override it's not showing my device request table. How can I solve. I am stuck with part 6. Please clarify

    • @techwithpri
      @techwithpri  9 месяцев назад

      Hey !
      So for an example I want to change the behaviour of the assignment group field in my Device Request table, in that case I will configure dictionary field for assignment group field and in the below I will see dictionary override tab and their I can see new button and once I clicked I can see -
      Base table - task
      Table - Device Request
      It should work in this way.
      But if you are having trouble you can follow the below guide -
      www.servicenow.com/community/developer-forum/how-to-make-dictionary-overrides-for-scoped-application/m-p/1492490/page/2
      Let me know for any further concern 🤓

  • @niksengar4746
    @niksengar4746 Месяц назад

    The requestor company is not showing pls help

    • @techwithpri
      @techwithpri  Месяц назад

      Hey 👋
      Drop me the code so that i can check and help you further 🤓

  • @shaiksameerbasha1361
    @shaiksameerbasha1361 9 месяцев назад

    Hi pritam .what u uploading javascript in js playlist that is enough for sn development

    • @techwithpri
      @techwithpri  9 месяцев назад

      Hey!!
      Absolutely..enough!!
      Also i will upload few more videos in upcoming days ..🤓

  • @srijanmalonly
    @srijanmalonly 9 месяцев назад

    Hi Pritam, eagerly waiting for the next video 😅..... I have learnt lot of service now concept for your video ❤❤❤.. keep uploading videos 😊

    • @techwithpri
      @techwithpri  9 месяцев назад

      My Pleasure 🙏🏻
      Part 8 is coming soon..stay tuned 🤓

  • @Vijay-w6l5z
    @Vijay-w6l5z 6 месяцев назад

    the choose quantity can be configure without writing script directly from type specification>validation regex = Number

    • @techwithpri
      @techwithpri  5 месяцев назад

      Yes !! It can be done !!
      Thank you for sharing 😇