New Functions for Web-Authored Rules

Additional functions have been added for web-authored rules.

When writing rules in a decision service or flow project, you can now use:

  • the Sort function to sort the records in a record list according to the specified sort parameters

  • the Reverse function to return the records in a record list in reverse order

  • the Exclude function to take a record list and one or more record or record lists of the same object type and return a new record list consisting of all the records in the first record list that do not appear in any of the subsequent record or record lists

  • the Combine function to take a set of records or record lists of the same object type and return a new record list containing the unique set of all the record in the provided parameters

Steps to Enable

You don't need to do anything to enable this feature.

Tips And Considerations

There is now an info icon in the header of the active rule block in web-authored rule documents that provides access to the documentation on working with functions in rule blocks.

Key Resources

Access Requirements

  • Web rule authors