@labkey/api
    Preparing search index...

    Function setEntitySequence

    • 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/'
      });

      Returns XMLHttpRequest