ServiceNow Developer — Weekly Work Schedule

I asked Claude to plan my weekly ServiceNow Developer Schedule:


Monday — Sprint Planning & Scripting

TimeTaskExample Work
9:00 AMStand-up & sprint planningReview backlog tickets, assign story points, discuss blockers. Example: prioritizing a Flow Designer automation for HR onboarding.
10:00 AMClient script developmentWrite an onChange client script to auto-populate the Assignment Group field based on category selection on the Incident form.
12:00 PMLunch / break
1:00 PMBusiness rule authoringCreate a “before insert” business rule on the Problem table to enforce mandatory fields and auto-set Priority based on Impact × Urgency matrix.
3:00 PMUnit testing scriptsRun ATF (Automated Test Framework) tests for client scripts. Validate onChange logic across multiple browsers and user roles.
4:30 PMEnd-of-day notesUpdate story comments in the ServiceNow SDLC app. Document script logic, scope, and edge cases discovered during testing.

Tuesday — Flow Designer & Integrations

TimeTaskExample Work
9:00 AMStand-upShare daily progress. Example: report that HR onboarding flow is 60% complete, flag approval step dependency.
9:30 AMFlow Designer workflow buildBuild an HR onboarding flow: trigger on new employee record, auto-create tasks for IT, Facilities, and HR, send approval to manager, provision access.
11:30 AMREST API integrationCreate a REST Message record to connect ServiceNow to an external payroll system. Write a scripted REST API call using GlideHTTPRequest to push employee data.
12:30 PMLunch / break
1:30 PMIntegration testingTest REST API payload using the REST API Explorer. Validate JSON response parsing and error handling in Transform Maps.
3:30 PMPeer code reviewReview a colleague’s Script Include for reusable CMDB query logic. Check for proper use of GlideRecord, avoid hardcoded sys_ids, add inline comments.
4:30 PMDocumentation updateWrite technical design notes for the integration: endpoint, auth method, payload structure, and error codes.

Wednesday — CMDB & Service Catalog

TimeTaskExample Work
9:00 AMStand-upDiscuss CMDB data quality findings from the previous day’s Discovery run. Flag duplicate CI records.
9:30 AMCMDB relationship mappingDefine CI relationships between Application CIs and Server CIs. Use the Dependency View map to validate Business Service impact chains.
11:00 AMService Catalog item buildBuild a “New Software Request” catalog item with variable sets for requestor info, software name, business justification, and approval routing via Flow Designer.
12:30 PMLunch / break
1:30 PMDiscovery configuration reviewReview MID Server logs, confirm IP ranges are scanned, check Probe/Sensor results for Windows servers. Resolve classification errors.
3:00 PMCatalog testing & QASubmit test requests as end-user role. Verify variable rendering, approval routing, task generation, and notifications fire correctly.
4:30 PMUpdate user storiesMark catalog item tasks done, add acceptance criteria notes, link test evidence to SDLC stories.

Thursday — ITSM Workflows & Notifications

TimeTaskExample Work
9:00 AMStand-upDemo completed catalog item to product owner for quick feedback before sprint review.
9:30 AMAssignment rule configurationCreate Assignment Rules to auto-route Incidents by category: Network issues → Network Ops group, HR issues → HR Help Desk group.
11:00 AMNotification & email template buildCreate HTML email notifications for Incident assigned, SLA breach warning, and Problem resolved events. Use ${variable} syntax for dynamic fields.
12:30 PMLunch / break
1:30 PMSLA definition & configurationConfigure a P2 Incident SLA: 4-hour response, 8-hour resolution. Set conditions, schedule (business hours), and pause conditions for Pending/On Hold states.
3:00 PMSLA & notification testingCreate test incidents of each priority. Confirm SLA timers start/pause/stop correctly. Verify emails land in test inbox with correct dynamic data.
4:30 PMSprint review prepPrepare a short summary of completed work for Friday review: screenshots, demo flows, and notes on any open items.

Friday — Sprint Review, Refactoring & Learning

TimeTaskExample Work
9:00 AMSprint review meetingDemo completed stories to stakeholders: show catalog item, Flow Designer workflow, SLA config, and integration. Gather feedback.
10:30 AMRetrospectiveTeam discusses what went well (Flow Designer efficiency) and what to improve (more test coverage on business rules next sprint).
11:00 AMCode refactoring & cleanupRefactor business rules to use Script Includes instead of inline code. Extract reusable functions into an IncidentUtils Script Include for DRY compliance.
12:30 PMLunch / break
1:30 PMLearning & certification studyStudy for CSA or CAD exam. Review Flow Designer documentation, practice GlideRecord queries in a personal dev instance (PDI).
3:00 PMContent creation / knowledge shareWrite a LinkedIn post or internal wiki article: “How we automated HR onboarding in Flow Designer — 3 lessons learned.”
4:30 PMWeek wrap-up & next sprint prepReview upcoming backlog. Groom new stories, estimate effort, confirm dependencies with the team before Monday planning.

Weekly Focus Areas at a Glance

DayPrimary FocusKey Technologies
MondaySprint planning & scriptingClient Scripts, Business Rules, ATF
TuesdayAutomation & integrationsFlow Designer, REST API, Transform Maps
WednesdayData & self-serviceCMDB, Discovery, Service Catalog
ThursdayITSM configurationAssignment Rules, SLAs, Notifications
FridayReview, refactoring & growthScript Includes, Certification, Content

A few things to note about how a real ServiceNow developer’s week flows:

The rhythm — mornings are for building (scripts, flows, integrations), afternoons for testing and review, and end-of-day for documentation. This keeps context-switching low.

The mix of work types — a single week typically touches client scripts, business rules, Flow Designer, REST APIs, CMDB, Service Catalog, ITSM configuration (SLAs, assignments, notifications), and ATF testing. No two days are the same module.

Friday is intentionally lighter — sprint ceremonies in the morning, refactoring in the afternoon, and time carved out for certification study and knowledge sharing. This is where your content creation work (LinkedIn posts, tutorials, internal wikis) fits naturally into the developer routine.

Leave a Comment

Your email address will not be published. Required fields are marked *