Skip to main content
Post a question

Notifications

Community site session details

Community site session details

Session Id : G4mPKkURIsEpeopGfeawwc
Finance | Project Operations, Human Resources, ...
Answered

Link ProjTransPosting RESOURCE_ to Employee name

Like (0) ShareShare
ReportReport
Posted on 29 Aug 2023 08:17:41 by 2
Hi everyone,
 
I try to find employee names related to who wrote hours (ProjTransPosting).
I thought it was as simple as this, but in our case we don't get the correct names:

SELECT DISTINCT
    RESOURCE_
    ,PT.ProjId
    ,PT.CategoryId
    ,CONCAT_WS(' ',DPN.FirstName, DPN.LastNamePrefix, DPN.LastName) AS [Naam]
FROM [ODS].[D365FO_DATALAKE_PROJTRANSPOSTING] PT
LEFT JOIN ODS.D365FO_DATALAKE_HCMWORKER HW
    ON HW.RECID = PT.RESOURCE_
LEFT JOIN ODS.D365FO_DATALAKE_DIRPERSONNAME DPN --incorrect names
    ON DPN.Person = HW.Person
LEFT JOIN ODS.D365FO_DATALAKE_DIRPARTYTABLE DP --this join doesn't work either
    ON DP.RECID = PT.RESOURCE_
 
The only other field in ProjTransPosting table that seems to be related to employees is EmplItemID, but I don't see any value there that corresponds even slightly with what I find in HcmWorker or DirPerson. We do not have a field called 'Worker' or anything similar.
 
 
What I don't understand is that the employee names I am looking for are visible in 'Rol-id' column, which doesn't really sound like an employee field to me either.
I am talking here about form 'ProjTransEmpl' or entry point 'ProjEmplTrans_Resource_name'.
 
 
What is actually the technical name from the table where I can find these 'Rol-id' values and how can I connect this to the ProjTransPosting table?
Any suggestions are very welcome :)
 
Kind regards,
Igor
  • Verified answer
    GirishS Profile Picture
    27,825 Moderator on 29 Aug 2023 at 08:27:55
    D365FO: Link ProjTransPosting RESOURCE_ to Employee name
    Hi,
     
    You need to make use of the ResourceView to get the worker's name. Like below.
    ProjTransPosition.Resource == ResourceView.RecId
    HcmWorker.RecId == ResourceView.Worker
    From there you can get worker name from DirPerson and DirPartyTable.
     
    Thanks,
    Girish S.

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,348 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,468 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans
Loading complete