cancel
Showing results for 
Search instead for 
Did you mean: 

Deleting views from HREIC_VP

Former Member
0 Kudos

How do i delete a view copied into a custom application?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

if it is a viewset, say for example "InboxMainViewSet_VP.htm"....and you want to get rid of the "InboxPreviewArea_VP" than go to your copied htm page and comment out the code:


<%--   <crmic:gridLayoutCell colSpan="1" columnIndex="2" rowIndex="2" height="65%" width="40%">
    <bsp:call  comp_id="<%=controller->GET_VIEWAREA_CONTENT_ID( 'InboxPreviewArea_VP' )%>" url="<%=controller->GET_VIEWAREA_CONTENT_URL( 'InboxPreviewArea_VP' )%>"/>
  </crmic:gridLayoutCell>--%>

that is all there is to it...do not forget to adjust the width of other view to accomodate the free space...

Thanks...

AS..

Answers (0)