Forums

 
ForumForumMainstream Foru...Mainstream Foru...DevelopersDevelopersReports MenuReports Menu
Previous Previous
 
Next Next
New Post
 7/11/2010 7:43 PM
 

Hi

I have somehow managed to remove Reports from the main tab menu on top. I was actually trynig to add a new menu option under Reports, but I can't seem to get it back. Please help!

If I check under Modules, Modules_Groups and Tab_groups tables, Reports record is listed, but when I look under [vwMODULES_TabMenu_ByUser], it doesn't list Reports in this list. Might help in tracking the problem.

Thanks

New Post
 7/12/2010 1:11 AM
 

Have you check the MODULES table? You might have disabled the TAB_ENABLED flag.

New Post
 7/12/2010 1:47 PM
 

I checked Modules table. Both MODULE_ENABLED and TAB_ENABLED are set to true.

I actually but break points and ran it through the code in debug mode. The reason why the Report tab is not populated seems to be b/c vwMODULES_TabMenu_ByUser does not have Reports in the list of tabs it returns. I'm not sure how to add it back or how it got deleted in the first place.

New Post
 7/13/2010 12:29 AM
 

The vwMODULES_TabMenu_ByUser is the primary view for filtering roles. It sounds like you have created a Role that has the Reports module disabled.

New Post
 7/17/2010 1:37 PM
 

Any suggesstions on how to fix it? :(

Previous Previous
 
Next Next
ForumForumMainstream Foru...Mainstream Foru...DevelopersDevelopersReports MenuReports Menu