How to get the row count in a gliderecord?
By using the getRowCount() function you can retrieve the number of rows.
Q. What is the difference between deleteMultiple() and deleteRecord()
deleteMultiple() deletes multiple records according to the current “where” clause. Does not delete attachments, whereas deleteRecord() deletes single record.
Q. How to restrict users to upload an attachment in servicenow
Following is the step wise step process:
Navigate to System Properties > Security.
In the Attachment limits and behavior section, locate the List of roles (comma-separated) that can create attachments: property (glide.attachment.role).
Enter one or more roles separated by commas.
Only roles listed in this property are able to upload attachments to a record. If no roles are entered, then all roles can upload attachments to ServiceNow forms.
Click Save.
Q. How to disable attachment on a specific servicenow table?
Go to the dictionary of that table and add “Add no_attachment” to the Attributes field.
Q. What is the significance of cascade variable checkbox in order guide ?
Check box to select whether the variables used should cascade, which passes their values to the ordered items. If this check box is cleared, variable information entered in the order guide is not passed on to ordered items.
Q. What are Gauges ?
A gauge can be based on a report and can be put on a homepage or a content page.
Q. What do you mean by Metrics in ServiceNow?
Metrics record and measure the workflow of individual records. With metrics, customers can arm their process by providing tangible figures to measure, for example, how long it takes before a ticket is reassigned or changes state.
Q. How may types of search is available in ServiceNow ?
Use any of the following searches to find information in ServiceNow:
Lists: find records in a list;
Global text search: find records in multiple tables from a single search field.
Knowledge base: find knowledge articles.
Navigation filter: filter the items in the application navigator.
Search screens: use a form­like interface to search for records in a table. Administrators can create these custom modules.
Q. Which roles are used by Knowledge management?
Knowledge management uses these roles knowledge , knowledge_admin , and admin role.
Q. How to create your own report?
Navigate to Reports > Create New. In releases prior to Eureka, navigate to Reports > View / Run and then click New.
Q. How to activate the reporting engine?
Make the glide.report.use_charting_v2 system property to true.
Q. Name few types of reports that you can generate?
Few of reports are:
List
Bar
Pivot
Pie
Calender
Q. How to control the script conditions of Access Control Rules apply to a table’s reference fields ?
You can Add glide.sys_reference_row_check to the System properties and set to true.
Q. How to create an Inbound Email Action?
Navigate to System Policy > Email > Inbound Actions and Click New.
Q. How ServiceNow recognizes Inbound Emails?
Via Watermark or In­Reply­To email header. If These are not present, ServiceNow recognizes email containing a prefix in the subject line.
Q. How to enable automatic user creation from email ?
Set the property glide.pop3readerjob.create_caller to true in system properties.
Q. How to allow locked out users to trigger inbound email actions?
By adding the system property glide.pop3.process_locked_out to true.
Refer for more Information.
https://wiki.servicenow.com/index.php?title=Inbound_Email_Actions