Interface BusinessUnitChangeAssociateModeAction

Only Business Units of type Division can be changed to ExplicitAndFromParent. This update action generates a BusinessUnitAssociateModeChanged Message.

interface BusinessUnitChangeAssociateModeAction {
    action: "changeAssociateMode";
    associateMode: BusinessUnitAssociateMode;
}

Hierarchy (View Summary)

Properties

action: "changeAssociateMode"

The new value for associateMode.