-
Thu, 31 May 2018 15:52:47 GMT
–
Business Process Activities
–
Completed
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
-
Thu, 29 Nov 2018 09:29:20 GMT
–
Business Process Activities
–
New
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
-
Tue, 12 Mar 2019 09:23:29 GMT
–
Business Process Activities
–
New
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
-
Tue, 12 Mar 2019 09:26:11 GMT
–
Business Process Activities
–
New
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
-
Wed, 01 May 2019 14:02:27 GMT
–
Business Process Activities
–
New
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.