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.
-
Allow the MinOf() and MaxOf() functions to accept more than 2 values
Suggested by John Grace – New – 0 Comments
-
Refresh List View after pressing Quick Ribbon Button on a List View
Suggested by Ronald Hoebler – New – 0 Comments
It would be nice to have an opportunity to refresh the list view when integrating a Quick Ribbon Button on a list view. Currently we resolved that issue with an own Web Resource calling the N52 Quick Ribbon Web Resource with all the parameters and then refreshing the list view after callback. -
New Window for Newly Created Records
Suggested by Elaine Chang – New – 0 Comments
It would be helpful if we had the functionality to open a new window when creating new records (similar to the openwindow function) instead of opening in the current window. -
Quick Button - Dynamic Labels
Suggested by Ryan Maclean – New – 2 Comments
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. -
Allow formulas to trigger on the creation of a Plugin Trace Log
Suggested by Patrick Griffith – New – 0 Comments
I think it would be very helpful to be able to trigger North52 formulas on the creation of a new plugin trace log. Unfortunately Dynamics does not allow workflows to be triggered on this entity.
I know there's N52 Trace but I would use this more for exceptions being caused by Workflows, plugins and N52 formulas. Not just trace logs from N52 formulas.
-
Encrypt data field
Formula that will encrypt data being saved but allow users to enter data and decrypt when viewing if belong to a certain security or field security role. e.g. credit card/social insurance number, etc. -
Allow RegEx extract
Suggested by Ryan Maclean – Completed – 1 Comments
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 -
Add support for the .NET framework function HMACSHA256
Suggested by John Grace – New – 0 Comments
Please add support for the following function:
System.Security.Cryptography.HMACSHA256System.Security.Cryptography.HMACSHA256
-
Be able to differentiate better between the schema name of the entity and the field
Suggested by Chris Arcand – New – 0 Comments
So while this isn't exclusively a North52 error, when you have a field with the same schema name as the entity it causes confusion with the serialization. It would be nice to be able to use the same in both. -
Update AzureServiceBusSendMessage formula to optionally specify a MessageId
Suggested by Patrick Griffith – New – 0 Comments
It would be useful to be able to optionally specify a MessageId when creating a new Azure Service Bus message using the AzureServiceBusSendMessage formula. This would help with duplicate detection using queues.
Reference: https://docs.microsoft.com/en-us/azure/service-bus-messaging/duplicate-detection