Hi guys,
How do I get the "Description" of a URL field when querying a list using JavaScript.
As an example, I'm trying to read the URL field description from a list in a JSLink file but that is not working. I'm trying the following:
ctx.CurrentItem.URL.desc
but this is "undefined"
However, when using FireBug to debug the JS code, the URL object has a property caled "URL.desc"
any idea!?