Dynamics Ax Live: How to filter records in a form by code: The standard filter functionality in Ax forms is a neat and powerful feature. Using this filter functionality in your code is something you...
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