In SQL:-
SELECT
HW.PersonnelNumber,
PU.USER_
FROM
HcmWorker AS HW
JOIN
DirPersonUser AS PU ON HW.Person = PU.PersonParty
WHERE
PU.USER_ = 'Akhil';
Introduction Installing and updating packages in the development environment is a common activity in Microsoft Dynamics 365 Finance . To ...
No comments:
Post a Comment