• Allow RegEx extract

    Add the ability to use RegEx to extract part of a string

    For example, it would be useful to be able to parse part of a string and use this to search for related records.  I use this to interrogate SMTP error codes returned on email sends, and to match postcodes to territories
  • Disable fields on Business Process Flow

    It would be great if Disabling a field on the form also disabled the field on the Business Process Flow, similar to how it works with Business Rules
  • Enable text based fuzzy matching

    It would be great if it was possible to expand on the fuzzy matching capabilities already in the system with the Levenshtein Distance function by introducing additional options, such as:
    • Jaccard Index of SImilarity (used by the Excel Fuzzy Lookup add-in - https://www.microsoft.com/en-gb/download/details.aspx?id=15011)
    • Soundex or Metaphone algorithm
    This would enable advanced duplicate detection capabilities in the system
  • Modal Dialogs/Prompts

    Would it be possible to add JS based dialog/prompts (similar to those used in the Alert.js library (https://github.com/PaulNieuwelaar/alertjs/wiki/Documentation-v3.0#showprompt) that could be triggered by client-side formulas

    This would be useful in situations where you want to display an actionable alert to Users and tie custom actions to the responses
  • Quick Button - Dynamic Labels

    It would be useful if the Quick Buttons allowed for the use of dynamic label text.

    For example, I have a quick button that is used to request action is taken by another user.  When it is clicked then it would be useful if the button text could be changed from "Request Action" to "Action Requested"

    I know we can disable the button, but from a user experience point of view this doesn't necessarily always make sense.