I have a custom resource with key pieces of information I'm interested. I'd like to include the "Next Rediscovery" information, but don't want to add the entire "Polling Details" resource. Is there a variable (along the lines of my example below) I can utilize in custom HTML?
<td class="Property" width="10"> </td>
<td class="PropertyHeader" vAlign="center">Next Rediscovery</td>
<td class="Property">${NextRediscovery} </td>