BUG: CSV Import Overlay Button Only Appears When Table Allows Adds AND UPDATES

Title says it all. The CSV upload should work for tables that only allow adds, but the button is missing until you enable updates too.

Solved Solved
1 14 549
1 ACCEPTED SOLUTION

How this worksโ€ฆ if the record in the CSV input file does not exist, it is created. If the record exists, it is updated. Since we do either an Add or an Update depending on whether the record already exists, we require both Add and Update to be enabled to perform CSV import.

We could probably change the behavior, but as Koichi said, it is not as simple as enabling CSV import when only Add is allowed. We would need to detect the presence of existing records and block the CSV Import.

View solution in original post

14 REPLIES 14
Top Labels in this Space