Hi,
I've been struggling with a pipeline component where I need to have two dropdowns for properties relevant to each other. You can think of a following case where I have to:
- Select a schema name in the first dropdown. This will lay down the basis for items in the second dropdown.
- The second dropdown is populated with the promoted properties of the schema selected in the first dropdown.
I am also facing some weird behavior. The dropdowns for the properties, sometimes show up in the designer (Visual Studio Properties Window) and sometimes they wont show up. While they don't appear in the BizTalk Admin Console even for a single time.
I also want a design time item selection support in the drop-downs (if possible) and using BizTalkExplorerOM.CatalogExplorer for getting the collection of schemas, but it is also giving an exception at the design time.