How do I stop a SmartFill search in progress?

Issue:

How do I stop a SmartFill search in progress?

Resolution:

To stop a search that is in progress where it is for example, returning say 1,000,000 rows and you don’t want a user sitting idle during this time, it cannot be stopped.

Therefore, some ways to avoid such a long search process you could try the following:

  • See if a filter would be appropriate to apply
  • If you are using a Custom SQL Object you can put a “TOPX” clause so that the search only returns a reasonable number of rows, such as 1,000