Data Link **BUG**
I have a datalink set up called ZoneLookUp and it works in the silverlight viewer.
_img_ alt="User-added image" src="https://latitudegeo--c.na53.content.force.com/servlet/rtaImage?eid=906600000004IoD&feoid=Body&refid=0EM600000004YGb" _/_img_
I added a HTML5 viewer to the same site and the datalink does not shows up
_img_ alt="User-added image" src="https://latitudegeo--c.na53.content.force.com/servlet/rtaImage?eid=906600000004IoD&feoid=Body&refid=0EM600000004YGg" _/_img_
If I change my WHERE clause and remove the Admin field it works in HTML5 (but brings back the wrong results as the query is then incorrect).
_img_ alt="User-added image" src="https://latitudegeo--c.na53.content.force.com/servlet/rtaImage?eid=906600000004IoD&feoid=Body&refid=0EM600000004YGl" _/_img_
Any ideas? Or is this a known BUG?
0
-
Hi Craig,
I ran into something similar a while back for another customer. Could you try terminating your SQL statement with a semicolon (;)?
Thanks!
?Danny0 -
I tried terminating my SQL statement with a semicolon (;) and it did not solve the issue. I have noticed that the Admin field I am using for the datalink has an alias. Wondering if that is the issue? 0 -
You can find out if the issue is viewer related (but it seems it is) by testing the datalink via the REST endpoint.
And check with the developer tools in the browser if a request is done to get the ZoneLookup datalink information, and what's the result of the request.0 -
Thanks Nico,
Using fiddler I think I isolated the issue. Our dataset uses subtype domains. The point identity and field attributes show the description value from the subtype domain in the Silverlight viewer. Also the Silverlight viewer datalink in fiddler returns the description value from the subtype domain. The HTML5 viewer datalink in fiddler returns the code value from the subtype domain. Are subtype domains not support in the HTML5 viewer?
Interestingly when you point identify in the HTML5 viewer the first point identify bring back the code value in the results, after that every point identify brings back the description value from the subtype domain.0
Please sign in to leave a comment.
Comments
4 comments