My Service-now Notes

Service-now My Notes

  • Servicenow- Details notes
  • SN – Introduction
Skip to content

Author: Pavan

April 17, 2019

Server side Code – Assignment

    Test (Table) Auto Number Short Description User (reference to sys_user) Incident (reference to incident) After Creating a record in test table, Incident…

April 11, 2019

Servicenow – Tables

Users – sys_user Roles – sys_user_role Group – sys_user_group Contains Roles – sys_user_role_contains UserRole mapping – sys_user_has_role GroupMember – sys_user_grmember Application menu – sys_app_application…

April 1, 2019

Dictonary Overriding

It allows the system administer to define a field on extended table differently from those field on parent table without affecting the parent table…

April 1, 2019

Glide Ajax for Date and Time

Glide Ajax for Date and Time   function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue == ”) { return; } var…

April 1, 2019

Business Rule Examples

addJoinQuery(string Join Table,object primary field,object join table field): adds filter to return a record based on relationship in related table ex . I have…

March 29, 2019

Service-now Users and Screen

Users are categorized by role in service now.  End User: Who don’t have any role Who can generally access the “Self Service application Menu”….

March 29, 2019

SCRIPTING IN SERVICE NOW

CLIENT SCRIPT 1. G-FORM:GlideForm.js is the Javascript class used to customize forms. g_form.getValue(‘short_description’) g_form.setValue(‘short_description’, “”) g_form.addOption(‘priority’, ‘2.5’, ‘2.5 – Moderately High’, 3) g_form.getTableName() g_form.addErrorMessage(‘This is an error’) g_form.addInfoMessage(‘The…

March 28, 2019

Incident- Problem and Change Process

INCIDENT: An incident is an unexpected interruption to any service. In ITSM, if user is facing any unexpected interrution, he should raise an incident…

March 26, 2019

Importset and Transform map in ServiceNow

Importing data in ServiceNow For the client onboarding process when we need to add the data from external source into Service now , following…

March 26, 2019

Update Set Overview

Update Sets 1. Update sets are used to capture the configuration data of a table. Update sets can be used to migrate the configuration…

Posts navigation

1 2 Next

Recent Posts

  • Server side Code – Assignment
  • Servicenow – Tables
  • Dictonary Overriding
  • Glide Ajax for Date and Time
  • Business Rule Examples

Categories

  • Uncategorized

Login

  • Register
  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
Copyright My Service-now Notes. All rights reserved. | Powered by WordPress & Writers Blogily Theme