web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small | Business Central, NAV, RMS
Answered

How to get user worker relation for past workers?

(0) ShareShare
ReportReport
Posted on by
Hi All,

I have written this piece of code to get user associated with worker.
Its working fine for active employees. For past worker the data not available in the dirperson table.
But in front end i can see the record with past worker associated with the user.

Please help me how to get user worker relation for past workers?
  DirPersonUser personUser  =   DirPersonUser::findParty(worker.Person); this.UserID               =   personUser.User;
Thanks in advance
I have the same question (2)
  • Verified answer
    André Arnaud de Calavon Profile Picture
    Super User 2025 Season 2 on at
    Hi JohnPaul,
     
    The table DirPersonUser is a table enabled for date effectiveness. In that case, by default, it will only select records currently active. If the record for the worker has an end date before the current date or a start date after the current date, it will not be selected. You can use an alternative way of finding the record, providing a range for effective records, e.g.
     
    DirPersonUser  dirPersonUser;
    utcDateTime    dateFrom;
    utcDateTime    dateTo = DateTimeUtil::utcNow(); 
     
    select firstonly validTimeState(dateFrom, dateTo) from dirPersonUser
        order by dirPersonUser.ValidTo desc
        where dirPersonUser.PersonParty == worker.Person;
    
    this.UserID = dirPersonUser.UserID;
     
    ..
     
  • PJ JohnPaul Profile Picture
    on at
    Thank you so much Andre..
  • #Jahanvi Arora Profile Picture
    on at
  • #Jahanvi Arora Profile Picture
    on at
    Hi @harini24, How to create post?
  • Suggested answer
    #Jahanvi Arora Profile Picture
    on at
    testing 
  • Suggested answer
    #Jahanvi Arora Profile Picture
    on at
    testing for suggested ans
  • Suggested answer
    #Jahanvi Arora Profile Picture
    on at
    testin1
  • Suggested answer
    #Jahanvi Arora Profile Picture
    on at
    testing1
  • Suggested answer
    #Jahanvi Arora Profile Picture
    on at
  • Verified answer
    #Jahanvi Arora Profile Picture
    on at
    test test 03 dec 0.1 @Jahanvi
    testing @mentions

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

Mansi Soni – Community Spotlight

We are honored to recognize Mansi Soni as our August 2025 Community…

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Small | Business Central, NAV, RMS

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans