Table "Weighing Bridge Setup WCAP"
ID 70345459
Namespace: CapVision.CapCollecte.Weighing.Bridges
Properties
| Name | Value |
|---|---|
| DataClassification | CustomerContent |
| Caption | Weighing Bridge Setup |
| DataPerCompany | False |
Fields
| Name | Type | Description |
|---|---|---|
| "Weighing Bridge No." | Code[10] | Specifies the weighing bridge number. |
| "Tunnel URL" | Text[2048] | Specifies the URL of the tunnel used to connect to the weighing bridge API. |
| "API Key" | Text[2048] | Specifies the API key used to authenticate with the weighing bridge API. |
| "Weight Enabled" | Boolean | Specifies whether the weight reading feature is enabled for this weighing bridge. |
| "Barrier Enabled" | Boolean | Specifies whether the barrier control feature is enabled for this weighing bridge. |
| "Print Enabled" | Boolean | Specifies whether the ticket printing feature is enabled for this weighing bridge. |
| "Auto Open Barrier" | Boolean | Specifies whether the barrier should be opened automatically when closing a weighing. |
| "Auto Print Ticket" | Boolean | Specifies whether the ticket should be printed automatically when closing a weighing. |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |
Methods
Read
procedure Read(WeighingBridgeNo: Code[10]): Boolean
Parameters
| Name | Type | Description |
|---|---|---|
| WeighingBridgeNo | Code[10] |
Returns
| Type | Description |
|---|---|
| Boolean |
TestSetup
procedure TestSetup()