business-rule-patterns

Installation
SKILL.md

Business Rule Best Practices for ServiceNow

Business Rules are server-side scripts that execute when records are displayed, inserted, updated, or deleted.

When to Use Each Type

Type Timing Use Case Performance Impact
Before Before database write Validate, modify current record Low
After After database write Create related records, notifications Medium
Async Background (after commit) Heavy processing, integrations None (background)
Display When form loads Modify form display, set defaults Low

Available Objects

Installs
59
GitHub Stars
75
First Seen
Jan 22, 2026
business-rule-patterns — groeimetai/snow-flow