Skip to content

Customize RowLookupScript

Victor Tomaili edited this page May 3, 2021 · 1 revision

The base class for all lookup, by default, is RowLookupScript. If you want to alter the behavior of that class, you can override the methods of this class or create a new class that derive from RowLookupScript and use this new class as base class for your lookups. An example is MultiTenantRowLookupScript.

See Handling lookup scripts

[TBD]

Clone this wiki locally