possible to manually create delete button for assay results domain?

LabKey Support Forum (Inactive)
possible to manually create delete button for assay results domain? jeckels  2010-06-23 17:26
Status: Closed
 
Hi Ben,

You're right about the assumptions for how deleting assay data currently works.

Right now the assay results tables aren't hooked up to support LABKEY.Query.deleteRows(), so unfortunately that approach won't work. There's some work associated with implementing insert/update/delete support for each table, though it's often not much work.

What kind of assay is this? If it's a custom assay, you could wire up a custom delete button that uses the assay saveBatch() method to resave the run without the offending row.

Thanks,
Josh