Skip to main content

IntegrationFieldValueMap

What it does

Looks up another value based on the string provided, for use in a scheduled integration.

Values will be swapped from a list provided to this codeunit.

An empty string will be returned if no match can be found.

How to invoke

Insert value in field mapping Designer > Integration > Import sources > [integration] > [fieldmapping] > Codeunit handler

dk.p2e.blanket.codeunit.common.IntegrationFieldValueMap

Configuration

Insert value maps seperated by "@" in:

[fieldmapping] > Configuration values

Example:

Tesla Model S@Large car
Hummer@Large car
Toyota Corolla@Medium car
Suzuki Swift@Small car

Developer info

  • Type: CodeunitTranslator
  • Security: None
  • Classpath: dk.p2e.blanket.codeunit.common.IntegrationFieldValueMap