Codeunit/Integration/IntegrationFieldValueMap

From TempusServa wiki
Revision as of 12:51, 10 December 2021 by Tvi (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 > [intergration] > [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