One of the settings on the drop-down list control is
Disabled, which you set to a Boolean variable.
So, your first drop-down which sets the type of Wrap-up codes to use would call a custom action that sets the Boolean variables used for your other drop-down lists to True or False, as appropriate. That way, the page will Enable or Disable the Wrap-up code drop-downs.
So, you could have three custom Boolean(True/False) variables: ReservationDisable, AftersalesDisable, and SupportDisable.
When a caller calls to make a reservation, the agent selects Reservation in the first drop-down which uses the
Change Action setting to run a custom action, and the custom action sets ReservationDisable=False, AftersalesDisable=True, SupportDisable=True.
I think that will cause the Reservation wrap-up drop-down to enable and the other two to disable, achieving what you want.
I didn't set it all up to test, but I think that gets you what you are asking for.
Experiment, and if you have more questions I might be able to get back to it later today. Right now I need to put some work in on my real job :-)
------------------------------
George Ganahl CCXP, GCP
Principal Technology Consultant
Genesys
------------------------------