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.
-
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. -
GenerateSalesOrderFromQuote
Looking at your Generate[fill-in-the-blank]FromOpportunity series of commands, the one you seem to be missing is GenerateSalesOrderFromQuote -
-
-
-
-
Add new function FindRecordsAudit
The function FindRecordsAuditHtml() returns a HTML table of the audit data. But it would be useful to have another function to return it as an EntityCollection so end users could manipulate the data as they see fit -
-
Function that references Form Type
It would be helpful to have a function that works similar to the getFormType method available in the SDK. Although N52 offers some control over this via the Event, the ability to perform checks on form type would be useful and provide greater efficiency. For example: customer requirement is to have certain fields enabled/disabled, tabs expanded/collapsed client-side based on whether the record is being created or updated. Currently, this would require two separate formulas (one for Create event and one for Update event), whereas including all code into a single formula with checks on a form type function would be more ideal. -
Clone Formula
When a formula is cloned, the cloned formula begins with ::CLONE::. However, the formula detail records have the same name as the formula detail records in the original record, which leads to confusion. it would be nice if the formula detail records could also be appended with a ::CLONE::