batch-operations
Installation
SKILL.md
Batch Operations
Overview
This skill covers efficient techniques for bulk operations in ServiceNow:
- Mass record creation with proper relationships
- Bulk updates with validation and error handling
- Performance considerations for large datasets
- Transaction management and rollback strategies
- Parallel processing patterns
When to use: When creating or updating many records at once, data migrations, bulk imports, or mass data corrections.
Who should use this: Administrators, developers, and data migration specialists.