Function setEntitySequence

  • Update the current value for the DB Sequences used in sample or data name expression

    Examples

    LABKEY.Experiment.setEntitySequence({
    seqType: 'genId',
    newValue: 100,
    kindName: 'SampleSet',
    rowId: 12
    });

    LABKEY.Experiment.setEntitySequence({
    seqType: 'sampleCount',
    newValue: 100,
    containerPath: 'SamplesFolder/'
    });

    Returns XMLHttpRequest

Generated using TypeDoc