Skip to Content
0
Mar 20, 2009 at 07:02 PM

BSP: Finding out what views are available in a viewset

52 Views

In my viewset htm code it refers to:

controller->GET_VIEWAREA_CONTENT_ID( 'followup' )

How can I find out from the controller what the view is? shouldn't these views be attributes of the controller that I should be able to lookup in the workbench. The views and their URLs do not show up in the viewset controller attributes.

Thanks