About lookups
Last updated
Was this helpful?
Last updated
Was this helpful?
In the Tuum system, the Lookup API holds lists of enum values with their language-based explanations (translations). You can use them as default values present in the Tuum system or modify them to fit your custom needs.
Lookup group - The domain or module that uses the lookup. These values are pre-defined and cannot be edited. The groups you see depend on your subscription. For example, ACCOUNT, LOAN, CARD, EXTERNAL, etc.
Entity - Reference to the object of a group that the lookup is related to. For example, LOAN.APPLICATION - refers to the application object in the loan module.
Lookup type code - The code for the lookup type itself. It describes a property of the entity. For example, a lookup type code called STATUS in the entity LOAN.APPLICATION and the lookup group LOAN.
Lookup code - Values for the lookup type code. For example, lookup codes with values CREATED and PROCESSED for the STATUS lookup type code.
Lookup translation - Translation refers to the description or the complete name of the lookup code.
In this section of the API cookbook, you will learn how to use the lookup API to hold enum values.