Ability to dynamically assign certain custom properties based on the selection value(s) of one or more specific values.
For example, say you have an alert_email custom property and it will always be one of two values depending on specific designation of other values....
alert_email CP: can be networkteam@example.com or serverteam@example.com
device_type CP: can select "Server", "Switch", or "Router"
conditions: If the node has a device_type value of "Server" automatically fill alert_email with serverteam@example.com
If the node has a device_type value of "Switch" or "Router" automatically fill alert_email with networkteam@example.com