Skip to main content

IntegrationFieldLookupKey

What it does

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

A lookup will be executed substituting the @VALUE@ in the SQL expression passed to the codeunit.

Note that the @VALUE@ is SQL escaped for security reasons.

How to invoke

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

dk.p2e.blanket.codeunit.common.IntegrationFieldLookupKey

Configuration

Insert an SQL expression in:

[fieldmapping] > Configuration values

Example:

 SELECT Name FROM user WHERE Email = '@VALUE@';

Developer info

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