Sage 100

 View Only
  • 1.  Client on 4.5 has an employee who left the company

    Posted 03-31-2017 10:44
    Client on 4.5 has an employee who left the company and has private BIE settings. Is there a way to identify or get a list of his settings?


  • 2.  RE: Client on 4.5 has an employee who left the company

    Posted 03-31-2017 10:47
    Can you change his password, log in as him and look at his BIE?


  • 3.  RE: Client on 4.5 has an employee who left the company

    Posted 03-31-2017 10:50
    Yes, but do you have to go View by View to find out where he has private settings?


  • 4.  RE: Client on 4.5 has an employee who left the company

    Posted 03-31-2017 10:59
    If you like PowerShell, from the MAS90\BIExplorer\Views folder, you could run this: get-childitem *.ev -recurse | where Name -ne 'default.ev' | get-acl


  • 5.  RE: Client on 4.5 has an employee who left the company

    Posted 03-31-2017 10:59
    By default, the settings files are saved in the MAS90\BIExplorer\Views folders, so anything not called default.ev would be custom.


  • 6.  RE: Client on 4.5 has an employee who left the company

    Posted 03-31-2017 11:00
      |   view attached
    and check the Owner column; that's who first created the file.


  • 7.  RE: Client on 4.5 has an employee who left the company

    Posted 03-31-2017 11:07
    Thanks @SteveIwanowski , getting their IT involved to assist me.


  • 8.  RE: Client on 4.5 has an employee who left the company

    Posted 04-05-2017 13:24
    Found out which are the private settings. They would like to make them private for another user. I think you would need to make them public first, then save as private. When logged in under the original user id, selected a private view and tried to Save As; the Public setting option was unavailable. I wonder if there's a security setting in Role Maintenance to allow it, but I couldn't find one. Anyone done this?


  • 9.  RE: Client on 4.5 has an employee who left the company

    Posted 04-05-2017 13:34
    @BarbaraGoldstein It's located under Role Maintenance / Security Events / Business Insights.


  • 10.  RE: Client on 4.5 has an employee who left the company

    Posted 04-05-2017 13:41
    Ah, so it is! Thanks @BillPfahnl .