Uniqueness problem when saving to two datasets

LabKey Support Forum (Inactive)
Uniqueness problem when saving to two datasets jdutra  2011-04-21 10:51
Status: Closed
 
Hi Ben,

This is doSuccess:

function doSuccess() {
    saveSuccess = true;
}

and doNothing doesn't do anything at all. The code is pretty simple, it's just trying to save to one dataset, and then, if the save was successful, save to a second dataset. All the functions you see in the insertRows are just getting the values I need from the form inputs, and I'm pretty sure there are no problems with any of them.

Thanks,
Jen