Column-lookup-click
The event that occurs when clicking the Lookup Button in a List using the Inline Edit mode to input or edit.
Action Design Example: Setting Lookup in Inline Edit
- Register the
column-lookup-click
service for the control where the Lookup feature is to be applied in a List using Inline Edit mode. Add an Action parameter calledShow Popup
to specify that clicking Lookup should trigger a Popup.
- Key Action Example:
Set the Screen URL of the Popup called from the Action Parameter as the Key value.
[Image 1. Show Popup – Path configuration]
In the Action Prop, set the Program Rid of the List as
programId
and pass it when calling the Popup.[Image 2. Show Popup – Prop]
In the Action Prop, set the Project Rid of the List as
projectId
in the Prop and pass it when calling the Popup.[Image 3. Show Popup – Prop]