About the Case node

Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

The Case node is part of a switch structure. It defines a case value. A case value is compared with the switch value of the whole structure to determine whether the actions that are defined under this Case node will be performed. The head of a switch structure is the Switch node. The Switch node defines the switch value.

The Default node is a special type of Case node. It defines the actions that will be performed if the conditions of no other Case node are evaluated to true. Because the Default node does not make any comparisons with the switch value, it has no value field. You only have to specify a description.

Announcements: To see known issues and recent fixes, use Issue search in Microsoft Dynamics Lifecycle Services (LCS).