I am having trouble using the domain option in the eSearch widget when using a feature class with a joined table. I can still use domains for any fields that are text, but if the domain is an integer it will not work. For example, our electric load flow models have area numbers and we want to show a name so we have used the following domains: [502:CLECO], [503:LAFA], etc.I seem to be able to use these successfully when the table isn't joined, and can use pure text domains even when joined( ).I am using fully qualified names and have my shape and Object ID fields visible in the service. Here is an expression example from my SearchWidget.xml file:<expression alias="Transmission Owner" textserachlabel="Select TO..." field="SDE.Branches_ITPBASE_11SP.OWNER_1" usedomain="true">SDE.Branches_ITPBASE_11SP.OWNER_1 = '[value]'</expression>
Thanks in advance for any help you can provide!Justin