Please provide your ideas for future Business Process Activities product enhancements. The most voted for ideas will become priority items to be implemented into a future product release.
-
Modal Dialogs/Prompts
Suggested by Ryan Maclean – New – 2 Comments
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 -
Enable text based fuzzy matching
Suggested by Ryan Maclean – New – 1 Comments
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
-
Disable fields on Business Process Flow
Suggested by Ryan Maclean – New – 1 Comments
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 -
New function SetRequiredFieldsToggle()
Suggested by John Grace – New – 0 Comments
It would be handy to have a function which would just toggle the required state of a set of fields.
SetRequiredFieldsToggle('firstname','lastname,'description'.....) -
-
-
WeekNumber Thursday-Wednesday Reporting Week
Use a Thursday-Wednesday reporting week. Needs to build a week-of function that drops dates based on that week. It looks like the week functions use Sunday as first day right now. -
-
Add a Description field in xCache to allow a brief explaination of the usage
Add a Description field in xCache to allow a brief explaination of the usage -
Ability to Specify Starting Number and Initialize all AutoNumber formulas to given Start after import.
Add a field to AutoNumber formulas for Begin #. Then add a workflow to initialize all auto number formulas to the specified Begin # after deployment into new environment.