Skip to content

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

  1. 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 called Show Popup to specify that clicking Lookup should trigger a Popup.
  • Key Action Example:
  1. Set the Screen URL of the Popup called from the Action Parameter as the Key value.

    [Image 1. Show Popup – Path configuration]

  2. 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]

  3. 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]