get display value from combobox
Is there a way to get the display value from a combobox? I have a cascading combobox set up so that the value from the parent box is a number that is passed to the child. The combox works as expected, but later in my workflow I want to get the parent selection and only have the number value. Is there no way to get the display value of the object? Key or description or something? I would rather not have to make another query to the service just to lookup the value.
--marc
0
-
How is the parent combobox filled?
You could do the following:
- QueryTask to get a FeatureSet
- Create a dataitemlist with the FeatureSet to DataItemList activity.
- Use the dataitemlist to fill your combobox
When you later in the workflow need the display value, loop through the dataitemlist to get it.0
Please sign in to leave a comment.
Comments
1 comment