Forum Discussion

bpr186's avatar
bpr186
Level 3
11 years ago

EV Discovery Accelerator Research Folders

I am having trouble figuring out how to view Research folders that have been created in EV DA.  I setup a folder and assigned access to be able to view research folders but they are not showing up in...
  • WiTSend's avatar
    11 years ago

    1.  Do you see the "Research" tab on the top menu?

     

    2.  Does the user have the role assigned in the specific research folder "role assignment"

     

     

  • Kenneth_Adams's avatar
    11 years ago

    Hello, brp186;

    As WiTSend said, you should see a tab labelled "Research" in the DA Client.  As you created the Research Folder, you should have already been in that tab.  Also as you created the Research Folder, you should have automatically been granted Folder Full Control to do anything you need within that folder.

    If you created the Research Folder as a child of an existing DA Case, you'll need to expand the listing for that Case in the left (List View) pane in the Research tab.  You should see the Research Folder under that Case.

    To confirm you successfully created the Reseach Folder AND it has not become hidden, run the following SQL query against your DA Customer database.  FolderType 331 is a normal Reseach Folder. FolderType 332 is a hidden Research Folder that can't be seen.

    SELECT * FROM tblCase WHERE FolderType IN (331, 332);

    Look through the output of the above query to see if you can spot the Research Folder that you created.  If you don't see it, then the Research Folder either did not get created or was promoted to be a full DA Case.  To determine if the Research Folder became a full DA Case, run the query again without the WHERE clause (just put 2 dashes in front of the word WHERE to comment out that part, then run the query again).

    If you see the Research Folder listed in the output of the above query AND it i showing the FolderType of 332, then something happened to hide that folder and manual intervention would be needed with the help of a CA/DA Support person to alter the FolderType from 332 to 331 in the tblCase table.

    I hope this helps.  Please let us know what you find.