BatchParameter
Purpose
Contains registration parameters of batches and documents.
Diagram of relationships between objects to be processed
List of columns
Key | Name | Type | Required | Description |
PK | Id | bigint | yes | Identifier of the registration parameter. |
BatchId | int | yes | Batch identifier. Corresponds to the entry identifier in the Batch table. | |
Name | nvarchar | no | Name of the registration parameter. | |
ParameterId | int | yes | External identifier of the parameter's type. Corresponds to the value of ExternalId in the BatchTypeParameter table. | |
Value | nvarchar | no | Value of the registration parameter. |
12.04.2024 18:16:03