BatchTypeParameter
Purpose
Registration parameters of batch types.
Diagram of relationships between objects to be processed
List of columns
Key | Name | Type | Required | Description |
PK | Id | int | yes | Identifier of batch type parameter. |
BatchTypeId | int | yes | Identifier of the batch that the parameter belongs to. Corresponds to the entry identifier in the BatchType table. | |
ExternalId | int | yes | External identifier. Used for matching values of registration parameters to their descriptions. | |
IsRequired | bit | yes | Indicates that the parameter must be specified. | |
Name | nvarchar | yes | Name of the batch type parameter. |
12.04.2024 18:16:02