possible to manually create delete button for assay results domain?

LabKey Support Forum (Inactive)
possible to manually create delete button for assay results domain? Ben Bimber  2010-06-23 17:52
Status: Closed
 
they are custom assays. unfortunate about deleteRows().

so i admit i dont have a great understanding yet of exactly how all the labkey assay objects work. after reading saveBatch(), i'm not quite clear on what i do. do i run loadBatch(), modify the batch object to remove the desired record, then run saveBatch() to save my updated batch object?

if i end up going with the saveBatch() route, does this mean I delete the old batch and replace it or is it an update? I ask b/c I assume each
record in each of the assays domains has a unique key. the delete/insert probably assigns new keys. altering the keys on assay data is potentially relevant if we have records stored anywhere else that point to this data.