Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Useful when you don’t have the data immediately and need to lookup the value in a codeset.

There are various options for performing lookups:

codemap

When you need to validate and normalize field values against code sets, you can use lookup functions to execute the mapping

...

. This is useful when you don’t have the data immediately available.

There are various options for performing lookups. In IguanaX, you can use:

Expand
title1) Codemap library to perform lookups against local code sets you define.

With the Codemap Library you can:

  • Confirm an incoming value is contained in a code set.

  • Translate from one value or code set to another.

...

Map data fields using codemap.lua: http://help.interfaceware.com/v6/codemap-example

...

Expand
title2) Perform an external lookup against a database or API
  • Useful when you don’t have the data within the current system; can look them up elsewhere.

  • If

...

  • these lookups are done across various interfaces, they are best stored in a library.