Skip to main content
Nintex Community Menu Bar
Question

How to delete a row in Javascript

  • July 10, 2024
  • 3 replies
  • 19 views

Forum|alt.badge.img+8

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!

3 replies

Forum|alt.badge.img+5

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


Forum|alt.badge.img+8
  • Author
  • July 10, 2024

Thanks! That worked.


Forum|alt.badge.img+5

Awesome! Glad to hear it! Thanks, Jeff