Codeunit/Integration/IntegrationFieldLookupKey

From TempusServa wiki
Revision as of 11:28, 18 March 2013 by old>Admin (Created page with '== What it does == Looks up another value based on the string provided, for use in a scheduled integration. Example: SELECT Name FROM user WHERE Email = '@VALUE@'; == How to…')
(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.

Example:

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


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

The expression must contain the parameter: @VALUE@


Developer info

  • Type: CodeunitTranslator
  • Security: None