Hello ServiceNow Geeks, In this article, I will cover a very important and interesting topic in ServiceNow. It is about on demand execution of scheduled job from script in workflow run script activity or any business rule, or any other scripting flow. As you are aware Scheduled Job helps in automating a repetitive task, which in return removes the dependency of manual intervention to run script in ServiceNow. Scheduled job…
View More Run Scheduled job from scriptConvert table records to excel using background script
Hello ServiceNow Geeks, This article is specifically prepared for you to provide you a script to covert table records to excel sheet using background script in ServiceNow. Here is the code for same requirement- I hope this will help you in fulfilling your requirement too. Please do comment your requirement and script which may help other developers of our ServiceNow community. Do share your this article and let us know…
View More Convert table records to excel using background scriptDate Validation in ServiceNow
Hello ServiceNow Geeks, In this article, I will be covering the concept of date/time filed validation in ServiceNow. I will take a practical example of past and future date validation in ServiceNow. At the end of this article, you will be able to solve practical questions like- how to restrict date field in ServiceNow, how to restrict past date in ServiceNow, date should not be past date, and date format…
View More Date Validation in ServiceNowIncident vs Problem Management – ServiceNow
Hello ServiceNow Geeks, In this article, we will cover minute differences between incident and problem management in IT Service Management. Let us know dig more into the incident and major incident. Both of them play a vital role in IT service management. As we already mentioned, Incident is handled by Service desk agent which has ITIL role and so auto-closure is applicable in this kind of record. However, major incident…
View More Incident vs Problem Management – ServiceNowAccenture ServiceNow Interview Questions
Hello ServiceNow Geeks,In this article, I will cover ServiceNow Interview questions which you must go through and consider learning before appearing for technical interview in Accenture. How many types of Business rule are available in ServiceNow and what is their order of execution? What are the best practices for writing Business Rule? What are the best practices for writing client script? How to call Script include in client script? What…
View More Accenture ServiceNow Interview QuestionsCognizant ServiceNow Interview Questions
Hello ServiceNow Geeks,In this article, I will cover Cognizant ServiceNow interview questions which you must go through and consider learning before appearing for technical interview. What is getRowCount() used for? What is retroactive start in SLA? How to create SLA schedule? What all types of variables are available in Service Catalog? How to arrange service catalog variables in two columns? What is workflow scratchpad? What all types of reference qualifier…
View More Cognizant ServiceNow Interview QuestionsNagarro Interview questions for ServiceNow
Hello ServiceNow Geeks,In this article, I will cover ServiceNow Interview questions for Nagarro which you must go through and consider before going for technical interview. Tell me about yourself and your experience in ServiceNow What is Query business rule? We need email address of caller (reference field) using dot walking. How would you do it? What is Script action? We have a business rule and we want short description of…
View More Nagarro Interview questions for ServiceNowsetTimeout() function – ServiceNow
Disable one choice list option (which is dependent on another field) based on role onLoad Script onChange Script
View More setTimeout() function – ServiceNoworderBy() vs orderByDesc() – ServiceNow
Both orderBy() and orderByDesc() are used to sort out query results before iterating and using the returned data using next() function in ServiceNow. Usage of orderBy() and orderByDesc() method Both of them accept single argument That argument would be the back-end name or dictionary name of the table column to be used. For Example, take an example of “Created on” field on change request table. Dictionary column name of this…
View More orderBy() vs orderByDesc() – ServiceNowEY ServiceNow Interview Questions
Hello ServiceNow Geeks, In this article, I will cover the whole interview process for ServiceNow in EY and its various aspects and interview questions for experienced candidate in India. First Round – Technical Round This round is generally taken on Microsoft Teams by a technical panel having experience more than 7 years How many types of Business Rules we have in ServiceNow? What is their order of execution? What is…
View More EY ServiceNow Interview QuestionsDeloitte ServiceNow Interview Questions
This article will help you prepare for technical interview for ServiceNow profile in Deloitte. Interview round can be taken face to face or via WebEx session. Most probably, Only one interviewer will be available to take technical interview in every round. Two round of technical interview will be conducted and Interview remains tough in first round comparatively to second round. Here is the list of Latest Deloitte ServiceNow Interview Questions – …
View More Deloitte ServiceNow Interview QuestionsFormat table in Notification Email Script – ServiceNow
Hello ServiceNow Geeks, Today we will cover another interesting feature we can easily develop in ServiceNow, i.e., Notification Email Scripts. In that we will look into a code to format table using notification email script in ServiceNow. In the below code, we are formatting a table for details captured in import set row table. Columns are target record, state, transform map name and comment for import so done. template.print() function…
View More Format table in Notification Email Script – ServiceNow