Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

How do you change a benefit classification in HR module

Posted on by Microsoft Employee

In the Reconcile Human Resources Information window, the "kind" of benefit selected for one of the deductions was entered incorrectly.  How do you correct the benefit classification so that it reflects the correct "kind"?

*This post is locked for comments

  • Lyn Barr Profile Picture
    Lyn Barr on at
    RE: How do you change a benefit classification in HR module

    To take a long, circuitous route, you could probably delete all the employee records for this benefit, then delete the HR master record, then recreate the master & re-add all the employee-level benefits.  I would hate to do that, though!  

    I managed to get MBS support to provide a SQL script that can be used in this circumstance.  I imagine the need for this will become more common, now that HR is required for ACA compliance.

    Best,

    Lyn

  • Suggested answer
    Lyn Barr Profile Picture
    Lyn Barr on at
    RE: How do you change a benefit classification in HR module

    I just had the same issue, in GP 2015, and here is the response from Microsoft Support.  Please note, in my case, I specifically asked how to change one from "Medical" to "Misc Benefits," so these instructions are geared toward that:

    I will have you change the classification type on the code on the HR side, by using these steps:

     

    1. Make a current backup of the company database.  (You may want to do this in a test company first to verify.)

    2. Open a query window in SQL Server Management Studio.

    3. Copy in this script to view the classification type on this code: 

       

    select BENEFITKIND_I, * from BE020230 where BENEFIT = 'xxx'

    --insert in the code name for the xxx placeholder

     

    BenefitKind_I means:

    1=Health/medial

    2=Life Ins

    3=Retirement

    4=Misc Benefit

     

    1. Did you find a value of 1?   If so, change it to a value of ‘4’ for “miscellaneous benefit” by using this script for the main setup code level:

       

    update BE020230 set BENEFITKIND_I = '4' where BENEFIT = 'xxx' and BENEFITKIND_I = '1'

    --insert in the code name for the xxx placeholder

     

    1. Also, update the classification on the Employee Enrollment table as well by using this script:

     

    update BE010130 set BENEFITKIND_I = '4' where BENEFIT = 'xxx' and BENEFITKIND_I = '1'

    --insert in the code name for the xxx placeholder

     

    1. Review in GP to make sure it is correct now, and then use it to make sure it works properly.  If all is fine, then do the same steps on your live database.

  • L Vail Profile Picture
    L Vail 65,271 on at
    Re: How do you change a benefit classification in HR module

    Hi Lorraine,

    If you mean to change it from a Misc Benefit to a Health insurance benefit, etc. I do not believe that is possible.

    Kind regards,

    Leslie

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