Update the current value for the DB Sequences used in sample or data name expression
LABKEY.Experiment.setEntitySequence({ seqType: 'genId', newValue: 100, kindName: 'SampleSet', rowId: 12});LABKEY.Experiment.setEntitySequence({ seqType: 'sampleCount', newValue: 100, containerPath: 'SamplesFolder/'}); Copy
LABKEY.Experiment.setEntitySequence({ seqType: 'genId', newValue: 100, kindName: 'SampleSet', rowId: 12});LABKEY.Experiment.setEntitySequence({ seqType: 'sampleCount', newValue: 100, containerPath: 'SamplesFolder/'});
Update the current value for the DB Sequences used in sample or data name expression
Examples