目的
指定されたステージでのDocument処理イベントに関する情報を含みます。 Document編集詳細の関係図列の一覧
PK | DocumentProcessedDate | date | はい | Documentのステータスが「Processed」に変わった日付。 |
ID | bigint | はい | エントリ識別子。 | |
DocumentId | bigint | はい | Document識別子。Document テーブルのエントリ識別子に対応します。 | |
BeginDate | datetime | はい | Documentが指定された処理ステージに到達した日時。 | |
EndDate | datetime | はい | Documentが次のステージに送られた日時。 | |
EditingSecondsCount | int | はい | 指定されたステージでDocumentの編集に費やした合計時間 (秒) 。 | |
HasAssemblingErrors | bit | はい | Documentにアセンブリ エラーがあるかどうか。 | |
HasFieldsForVerification | bit | はい | Documentに検証が必要な field があるかどうか。 | |
HasRulesErrors | bit | はい | Documentに rule エラーがあるかどうか。 | |
Operator | nvarchar | はい | ユーザー名。 | |
OperatorID | int | いいえ | ユーザー識別子。 | |
ProcessingOrder | smallint | はい | Documentの現在の状態 (つまり、fields の状態や現在の処理ステージなど) に対応する連番。Documentが変更されるたびに、その「状態変化」を反映する新しいレコードが作成され、ProcessingOrder カウンターが 1 ずつ増加します。 | |
StageName | nvarchar | はい | 処理ステージ名。 | |
StageType | int | はい | 処理ステージの基本型。事前定義の処理ステージでは、処理ステージ型と同一です。カスタム処理ステージでは、カスタム処理ステージの作成時にテンプレートとして使用された事前定義のステージ型に対応します。 |
