Hi All,
In Apex 19.2
Am using the data load page to upload data into a table and I just want some fields to be updated. Not add the records.
The table that I want to update has its primary keys and the data am loading from a csv file has the same keys as the record is supposed to update.
There are two keys, Invoice_id, Organization_id.
How do I define in the Data Loading Definition so if the keys are found its just update the fields am importing?
Has anyone done this?
Thanks for the help!