Hello everyone,
I have a request from my users to add the ability to add multiple workers to one NCR (It's what we use for defects on our machines)
So let's say we have NCR 00001, users want to be able to add multiple workers to it who have worked on it
I have a table called InventNonConformanceTable that holds all the NCRs.
I have created a table called InventNonConformanceWorker and added 2 fields
- InventNonConformanceID
- InventTestResponsible (an EDT that extends HcmWorkerRecId)
I created relations in my table. One to the InventNonConformanceTable and one to HCMWorker
When I choose a worker, the lookup from the EDT relation is working correctly, and I get a list of all the workers with their names, etc, but after I choose someone, I just see their worker ID. I want to see their name. I'm thinking this is something very simple I'm forgetting.
Can someone please help?