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.


  • 0

    Run Schedule as a different user

    Suggested by Under Review  2 Comments

    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.

  • 0

    Allow DisableFields(*) to disable all fields

    Suggested by Completed  0 Comments

    Allow DisableFields(*) to disable all fields

  • 0

    Add ability to lookup optionset value given the label

    Suggested by Completed  0 Comments

    Add ability to lookup optionset value given the label

  • 19

    Provide intellisense when coding formulas

    Suggested by New  0 Comments

    It would be great to have intellisense when coding formulas. Let's take Visual Studio as a great target :)

  • 0

    Check user permissions

    Suggested by Completed  0 Comments

    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.

  • 3

    Encrypt data field

    Suggested by New  0 Comments

    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.

  • 0

    Add function to create SharePoint subsite

    Suggested by Completed  0 Comments

    Add function to create SharePoint subsite

  • 25

    Add support for Xrm.Utility.confirmDialog

    Suggested by New  0 Comments

    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".

  • 9

    Enhance the Syntax Check to be function and comment aware

    Suggested by New  0 Comments

    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

  • 0

    Enhance DoLoop() function to support multiple actions

    Suggested by Completed  0 Comments

    Enhance DoLoop() function to support multiple actions