SequenceManager.<Sequence name>.SetBound
Syntax:
Parameters:
<PointInTime> (required)
A point in time for which the sequence boundary is set.
<Filter> (optional)
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:
Availability:
Example:
Filter = New Structure ("Goods"); Filter.Insert("Goods", CurArticle); Sequences.ArticlesRegistration.SetBound(CurMoment, Filter); |