Jay Edutech Logo
Cheat Sheets

Technical Cheat Sheets

Fast, scannable references for ServiceNow and Workday. Keep these close during revision to lock in the concepts that matter most.

ServiceNow

ServiceNow ITSM

Core IT Service Management concepts mapped to their tables and one-line purpose.

ConceptQuick Reference
IncidentRestore service as fast as possible — table: incident
ProblemFind and remove root cause — table: problem
ChangeControlled modification to a service — table: change_request
RequestFulfill a catalog item request — table: sc_request
CMDBConfiguration items and relationships — table: cmdb_ci
SLATrack response and resolution targets — table: task_sla
ServiceNow

ServiceNow Admin

Administration essentials for managing users, access, and data across an instance.

ConceptQuick Reference
RolesGrant access via role assignment to users and groups
ACLRow and field-level security rules evaluated on access
Update SetPackage and move customizations between instances
Import SetStage external data before transforming into target tables
Transform MapMap staged import fields onto target table fields
Business RuleServer-side logic that runs on database operations
ServiceNow

ServiceNow Developer

Scripting references grouped by where the code runs and how to keep it maintainable.

Client Side

g_form
Read and manipulate fields on the current form
g_user
Access the current user's roles and details
GlideAjax
Call server-side script includes from the client

Server Side

GlideRecord
Query, insert, update, and delete records
GlideSystem (gs)
Utility methods, logging, and user context
Script Include
Reusable server-side classes and functions

Best Practices

Query efficiency
Add filters and limits before iterating results
setWorkflow(false)
Suppress business rules on bulk data updates
Naming
Prefix custom fields and scripts for clarity
Workday

Workday Cheat Sheets

High-frequency Workday references grouped by the modules candidates use most.

HCM Fundamentals

Supervisory Org
Backbone structure that groups workers under a manager
Position
A seat that a worker fills within an org
Job Profile
Reusable template defining a job's attributes

Recruiting

Job Requisition
Request to fill one or more open positions
Candidate
Person progressing through the hiring pipeline
Offer
Business process step that extends terms to a candidate

Reporting

Calculated Field
Derived value reused across reports and integrations
Advanced Report
Multi-source report with prompts and grouping
Matrix Report
Summarized data across rows and columns