How to identify whether user clicks on theSearch button or not in Expression based Record?

Certified Senior Developer

Hi,

We have expression based Record configures. As per the customer requirement we are not going to show any records list while loading(first time). we have to get the records/display the records only after clicking on the  Search button even though searchText is empty.

is there any way to identify or capture the default Search button click event means how to identify whether the user clicks on Search(default) button or not?

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    Hi,

    There is not way to identify if the search button is pressed by end user,

    in the rsp!searchText: you will get the text entered by end users in the record's list search box.

    using null check you can identify if the Search button is click, but you can't identify if user enter the Search button without entering any text.

     

    Thanks

     

Reply
  • 0
    Certified Senior Developer

    Hi,

    There is not way to identify if the search button is pressed by end user,

    in the rsp!searchText: you will get the text entered by end users in the record's list search box.

    using null check you can identify if the Search button is click, but you can't identify if user enter the Search button without entering any text.

     

    Thanks

     

Children
No Data