Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 17314

A job to get the position of an employee

$
0
0
static void GetPosOFEmployees(Args _args) { HcmWorker hcmWorker; HcmPositionWorkerAssignment workerAssignment; HcmPosition hcmPosition; HcmPositionDetail hcmPositionDetail; while select recid, person from hcmWorker join worker, position from workerAssignment where workerAssignment.Worker == hcmWorker.RecId join recid from hcmPosition where hcmPosition.RecId == workerAssignment.Position join position, description from hcmPositionDetail where hcmPositionDetail.Position == hcmPosition.RecId { info(strFmt...(read more)

Viewing all articles
Browse latest Browse all 17314


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>