Mappers

Mappers define how messages are mapped to and from the Infor Operations and Regulations business objects. The Messaging configuration defines a default mapper for all messaging processes. You can also define mappers for specific mappings, which override the default.

Mappers are based on the IMapper interface, which supports two methods:

  • MapFrom
  • MapTo

See the CodeSamples\Code\ION folder in the Infor Operations and Regulations Reference Guide for an example of a custom mapper.