DeveX++: Dynamics AX Custom Lookup: As a Dynamics AX developer, you'll often have to perform custom lookups. Meaning that the user may only select records in another table ...
A simple job to get position/designation and department of an employee using employee id: static void WorkerPositionDepartment(Args _args) { HcmWorker hcmWorker; HcmPositionWorkerAssignment hcmPositionWorkerAssignment; OMOperatingUnit oMOperatingUnit; HcmPositionDetail hcmPositionDetail; HcmJob hcmJob; HcmPosition ...
Comments
Post a Comment