Can we manipulate default record search ?

Hi,

Can we manipulate default record search for record grid data?

Thanks in advance!

  Discussion posts and replies are publicly visible

Parents
  • It depends on the source of the record type you use. If you use an expression-backed record, you can define any search you want to through your expression. If you are using an entity-backed record or process-backed record, the search is dependent on fields in the grid. Basically this search will run an "includes" <search term> filter on any field that is included in the record list grid.

    What kind of record are you using, and what are you hoping to search by? We might be able to give a bit more guidance depending on your use case. 

Reply
  • It depends on the source of the record type you use. If you use an expression-backed record, you can define any search you want to through your expression. If you are using an entity-backed record or process-backed record, the search is dependent on fields in the grid. Basically this search will run an "includes" <search term> filter on any field that is included in the record list grid.

    What kind of record are you using, and what are you hoping to search by? We might be able to give a bit more guidance depending on your use case. 

Children