New: ITOM & Trusted CMDB MasterclassExplore program →
Connect on Topmate ↗LinkedInYouTube
ITSM DEVELOPMENT

Record Producer Routing Checklist

A build and testing checklist for mapping producer variables and routing incidents to the correct group.

Updated 28 Aug 2026 · 7 min read
Variable mappingDecision-based routingTest coverage

Map only valid target fields

Map producer variables to the created record using backend field names. Validate optional custom fields before setting them, and keep the mapping readable so future changes are safe.

  • Use backend names
  • Handle empty values
  • Validate custom fields
  • Keep routing separate from display logic

Centralise assignment logic

When assignment depends on category, subcategory, technology or application, use a maintained mapping table or Decision Table. This is easier to support than a long chain of hard-coded conditions.

Minimum test set

Test every supported combination, an unsupported combination, empty optional values and inactive mappings. Confirm the created incident values, assignment group and user-facing error behaviour.

Continue learning with Ravi.

Explore more practical guides or request the next topic.