Record Reference Support for If and Default Functions in Web-Authored Rules
The If() and Default() functions in web-authored rules can now accept (and return) record references.
This makes these functions useful when using value lists.
Steps to Enable
You don't need to do anything to enable this feature.
Tips And Considerations
The types of the arguments used in the rule function must match. For instance, if the first parameter is a reference to a record list, the second parameter must be a reference to the same record list.
Key Resources
Access Requirements
- Rule Authors