I'm trying to use a Custom HTML Resource to sort my custom properties for my group views in an HTML table so that they will be in the desired order.
I used the format below:
B>Site Code:</B> ${Site_ID}<BR>
<B>Site Address:</B> ${Location}<BR>
<B>Site Phone:</B> ${Location_Phone}<BR>
<B>Primary Contact:</B> ${Primary_Contact}<BR>
<B>Primary Contact's Phone:</B> ${Primary_Contact_Phone}<BR>
<B>Primary Contact's Cell Phone:</B> ${Primary_Contact_Cell}<BR>
<B>Secondary Contact:</B> ${Secondary_Contact}<BR>
<B>Secondary Contact's Phone:</B> ${Secondary_Contact_Phone}<BR>
<B>Secondary Contact's Cell Phone:</B> ${Secondary_Contact_Cell}<BR>
<B>Site Business Hours:</B> ${Site_Hours}<BR>
<B>Afterhours/Weekend hours:</B> ${After_hours}<BR>
<B>WAN Provider:</B> ${WAN_Provider}<BR>
<B>Circuit ID(s):</B> ${Circuit_IDs}<BR>
<B>Internet Provider:</B> ${Internet_Provider}<BR>
The result is that it just show's the variables rather than populating them with their information.
I've successfully used a similar format to populate custom properties in a table on my node views.
Is this just not possible on group views? Is there a better or different way to do this?