Global Scope vs Private Scope

Hello Tech People !!!
Welcome to ServiceNow Development.
⏱️TIMESTAMPS⏱️
0:00 Intro
0:20 What we have learned in the last video?
1:48 What we are going to learn from today's video?
2:42 Scoped Application and Private Scope
5:33 What is Global Scope?
7:02 Explore Application Scope (Demo)
11:17 What is NameSpace? (Demo)
14:29 Thanks for watching !!
Welcome to ServiceNow Developer series !!
We are preparing for Certified Application Developer (CAD) exam.
We will learn all the relevant topic regarding ServiceNow Development.
-All Playlist -
ServiceNow Developer - • ServiceNow Developer
ServiceNow CSA Exam preparation 2023 - • ServiceNow CSA Exam pr...
ServiceNow Virtual Agent (CHATBOT) - • ServiceNow Virtual Age...
ServiceNow System Administrator - • ServiceNow System Admi...
Microsoft Azure - • Microsoft Azure
#servicenow
#techwithpri
#techworld
#techchannel
#usecase

Пікірлер: 18

  • @rohitdwivedi8195
    @rohitdwivedi81953 ай бұрын

    waiting for integrations videos

  • @user-eu9lu6fx7t
    @user-eu9lu6fx7t6 ай бұрын

    Hello Pri, Nice video. I really appreciate you making such informative videos for us. I am facing one problem in ServiceNow. If you could help me with that. So I am designing a Service portal Page in serviceNow but even if I clone the index I am not able to see the Navigation bar on the top of the page. I will really appreciate if you could tell me how do I get the navigation bar when designing a page in Service portal.

  • @techwithpri

    @techwithpri

    6 ай бұрын

    Hey !! So in that case you can check the below - Check if the page you're working on is set to inherit navigation from its parent page (usually the index page). Navigate to the page's properties and verify the "Inherit Navigation" setting. If the navigation widget is present but inactive, activate it. Or you can add the "Navigation" widget to the top of your page layout in the Page Designer. Let me know for any further concern !! Keep watching and keep learning 👍👍

  • @Shoaibshaafishorts
    @Shoaibshaafishorts6 ай бұрын

    waiting for your next video Pritham

  • @techwithpri

    @techwithpri

    6 ай бұрын

    Yes it's taking sometime but coming this week only. Keep watching and keep learning. 👍

  • @Rahulrajkumaryadav922
    @Rahulrajkumaryadav9226 ай бұрын

    Dear Sir, I would like to express my appreciation for the informative video you have shared. However, I have a query regarding the functionality of the "Does not start with" and "Does not end with" operators in ServiceNow. It seems that these operators are not available out of the box. I am curious to know if there is a way to develop this feature or if there are alternative methods to achieve the same results

  • @techwithpri

    @techwithpri

    6 ай бұрын

    Hey!! Thats a great question. Yes these are not available in operator out of the box, but you can try below - var gr = new GlideRecord('table_name'); gr.addQuery('field_name', 'NOT LIKE', 'StartString%'); // Does not start with gr.addQuery('field_name', 'NOT LIKE', '%EndString'); // Does not end with gr.query(); Let me know if that solves your issue 😄 Keep watching and keep learning 👍👍

  • @Rahulrajkumaryadav922

    @Rahulrajkumaryadav922

    6 ай бұрын

    @@techwithpri thanks for your reply, but it's not working

  • @srijanmalonly
    @srijanmalonly6 ай бұрын

    Hi Pri can you please make a video on Client side script and client side parameter on Ui builder form validation, like name, date of birth, address, phone number validation.😊

  • @techwithpri

    @techwithpri

    6 ай бұрын

    Hey!! The full UI builder series is coming soon on my channel...🔜 Keep watching and keep learning 👍👍

  • @mk-cb9je
    @mk-cb9je3 ай бұрын

    If I would join your channel what will get benifits any one can tell me please

  • @techwithpri

    @techwithpri

    3 ай бұрын

    Hey! So once you join the channel you will get access to ServiceNow CSA exam preparation video from part 4-11 (100+ questions relevant for clearing CSA exam) Use case video on Javascript (3 is there, more coming) Use case video on complex Business Rules and Script include (Starting from this Sunday) More videos are coming..stay tuned.. Enjoy member benifits..🤓

  • @user-eu9lu6fx7t
    @user-eu9lu6fx7t5 ай бұрын

    Hello Pritham, Your channel is my go to channel when it comes to learning ServiceNow. I have a question, if I am an admin and I want to check the impersonate log how can I do that in ServiceNow. Thank you so much in advance. Your content is amazing.

  • @techwithpri

    @techwithpri

    5 ай бұрын

    Hey!! Here are two links that would help you for sure.. www.servicenow.com/community/developer-forum/impersonation-logs/m-p/2229952 And support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0717055 Let me know if that helps 🥳🥳 Keep watching and keep learning 👍

  • @user-eu9lu6fx7t

    @user-eu9lu6fx7t

    5 ай бұрын

    Omg thank you so much, you took time to give me the right answer. This is exactly what I was looking for. Could you help me with one more thing. I have created a service catalog. Now I want to use a flow designer for it for the approval for the request made by the user. How can I do that, could you please guide to the right resource from where I can learn it. Again thank you so much for helping me always. @@techwithpri

  • @techwithpri

    @techwithpri

    5 ай бұрын

    You are most welcome 😀. Well for service catalog please check my video in Servicenow System Administrator playlist. You will find three videos on service catalog watch those videos it would help you to solve your approval flow😎. Let me know if that helps 👍

  • @user-eu9lu6fx7t

    @user-eu9lu6fx7t

    5 ай бұрын

    @@techwithpri Thank you for your reply. I will watch all the videos that you have made over Service Catalog and then try to implement it. I will update you in case I have any issues with it. Btw your video editing and intro is great...

  • @techwithpri

    @techwithpri

    5 ай бұрын

    Thank you so much 👏