SequenceManager.<Sequence name>.SetBound

Syntax:

SetBound(<PointInTime>, <Filter>)

Parameters:

<PointInTime> (required)

Type: Date; PointInTime.
A point in time for which the sequence boundary is set.

<Filter> (optional)

Type: Structure.
A structure that defines filtering by sequence dimensions. The key of the structure defines the sequence dimension that will be used for filtering, and the structure value defines the dimension value.

Description:

Sets the sequence boundary for the specified dimension values.

Availability:

Server, thick client, external connection, Mobile application (server).

Example:

Filter = New Structure ("Goods");
Filter.Insert("Goods", CurArticle);
Sequences.ArticlesRegistration.SetBound(CurMoment, Filter);


    

1C:Enterprise Developer's Community