I have a table that syncs from emailed data from CSV attachments. I need to be able to delete some individual records. (The data is not valid, and it's messing with roll-up calculations.) When I try to delete a record in the main record UI it's grayed out and says "To delete this new record, update this table's sync configuration so that records are deleted when deleted or hidden in the source." But I don't know how to get to the source since it's an emailed CSV? Can anyone advise on how I can get some records deleted from the synced table? Either through accessing the source data (how?) or through a script or API override of sorts? Open to any suggestions. TIA!
Solved
Delete record from synced CSV email data table

Best answer by Dan_Montoya
@ScottWorld is correct. The CSV import will recreate missing records if you have that checked on the sync configs.
I would suggest your rollups only rollup records that meet the criteria to make it valid. This will protect your rollups from other data that doesn’t meet the criteria.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.