See the code below. This code is embed in a HTML View so that I can display several other views on a single page. Essentially the embedded view below looks for for Applications where the MOBID (on the main page) is equal to the MOBID associated with the app. The problem is that in order for this to work my embedded view has to have the MOBID column present. I was wondering if it is possible to hide a column in a view using an OnLoad deluge script so my users don't see it.
- <center><table width="90%" cellspacing="0" cellpadding="0" border=0 class="zc-summary-data-table">
<tbody>
<tr>
<td>
<div class="zc-viewheader zc-viewheader-height" style="border-bottom:none;">
<div>
<img src="app-icon.png" style="width:16px;height:16px;vertical-align:middle">
<span style=""><div style="display: inline;"><label class="zc-viewtitle">Applications</label></div></span>
</div>
</div>
</td>
</tr>
<tr>
<td>
<div elName='zc-component' viewLinkName='DV_Applications' params='zc_Footer=false&zc_Header=false&zc_AddRec=true&zc_BulkEdit=false&MOBID=<%=MOB_idstr%>&paging=false&search=false&recSumry=false'>Loading ...</div>
</td>
</tr>
</table></center><br>