RE: Cannot access window - even under POWERUSER
I'm wondering if you recently upgraded and/or never ran the security scripts that we have to run post upgrade of Dynamics GP?
For example, if I upgraded from GP 2016 to GP 18.4, after the upgrade was completed on the databases, I would need to run the scripts for any new security records such as in this blog:
community.dynamics.com/.../new-security-roles-and-tasks-missing-after-upgrading-to-microsoft-dynamics-gp-october-2021-release-18-4-xxxx
As these blogs mention, this is by design in that we would not roll down new security roles to an existing Microsoft Dynamics GP environment, which may cause issues with your current security design. Therefore, we have chosen to release these new security records as an INSERT script, even though we do not recommend making any modifications to our default security roles or security tasks, but instead create custom security roles and security tasks to use and make changes to.
Looking at the security records from this blog, I do see where a script is putting the 0/303/2 record into the SY10700 for the 'CARD_0501' security task, for the Employee Maintenance window. As well as another record assigning that task to the 'PAYROLL CLERK' security role, so the security records are present.
You can verify this by looking in the Security Task Setup window at the CARD_0501* task and under Microsoft Dynamics GP/Windows/Payroll, verify 'Employee Maintenance' is marked as it should be.
Running these scripts against the GP system database will give the same type of information:
Select * from SY10700 where SECRESTYPE = 2 and SECURITYID = 303
Select * from SY10600 where securitytaskid = 'CARD_0501*'
Thanks