I'm wondering if anyone could provide advice or get me pointed in the right direction. I want to have a CIFS Share created on an existing volume that is chosen based on user choices. For example....
I want the user to select location, application, and environment using dropdown menus, like this:
Select location: Hawaii...Ohio.... Texas
Select application: app1...app2....app3.....app4
Select environment: Prod....Test
Then, based on choices, a CIFS share is created. For example, if Ohio, app1, and Test are selected, the share would be created on VolumeX. Other choice combinations would indicate VolumeY or VolumeZ would be used.
I'm not familiar with how to give the user choices from a dropdown menu in WFA. I'm also not sure how to use the combination of choices to determine the volume where the CIFS share would be created.
Anyone worked on an example like this before?
Thanks