Hello LANDesk community,
I'm currently working on a window where people will be adding records to a table in a different module that may already contain the records. That's to say, they will be selecting an item from a source dropdown, which will copy to a table on the local object, which then pushes the records back to the original table using runtime values on an automatic object.
I need my object to push the records on to the original table when new values are entered, but when existing values are entered, I need it to refrain from duplicating the record.
How do I prevent duplicate entries from being added to that table?