Table Description
Precedent Change Set Batch Control : Controls the currently-open and submitted Precedent Change Sets for batch processing.

When a client of the Dependency Manager identifies that data that may have been used in a calculation has changed, then that client can request that the Dependency Manager must identify and recalculate dependent values affected by the change.

If the Dependency Manager is configured to defer the identification/recalculation work to the next run of the Dependency Manager batch suite, then the Dependency Manager stores new Precedent Change Items in the currently-open Precedent Change Set for batch processing. This Precedent Change Set is identified by the row on this entity which has the key value for the "Open" status.

When the Dependency Manager batch suite starts, then:

  • the currently-open batch Precedent Change Set becomes submitted, and the "Submitted" row on this entity is updated to point to it; and
  • a new open batch Precedent Change Set is stored, and the "Open" row on this entity is updated to point to it.

The dependent identification phase of the Dependency Manager batch suite can now identify the submitted batch Precedent Change Set by retrieving the "Submitted" row from this entity.

When the Dependency Manager batch suite completes, the submitted Precedent Change Set transitions to "Complete", and the "Submitted" row on this entity is updated so that it no longer points to any Precedent Change Set.

Technical Notes

The data on this table may only be read or written using Dependency Manager APIs - no direct access to the underlying data is supported. Custom DMX files and/or database scripts must not be used to populate this entity. The DMX file for this entity included with the application MUST be used to create the initial control rows required by the application.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Attributes (3)
AttributeKeyNullableDescriptionDDL Type
statusYesNoThe status of the batch Precedent Change Set.SVR_STRING<10>
precedentChangeSetID  The identifier of the current Precedent Change Set for batch processing in this status, if any.SVR_INT64
versionNo No SVR_INT32
Foreign Keys (1)
ChildParent
PrecedentChangeSetBatchCtrl.precedentChangeSetIDPrecedentChangeSet.precedentChangeSetID
Indices (1)
Index NameAttributes
IND__1605239583precedentChangeSetID
Related Pages (0)