Hi sir... thanking you for your sessions which are very helpful in learning servicenow. I just have completed the course. Now I have to start preparation for the interviews. Could you please give me some interview questions.
thank you very much sir.. your videos are very helpful.. I tried experimenting same..got the accurate results.. Thanks for making videos on basics.. sir I want to know how scratchpad are helpful in workflows and how one workflow becomes activity of other flow.. please share the video link if any..
The most easy video for GlideAjax However, won't it be more easier if we used the "get" method to get the specific record using the sys ID directly without having to use query ?
Hi Sir, Can you please share some real-time scenarios list related to Client scripts, Business Rules , UI Policies , GlideAjax etc. so that we can practice and able to give answers in interview. Thanks in Advance !!
Thank you for this video! Definitely really helpful as with other videos! One thing I wanted to mention was I think your voice was a little lower in this video, so it was a little harder for me to hear everything your saying even though my volume is at 100%.
Hi Sir, Your explanation on topics was really awesome and easy to learn for a beginner, it will be more useful if you provide some challenging tasks at the end of the video. Plz do cover all scripting topics in depth with the real time scenarios /challenges. Keep doing more and more, Thank You!!
tq sir... i have done as it is.. but.. while i am executing this .. it returning null value from script include... could u give me .. what is the problem...
Someone help me with this . I need to check whether logged in user belong to assignment group or not . If yes , then short description is editable . Else readonly. Plz give me script code for this task
Can you please explain the code that you have written for script include. I went through ur previous videos for script include but this code I m not able to follow it.
why i am getting error this is my client script same shown in video {function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; } var ga=new GlideAjax(ScriptIncludeServerUtil); ga.addParam('sysparm_name''getAssetName'); ga.addParam('sysparm_assetName',g_form.getValue('cmdb_ci')); ga.getXML(callBackFunction); function callBackFunction(response) { var answer=response.responseXML.documentElement.getAttribute("answer"); g_form.getValue('u_assest',answer); } //Type appropriate comment here, and begin script below
@@funfanda3524 In your callback function, you have a syntax error it should be as below: function callBackFunction(response) { var answer=response.responseXML.documentElement.getAttribute("answer"); g_form.setValue('u_assest',answer); //instead of getValue it should be g_form.setValue } //Type appropriate comment here, and begin script below
I have one requirement to make name field unique in a variable while making a service request, and that name is CI name if that CI already exist it should give an error how can I achieve it with the help of glideajex?
If I want to get the department ,location ,mobile number of the user while change the user in incident caller field... how can we fulfilment this type of scenario ..
thanks for giving the lessons in such a clear way. very helpful
Nice explanation to the concept of Script Include.
Thankyou Mazhar 😀😀
Hi sir... thanking you for your sessions which are very helpful in learning servicenow. I just have completed the course. Now I have to start preparation for the interviews. Could you please give me some interview questions.
Please visit:
www.basicoservicenowlearning.in
Nicely Explained. Keep it up!. Thanks
Good Information on Glide Ajax. Would you please more videos on Script include and Integrations.
Thankyou
thank you very much sir.. your videos are very helpful.. I tried experimenting same..got the accurate results.. Thanks for making videos on basics.. sir I want to know how scratchpad are helpful in workflows and how one workflow becomes activity of other flow.. please share the video link if any..
You are most welcome, Ramya, I will post the video for the same in some time :)
The most easy video for GlideAjax
However, won't it be more easier if we used the "get" method to get the specific record using the sys ID directly without having to use query ?
Hi Sir, Can you please share some real-time scenarios list related to Client scripts, Business Rules , UI Policies , GlideAjax etc. so that we can practice and able to give answers in interview. Thanks in Advance !!
Thank you very much for your video! you helped me a lot!
Glad it helped!
Thank you for this video! Definitely really helpful as with other videos! One thing I wanted to mention was I think your voice was a little lower in this video, so it was a little harder for me to hear everything your saying even though my volume is at 100%.
Actually these were initial video... i was learning to create videos :)
Very Good Explanation!
Thankyou Amrita, Please do share my UA-cam Channel :)
Please make some videos on PA and Discovery.
Thankyou.
Sir good video pls do more videos in scripting topics in business rules,workflows ,script includes,acls
Thankyou Purus. Please do share my channel :)
@@BasicoServiceNowLearning ok
Hi Sir,
Your explanation on topics was really awesome and easy to learn for a beginner, it will be more useful if you provide some challenging tasks at the end of the video. Plz do cover all scripting topics in depth with the real time scenarios /challenges.
Keep doing more and more, Thank You!!
Thankyou, please do share my UA-cam channel :)
Nice and easy!
Can u tell me about the basic interview questions that i should prepare over client scripts.
My interview is on 10 oct, 19... Plz help if u can.
tq sir... i have done as it is.. but.. while i am executing this .. it returning null value from script include... could u give me .. what is the problem...
Sir, please share some more videos on integration
Sure :)
Someone help me with this .
I need to check whether logged in user belong to assignment group or not .
If yes , then short description is editable .
Else readonly.
Plz give me script code for this task
Can you please explain the code that you have written for script include. I went through ur previous videos for script include but this code I m not able to follow it.
I will post seperate video for script include again. :)
why i am getting error this is my client script same shown in video {function onChange(control, oldValue, newValue, isLoading, isTemplate) {
if (isLoading || newValue === '') {
return;
}
var ga=new GlideAjax(ScriptIncludeServerUtil);
ga.addParam('sysparm_name''getAssetName');
ga.addParam('sysparm_assetName',g_form.getValue('cmdb_ci'));
ga.getXML(callBackFunction);
function callBackFunction(response)
{
var answer=response.responseXML.documentElement.getAttribute("answer");
g_form.getValue('u_assest',answer);
}
//Type appropriate comment here, and begin script below
}
@@funfanda3524 In your callback function, you have a syntax error it should be as below:
function callBackFunction(response)
{
var answer=response.responseXML.documentElement.getAttribute("answer");
g_form.setValue('u_assest',answer);
//instead of getValue it should be g_form.setValue
}
//Type appropriate comment here, and begin script below
}
Thanks alot man❤
I have one requirement to make name field unique in a variable while making a service request, and that name is CI name if that CI already exist it should give an error how can I achieve it with the help of glideajex?
Can we use answer variable outside the function ?
Hi sir
Please upload the vedios of incident problem and change management
I have already posted for incident and problem management. Please check in my youtube channel playlist :)
Muy útil gracias.
Thank you Fernando :)
If I want to get the department ,location ,mobile number of the user while change the user in incident caller field... how can we fulfilment this type of scenario ..
How to autopopulate multiple fields
Please make it Orchestration video plz
Thankyou :)
o:42 time you mentioned ...asynchronus you will use the "getXMLwait() function ....is this right ?
please upload widge and gauge and reports
Not working on my pdi
path for script include
and also upload data polices