Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Authorized GL Accounts
01-27-2017, 10:41 PM,
#1
Authorized GL Accounts
Is there a way or SQL code to give a user access to all GL accounts vs. using the UserGLAccounts.php page.

Reply
01-28-2017, 12:58 AM,
#2
RE: Authorized GL Accounts
Hi Greg, by default a new user should have access to all GL accounts. If this has been changed and you want to revert a user to all, then:

UPDATE glaccountusers SET canview=1 AND canupd=1 WHERE userid="xxxxxxx";

substituting the real userid for the xxxxxxx

Thanks
Tim
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)