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