In SQL:-
SELECT
HW.PersonnelNumber,
PU.USER_
FROM
HcmWorker AS HW
JOIN
DirPersonUser AS PU ON HW.Person = PU.PersonParty
WHERE
PU.USER_ = 'Akhil';
How to find the country region code in D365 for X++ LogisticsAddressCountryRegion::findByISOCode(SysCountryRegionCode::countryInfo(curext()...
No comments:
Post a Comment