I am importing CSV files with some duplicates into netsuite. every CSV should create a record, but only unique records not duplicates. how can i achieve this?
c
CD
08/07/2023, 1:23 PM
De-dupe the data before uploading. Excel has a button to do it.
v
vennila ramasamy
08/07/2023, 1:43 PM
no its the customer doing it, so i need it by suitescript to do it thru code
vennila ramasamy
08/07/2023, 1:48 PM
can we do it thru saved search?
i
Israel Gonzalez
08/07/2023, 6:57 PM
user event script on beforesubmit, run the necessary saved search criteria and if result is found then error out