Skip to main content

how to use codedvaluedomains with forms

Comments

1 comment

  • Permanently deleted user

    Jeff,

    I think you can't make it work the cascading Comboboxes if you are using 'Input Data' as the data source for State using 'GetCodedValueDomain' as far as I know.

    You may split it into two Forms: take a State value 'AK' at the first UI, and on the second Form to select County of the selected State.

    Were you using 'DataItem List' of the GetCodedValueDomain activity for the State input data?

    Have you tried to use 'Result' which is IDictionary<object, string> from the GetCodedValueDomain activity, and set Display Field as Value, and Value Field as Key, which I have not tried here, but worth to try I think?

    If it is not work, I think you need to use two forms.

    Munhwan

     

    0

Please sign in to leave a comment.