About E2ES

Prev Next

The Entity to Entity Service (E2ES) lets you define, store, and manage reusable entity mappings that describe how to copy or move data from a source entity to a target entity. Think of an E2ES mapping as a saved “routing slip” for data: it names the source, the destination, the mode (insert/update/upsert), optional filters, and the field-to-field mapping.

Use E2ES when you need to:

  • Standardize data movement rules across environments and teams

  • Reuse the same mapping repeatedly

  • Version and maintain mapping definitions without hardcoding them in integration code

  • Manage mappings by ID or by name

What you can do with E2ES