Search-Show Displaying Blank Slider in Application Studio

Facing an issue in Application Studio with a searchable text box.

Configuration details:

  • Control: txtPhaseID
  • ERP Binding: OrderDtl.PhaseID_c

Advanced Settings:

  • Search Enabled

Behavior → On Search Click

Trigger:

  • Type: ErpBinding
  • Hook: On Click
  • Target: OrderDtl.PhaseID_c

Search-Show Configuration:

  • Select Mode: SingleSelect

  • Like: OrderDtl.PhaseID_c

  • Search Form: Default

  • Sort By Column: PhaseID

  • Preload Search Form:

    ProjPhase.ProjectID = '{OrderDtl.ProjectID}'
    
  • Use Get Rows: True

  • Search Type: Basic

Search-Value-Set Configuration:

  • ERP Binding: OrderDtl.PhaseID_c

  • Value:

    actionResult.PhaseID
    

I believe it’s going to have to do with your search-show Like property. There’s a built-in list of searches that are linked to different fields (e.g. Part.PartNum), none of which are going to be a UD field.

You might have to do something dumb like put OrderDtl.OrderLine instead. You shouldn’t have to change anything else, but might want to use a BAQ search to get the phase ID column in the search results.