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.
-
Bulk actions and show the information on a tooltip
It could be great to be able to see the content of the tickets on a tooltip placing the mouse on the subject and to be able to use bulk actions. -
Run Schedule as a different user
When a Schedule is trigger, the same user who click the "Start" button will be the owner of the background workflow. It will be useful to have the ability to choose which user should be the owner of the background workflow. For instance, the schedule failed and 1st line support needs to restart the schedule. But the workflow should be running as a system user and 1st line support doesn't know these credentials. -
-
Add ability to lookup optionset value given the label
Add ability to lookup optionset value given the label -
Provide intellisense when coding formulas
It would be great to have intellisense when coding formulas. Let's take Visual Studio as a great target :) -
Check user permissions
Would be nice to have the ability to check a user's specific permission (ex: if they have Read level access on a particular entity). An example would be if you have a formula on Account that finds the sum of all Invoices and displays the total as a form notification on Account. If a user has access to Accounts and not Invoices, this would cause an error. Rather than hard-code the security roles into the formula using IsUserInSecurityRoles, we could check if the user first has Read permissions on Invoices, and if so, execute the formula. -
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. -
-
Add support for Xrm.Utility.confirmDialog
There is the Alert() function for alertDialog to display a pop-up with an "OK" button, but it would be nice to also be able to access confirmDialog. Then we could execute one action if the user clicks "OK" and a different action if the user clicks "Cancel". -
Enhance the Syntax Check to be function and comment aware
It would be very helpful if the Syntax Check validation functionality was: 1. Function aware i.e. validates that all required parameters exists 2. Did not include ' and ( ) in comments 3. Positions the cursor where the first failure occurs and/or says which line the error occured