Hahaha !! I am glad that my video helped you to clear your understanding ..keep watching other important videos on ServiceNow Developer series and that would help you a lot for sure 🤓
i'm working in HCL as software developer. They assigned me task related to serice-now, i never worked on it. I searched in youtube and found your channel 'TechWithPri'. The SNOW series is very helpfull. Thanx Pritam. ❣
Believe me or not but I would like to say this when it comes about teaching. East or West Pritam is the Best. Kudos to you brother and thank you so much for all the helpful contains.
@@simhareddy1948 Sorry for the late reply!! Well for me I always use the getelement method, however its just a choice both returns the HTML element for the specific field. 😃
Hey 👋!! I am good 😊 Yes I have already started uploading complex use case videos for the members. Join my channel now too get access over the "ServiceNow Complex Use Case" playlist. joining link - 🤓ruclips.net/channel/UCq9dV0PMEdQFzD4JTCNfK3Ajoin
Could you please share the document or reference regarding the usage of "g_form.getDisplayValue"? * Specifically, I'm interested in understanding why it's marked as not recommended for UI code.
@@techwithpri that I have installed it is working. I am asking about.. in service now form view you are getting table name beside the field.. right, how to get that
Hello Pritam, thanks for great video again, i am trying to use getDispalyBox methods try to call it using object g_form but its not showing in my PDI could you please help,iam using washington Dc vesrion
Hi Pritam, Thanks for the video on SNOW development. But the many scripts which you have explained in this video for object g_form are not running on my PDI. Could you please help me what should I do?
@@techwithprisomething went wrong with my PDI, so I reset it. Post that it's working. But when I was trying to use g_form.addOption method for 'Subcategory' field it doesn't work.😮
Sure bro!! But as you can see, I have just started the series and I have to go step by step. First I need to tell about the difference between Global Scope and Private Scope and then only I can show them. So I will go step by step, and will show same API but in private scope.
Hey!! Not only watching, you have to practice the same in your PDI and also creating a custom application would help you for sure. Let me know for any further quires !!
Sometimes i need to check exact name of a field as it wont matches with label, but i noticed you do something that makes it visible on the screen with label like FieldLabel|fieldname How to do this setup?@techwithpri
Hey 👋 You just need to add the sn utils plugin in your chrome that's it. Then just double click on any white space in a form or list view and bang on!! It works 🤓
Why does this not have more views? Thanks man for your lectures! Life saver for the 'last moment' students like me.😁
Hahaha !!
I am glad that my video helped you to clear your understanding ..keep watching other important videos on ServiceNow Developer series and that would help you a lot for sure 🤓
i'm working in HCL as software developer. They assigned me task related to serice-now, i never worked on it. I searched in youtube and found your channel 'TechWithPri'. The SNOW series is very helpfull. Thanx Pritam. ❣
The pleasure is all mine 🤓..Keep watching and keep learning 👍
Bro u r a great lecturer ❤ this video's are helped me a lot.
The pleasure is all mine 🤓🙏🏻
Believe me or not but I would like to say this when it comes about teaching. East or West Pritam is the Best. Kudos to you brother and thank you so much for all the helpful contains.
@@mohdhasim1332 The pleasure is all mine 🤓..Thank you so much for this compliment!!!Keep watching and keep learning 👍
Please also create videos on integration in service now
Sure, Noted 😄
Great tutorial....can also we use getcontrol for changing field color right?
Yes you are right !! 😃
@@techwithpri Thanks for reply., then when should use getcontrol and getelement methods
@@simhareddy1948 Sorry for the late reply!!
Well for me I always use the getelement method, however its just a choice both returns the HTML element for the specific field. 😃
Hi @pri, how are you?
Will you upload use cases for client scripts as you have mentioned in this video.
Hey 👋!!
I am good 😊
Yes I have already started uploading complex use case videos for the members.
Join my channel now too get access over the "ServiceNow Complex Use Case" playlist.
joining link - 🤓ruclips.net/channel/UCq9dV0PMEdQFzD4JTCNfK3Ajoin
Could you please share the document or reference regarding the usage of "g_form.getDisplayValue"?
* Specifically, I'm interested in understanding why it's marked as not recommended for UI code.
Hey !!
here you go developer.servicenow.com/dev.do#!/reference/api/utah/client/c_GlideFormAPI#GF-getDisplayValue_S?navFilter=glideform
Please let me know what short cut is used by you to show the field back end names at 15.59...
Hey!!
Just go to ServiceNow and JavaScript playlist and watch the video VS Code+ ServiceNow.
I explained the whole process there. Thanks 👍
@@techwithpriThank You so much
what keys are you using for switching the view to see the table name...???
Hey 👋
Sorry for the late reply 😔
It is a plugin called sn utills just install it in your chrome and you see the magic 🪄
at 17:32 how are you seeing another name for a field. For example 'Configuration item' there is another name like 'cmdb_ci' and how can you do that
Can you tell me about this
Just download snUtils plugin from Chrome Store.
Thats it 🤓
@@techwithpri that I have installed it is working. I am asking about.. in service now form view you are getting table name beside the field.. right, how to get that
Oh !!
Just double click on any white area in your form and it will work 🤓
Hello, how did you toggle between backend name and label name in the form at 17.32 sec? Any shortcut?
Hey 👋
Yes there is a shortcut..
to know about it check my below video -
ruclips.net/video/8nC0t4PH7mw/видео.html
hello Pritam,i am not able to call getDispalyBox method in my clientscript method starting from D its only showing get decimalvalue,what to do
Hey 👋
Try using getDisplayBox and see if that is working or not , it generally does not show in the suggestion 🤓
@@techwithpri thanks pritam will try once again 😊
Hello Pritam, thanks for great video again, i am trying to use getDispalyBox methods try to call it using object g_form but its not showing in my PDI could you please help,iam using washington Dc vesrion
Hey 👋
in generally getDisplayBox does not show in the suggestion but you can still use it. Check whether it is working or not 🤓
Hi Pritam, Thanks for the video on SNOW development. But the many scripts which you have explained in this video for object g_form are not running on my PDI. Could you please help me what should I do?
Hey!!
Can you please help me with the error you are getting or the problem you are facing while dealing with g_form methods?
@@techwithprisomething went wrong with my PDI, so I reset it. Post that it's working. But when I was trying to use g_form.addOption method for 'Subcategory' field it doesn't work.😮
@@techwithpri Also, the last 2 scripts explained in this 1. hideRelatedList/s and 2. getElement didn't run/executed in my PDI Utah. Please suggest...
Hi Pritham,can you tell the short cut of seeing the field names
Hey 👋
Just use sn utills plugin that would do the work 🤓
@@techwithpri ok thank you
Can you do video for scope application methods instead of glide global scope
Sure bro!!
But as you can see, I have just started the series and I have to go step by step.
First I need to tell about the difference between Global Scope and Private Scope and then only I can show them.
So I will go step by step, and will show same API but in private scope.
Hi.. is it enough to prepare for interview by watching your service now Admin and developer videos as freshers. Thanks :)
Hey!!
Not only watching, you have to practice the same in your PDI and also creating a custom application would help you for sure.
Let me know for any further quires !!
Hi Pri, I can't find the link to the icons. Please put it back up for me 🙂
Hey 👋
Which link ? 🔗
@@techwithpri I'm sorry, I'm talking about the list of the icons like 'icon-lightbulb'.
dude where is icon list
Sorry !! which icon list?
hi @techwithpri
Can you share the icon link for my reference. I do more practice
Hey 👋
Sorry for the late reply 😔
Which icon link you are talikng about?
Sometimes i need to check exact name of a field as it wont matches with label, but i noticed you do something that makes it visible on the screen with label like
FieldLabel|fieldname
How to do this setup?@techwithpri
Hey 👋
You just need to add the sn utils plugin in your chrome that's it.
Then just double click on any white space in a form or list view and bang on!!
It works 🤓
@@techwithpri Thanks 😊, i will do that.