Difference between revisions of "Codeunit/Integration/IntegrationFieldValueMap"
Jump to navigation
Jump to search
old>Admin (Created page with '== 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 emp…') |
m (1 revision imported) |
Latest revision as of 11:51, 10 December 2021
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