[Progress Communities] [Progress OpenEdge ABL] Forum Post: Where to extend default search behavior for BackendListView with new AdminApp UI of Dynamic

  • Thread starter Thread starter Stacey Schlenker
  • Start date Start date
Status
Not open for further replies.
S

Stacey Schlenker

Guest
Adding to the SearchFields or ExtendedSearchFields for a backendlistview for a given dynamic module does not appear to be used with the new UI. When inspecting the XHR results for what happens when using the search at the top of the screen I see that it only ever attempts a search by the main identifier of the module which is named ProjectName. Ex: $filter:((startswith(ProjectName, 'Company Name') or contains(ProjectName, ' Company Name'))) I am looking for a way to add the ability for a user to search the dynamic module items by a related data field. I thought perhaps I might need to look into the AdminApp extension SDK, but from what I can tell search is not part of that API, only columns for grid?

Continue reading...
 
Status
Not open for further replies.
Back
Top