Casey,
I don't know what else to tell you as I have now setup a Featureclass, a table, and a relationship Class in an Enterprise Geodatabase and tested a link to a pdf from a field in the related table and it works fine....
Derek,
I can not tell you much of anything without seeing your layers XML configuration in the eSearchWidget.xml.
<relate id="0" label="File" enableprintgrid="true" icon="assets/images/i_hydro.png" printtitle="Related Files">
<fields all="true" />
<zoomscale usegeometry="true" zoompercent="1.2" />
</relate>
<relate id="3" label="Signs" enableexport="false" enableprintgrid="true" icon="assets/images/i_lego.png">
<fields all="false">
<field name="Type" />
<field name="Road_ID" />
<field name="Condition" />
<field name="P_Hyper" />
<field name="Image_" hyperlinkgridfield="true" hyperlinkgridicon="assets/images/i_lego.png"
hyperlinkaliastext="Get Sign Image" linkprefix="" linksuffix="" />
<field name="post" />
</fields>
<zoomscale usegeometry="true" zoompercent="1.6" />
</relate>
Derek,
How exactly are you defining a hyperlink field for the relate when you are just using fields all = true?<relate id="0" label="File" enableprintgrid="true" icon="assets/images/i_hydro.png" printtitle="Related Files"> <fields all="true" /> <zoomscale usegeometry="true" zoompercent="1.2" /> </relate>
If you want a hyperlink in the related data then you have to tell it which field is going to be the hyerlinkfield.
Like this:<relate id="3" label="Signs" enableexport="false" enableprintgrid="true" icon="assets/images/i_lego.png"> <fields all="false"> <field name="Type" /> <field name="Road_ID" /> <field name="Condition" /> <field name="P_Hyper" /> <field name="Image_" hyperlinkgridfield="true" hyperlinkgridicon="assets/images/i_lego.png" hyperlinkaliastext="Get Sign Image" linkprefix="" linksuffix="" /> <field name="post" /> </fields> <zoomscale usegeometry="true" zoompercent="1.6" /> </relate>
Sorry...meant to say all I used was hyperlinkgridfield="true".
I attached a screenshot of the results which is now showing relates, however, the record height is very small. Have you seen that?
[ATTACH=CONFIG]30290[/ATTACH]
[RPC Fault faultString="Invalid or missing input parameters." faultCode="400" faultDetail=""]