VIEWENTRIES Strategy

You can use VIEWENTRIES or VIEWENTRIES_PAGED


Route VIEWENTRIES
router.GET('topics', {
     	strategy(VIEWENTRIES_PAGED, {
         	viewName('(ByDate)')
     	})
	mapJson 'UNID', json:'unid', type:'STRING', isformula:true, formula:'@Text(@DocumentUniqueID)' 
	mapJson 'Form', json:'form', type:'STRING'
})