Hi Michael, You can use GlideRecord in client scripts and it runs fine in native view of Service Catalog as well. However, it is not recommended by ServiceNow to use GlideRecord in client scripts. Secondly, when you move to Service Portal, your client script stops working and will show javascript errors. That is why always use GlideAjax
I just started work at my company with ServiceNow and your videos are helping me a lot to at least understand how it works. Thanks!
Great to hear!
Your Explanation is excellent, you makes it easy to understand. Keep it up!!
Hi, i am finding difficulty in creating a script that sum variables inserted by the user in the service catalog
Awesome video sir. Is it possible to move variables into variable set?
Super. The explanation in this demo very nice.
Can you please create a video on how to add variable to a variable set using background script
Macro and macro with lable. How to use?
I will post the video on Macro :)
i just did certification i am applying for jobs but no response. any suggestion will help thank you
Friend, how can I map a variable (that is inside a variable set) to field?
It can be done in record producers . In Service Catalog you can use g_form.setValue()
It's fantastic video, can we use GlideRecord in client scripts??
I also have the same doubt
Hi Michael,
You can use GlideRecord in client scripts and it runs fine in native view of Service Catalog as well.
However, it is not recommended by ServiceNow to use GlideRecord in client scripts. Secondly, when you move to Service Portal, your client script stops working and will show javascript errors.
That is why always use GlideAjax
Thanks for your valuable information.shall we use script include also write ?
Thank you Yasin, I will post the seperate video for the same. Please do share my channel with others :)
Great vedio. Could you please upload some videos on UI page examples and transform map scripts in different category examples.
Thank you Akshaya :)
can we write gliderecord code in onload client script?
Hi, writing gide record in client script is not good practice, you can use g_scratchpad or glide ajax
Thank you
You're welcome