Hi,
I am creating a workflow for use in a public cloud environment. On the presentation layer of the workflow I have a drop down where the customer the VM is being provisioned for can be selected. On another screen of the presentation layer there is the ability to select the portgroup for NICs being added to the VM. However, I want to be able to limit this selection based on the customer selected, but I don't know how I can achieve this?
As a little background, the customer selection is tied to an action that performs a lookup of a table in a SQL database. As well as the customer name, there is also a prefix that is tied to the portgroup names so it is this I would need to be able to reference against port groups. Is this actually possible from the presentation layer?
Thanks,
Chris.