hii sir ... am follower of ur servicenow videos.. each and every video is perfect and simple way to undestand by ur way of teaching is good ... thanks soo much sir i learned a lot frm u
Hello Sir, I am able to view the button above..but after clicking the UiAction Button fields are not auto populating. Script : function fillinformation() { var answer = confirm('Are you sure want to fill information'); if (answer == true) { g_form.setvalue('caller_id', g_user.userID); g_form.setvalue('short_description','Filled by UI Action'); } }
Hi Sir, I am using Quebec version, I am getting the popup but fields are not populated, Could you please help me on this. Below is the code function fillInformation() { var answer = confirm("Are you sure you want to fill Information"); if (answer == true) { g_form.setValue('short_desction', 'This is from UI action'); g_form.setValue('caller_id', g_user.userID); } }
Hi sir I m not finding email box in Incident page and when I created UI action unable to find short description text automatically...it's showing empty,please do needful
Hi, Email field in custom field, means it is created by me for demonstration purpose. Please send me the code I will check and will revert :) Thankyou !!! Basico ServiceNow Learning
You explained with basic examples. Thank you.
hii sir ... am follower of ur servicenow videos.. each and every video is perfect and simple way to undestand by ur way of teaching is good ... thanks soo much sir i learned a lot frm u
Thank you so much so sir. This video is really helpful for beginners.
You are most welcome
hii bro, you are explaining the topic very very well please continue to do on all concepts which is helpful to us
Thankyou Rohit. Please do share my TH-cam channel. :)
Excellent explanation, pls share application modules & overview administration. Thank you
Thankyou, Please do share my youtube channel :)
Helpful video😊
Really helpful.
Glad it was helpful!
Very Useful!! Thanks!!
Thankyou Mary :)
Can you tell me which function we should use if we want the button to be visible when any field is empty or filled?
Can you please make video on ui action on service catalog item
Please provide server side examples also in UI Action.
Hi Vikas,
I have already posted the video for the same, It is available in the playlist.
Thankyou !!!!
Hello Sir, I am able to view the button above..but after clicking the UiAction Button fields are not auto populating.
Script : function fillinformation()
{
var answer = confirm('Are you sure want to fill information');
if (answer == true)
{
g_form.setvalue('caller_id', g_user.userID);
g_form.setvalue('short_description','Filled by UI Action');
}
}
❤💯
sir can u provide serviceNow developer demo projects for example and undestanding
Sure, I will post some demo requirement docs.. which will help others to understand the requirement and to develop the functionality.
please post vedio how to remove a ui action of task table which is in incident form context menu
hello can you help me to create a deactivate button on the user table when i clicked the deactivatebutton it will deactivate the user?
Hi Sir, I am using Quebec version, I am getting the popup but fields are not populated, Could you please help me on this. Below is the code
function fillInformation() {
var answer = confirm("Are you sure you want to fill Information");
if (answer == true) {
g_form.setValue('short_desction', 'This is from UI action');
g_form.setValue('caller_id', g_user.userID);
}
}
Please make correction : short_description
@@BasicoServiceNowLearning its working thanks for your reply
Hi sir I m not finding email box in Incident page and when I created UI action unable to find short description text automatically...it's showing empty,please do needful
Hi,
Email field in custom field, means it is created by me for demonstration purpose. Please send me the code I will check and will revert :)
Thankyou !!!
Basico ServiceNow Learning
What about List Context Manu?
ji, you have skipped telling "LIST CONTEXT MENU",could you please tell me