Opadeez Help Center

Lookups

Overview

Lookups provide powerful search functionality that allows users to find and select existing records from the database. They create searchable interfaces with customizable filters, display columns, and result ordering. Lookups are essential for data selection workflows and can be integrated into flows, pages, and user interfaces.

Lookup Configuration

Lookup configuration interface showing definition, parameters, display, and ordering options

What is a Lookup?

A Lookup is a search interface that:

Example: A Customer lookup might allow users to search by name, city, or status, displaying customer details in a table format for selection.

Lookup Definition

Lookup Name

Result Limit

Data Set

First Alias (Optional)

Filter

Filter Examples:
Simple partial match: (Customer.Name LIKE '%CustomerName%' OR %CustomerName% = '')
CONCAT partial match: Customer.CompanyName LIKE CONCAT('%', %Customer%, '%')
The condition OR %CustomerName% = '' makes the parameter optional.

Lookup Parameters

Parameters define the search criteria that users can input to filter lookup results.

Parameter Name

Type From

Populate From (Optional)

Lookup Display

Defines how search results are presented to users, including which fields are displayed and how they are formatted.

Hierarchical Display

Title

Entity Alias, Attribute

Lookup Order

Defines how search results are sorted, with support for multiple sorting criteria.

Entity Alias, Attribute

Ascending

Practical Examples

Customer Search Lookup

Project Lookup with Hierarchy

Status-Filtered Lookup

Integration with Flows

Lookup Action

Button Integration

Best Practices

Performance Optimization

User Experience

Filter Design

Common Patterns

Simple Search Pattern

Multi-Criteria Pattern

Hierarchical Display Pattern

Getting Started

Ready to create lookups? Follow these resources:

Related Topics

Pro Tip: Start with simple lookups using single parameters and basic display fields, then add complexity with multiple parameters, hierarchical displays, and advanced filtering as your needs grow.