Customize RowLookupScript - serenity-is/Serenity GitHub Wiki
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.
[TBD]