Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

How Do I Grant an HR Employee Access to the PTO Maintenance Window in GP 2015

Posted on by Microsoft Employee

I'm attempting to grant an HR employee access to the PTO Maintenance window within the Microsoft GP 2015 product they use without having to give them the PowerUser security role. Does anyone know what Security Role or Task would allow this functionality? Any help on this would be greatly appreciated! Thanks!

*This post is locked for comments

  • Rick Hollis Profile Picture
    Rick Hollis 495 on at
    RE: How Do I Grant an HR Employee Access to the PTO Maintenance Window in GP 2015

    A little more information.  To find security information for a Window, use the steps below:

    1. Click Microsoft Dynamics GP, point to Maintenance, and then click Clear Data to open the Clear Data window.
    2. On the Display menu, click Physical.
    3. In the Series list, click System.
    4. In the Tables pane, click the Security Resource Descriptions table, and then click Insert.
    5. Click OK.
    6. Click Yes.
    7. In the Report Destination window, select the Screen check box, and then click OK to send the report to the screen.
    8. Close the report.

    After you have completed the steps above, open SQL and run the following SQL script:

    SELECT ISNULL(A.SECURITYROLEID,'') AS SECURITYROLEID,

    ISNULL(M.SECURITYROLENAME,'') AS SECURITYROLENAME,

    --ISNULL(M.SECURITYROLEDESC,'') AS SECURITYROLEDESC,

    ISNULL(O.SECURITYTASKID,'') AS SECURITYTASKID,

    ISNULL(T.SECURITYTASKNAME,'') AS SECURITYTASKNAME,

    --ISNULL(T.SECURITYTASKDESC,'') AS SECURITYTASKDESC,

           R.PRODNAME, R.TYPESTR, R.DSPLNAME, R.RESTECHNAME, R.DICTID, R.SECRESTYPE, R.SECURITYID

    FROM DYNAMICS.dbo.SY09400 R

    FULL JOIN DYNAMICS.dbo.SY10700 O ON R.DICTID = O.DICTID

    AND O.SECRESTYPE = R.SECRESTYPE AND O.SECURITYID = R.SECURITYID

    FULL JOIN DYNAMICS.dbo.SY09000 T ON T.SECURITYTASKID = O.SECURITYTASKID

    FULL JOIN DYNAMICS.dbo.SY10600 A ON A.SECURITYTASKID = T.SECURITYTASKID

    FULL JOIN DYNAMICS.dbo.SY09100 M ON M.SECURITYROLEID = A.SECURITYROLEID

    WHERE R.DSPLNAME = '<Display_Name>'  --  Change this to be the name of the window

  • Suggested answer
    Rick Hollis Profile Picture
    Rick Hollis 495 on at
    RE: How Do I Grant an HR Employee Access to the PTO Maintenance Window in GP 2015

    you should be able to add the CARD_PTO_MGR* task to one of their security roles, or give them access to one of the Security Roles below.

    PAYROLL ADMIN-HRP SUITE*

    PAYROLL CLERK-HRP SUITE*

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans