How to delete a row in Javascript

Hi I’m trying to delete a row conditionally in Javascript:

    resumeModel.abandonRow(resumeModelRow);
    resumeModel.save();

This deletes the row in Skuid, but not from the salesforce database. Has anyone done this successfully? Thanks!

Hi, I believe you should use the deleteRow() method instead and then the save method should work… Here’s a link to another post on the community: https://community.skuid.com/t/delete-row-using-javascript Here’s a link to the Skuid documentation that explains the deleteRow() method pretty well: Page Not Found — Skuid v15.1.6 Documentation I hope that helps! Jeff

Thanks! That worked.

Awesome! Glad to hear it! Thanks, Jeff