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
- HCMWorkerRecId
I created a form called TCI_InventNonConformanceWorker and put my table InventNonConformanceWorker as the datasource
I then created a display menu item called TCI_InventNonConformanceWorker
I added a tab to my main form with pattern Simple List and Details
I added my form part and it looks okay, but I want the ability for users to be able to add more than just one worker responsible.
How can I achieve this?
There is no New button for this form part. Just a new button on the main from to create a new NCR