Hello, what’s the best practice to avoid duplicate records from search inquiries?
I set up that every search gets recorded, this way when typing it suggests a recorded search term,
Is there a way that when it records, it shouldn’t record if it already has it in the database from past search terms?
This will save on excessive space.
Thanks!
before adding into database, check is there similar data exists using “only when” conditions.
Thanks for that!
However it did add an empty entry in the option set app data, would you know why, and if that takes up space?
Thanks!
It will not , you must be adding some extra workflow