You can create document file from servicenow and by script Then how to generate html code you […]
Covert time based on timezone Get user current timezone
Create a Email Script: getAllVariables as example below and call in notification like ${mail_script:getAllVariables}
Here is the example script include that can help you to get the Top Parent department name […]
Capture Custom Record in a Updateset Capture Record along with attachment
Business Rule can run insert/update/delete in many conditions. To Identify on which condition the business is actually […]
Steps to Generate PDF from the script Create a table General Document Template(u_general_document_template) – Which will contains […]
Using GlideRecord we can Create,Update,Read,Delete (CURD) in ServiceNow. Here is some example that can help you understand […]
We can insert a record using GlideRecord and Encoded query.  
Get choice list by script in OOB Script Include. We don’t need to write an additional script […]