SetChoice business rule

You can use the SetChoice business rule to set a Choice attribute to a specific item when one or more other attributes change.

Prerequisites

Format

In the business rule container attribute, enter the business rule in the following format:
 =SetChoice("Choice Attribute ID","Choice Item ID","Trigger on Element Creation",'Source Attribute Name') 

Parameters

Parameter Description
"Choice Attribute ID" The ID number of the Choice attribute
"Choice Item ID" The ID number of the Choice item
"Trigger on Element Creation" If you want to trigger the business rule when an element is created, set "Trigger on Element Creation" to true. If you want only attribute changes to trigger the business rule, set this parameter to false.
'Source Attribute Name' The name of one or more attributes that the business rule monitors. To use multiple parameters, separate them with commas; for example, 'Source Attribute Name1','Source Attribute Name2'.

Feedback