Need Advice on Creating a UDT
Hi Experts,
I need some advise on created a UDT.
The requirement is that we need to create a UDT that stores Job Code and Department Name along with $ amount
During payroll, the FF would look for the combination of Job Code and Department. If found, it will pick the $ amount and pay an amount to the employee.
Currently, we have a working UDT that involves a Job Code and $ Amount. But as the same Job is being used across different departments, we want to create a new UDT that has a combination of Job Code & Department.
Please help