Table of Contents

Table "Weighing Bridge WCAP"

ID 70345419
Namespace: CapVision.CapCollecte.Weighing.Bridges

Properties

Name Value
DataClassification CustomerContent
Caption Weighing Bridge
DrillDownPageId Page CapVision.CapCollecte.Weighing.Bridges."Weighing Bridges WCAP"
LookupPageId Page CapVision.CapCollecte.Weighing.Bridges."Weighing Bridge Card WCAP"
DataPerCompany False

Fields

Name Type Description
"No." Code[10]

Specifies a unique value that identifies the weighing bridge.

Description Text[100]

Specifies a description for the weighing bridge.

"Location Code" Code[10]

Specifies the location code of the weighing bridge.

"Company Name" Text[30]

Specifies a unique value that identifies the company of weighing bridge.

SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

GetWeighingBridgeList

procedure GetWeighingBridgeList(CurrCompanyName: Text): Text

Parameters

Name Type Description
CurrCompanyName Text

Returns

Type Description
Text

GetWeighing

Obtient le poids de la dernière remontée de pesée effectuée sur le pont bascule.

procedure GetWeighing(): Decimal

Returns

Type Description
Decimal

GetWeighing

Obtient la dernière remontée de pesée effectuée sur le pont bascule.

procedure GetWeighing(var WeighingLogEntry: Record "Weighing Log Entry WCAP"): Boolean

Parameters

Name Type Description
WeighingLogEntry Table CapVision.CapCollecte.Weighing.Bridges."Weighing Log Entry WCAP"

Returns

Type Description
Boolean

GetLastWeighingLive

Interroge l'API du pont bascule pour récupérer le poids courant si le pont est configuré. Retombe sur la dernière pesée enregistrée si l'API est désactivée ou en erreur.

procedure GetLastWeighingLive(): Decimal

Returns

Type Description
Decimal

Le dernier poids enregistré sur le pont bascule.

SetWeighing

Obsolete

This element will become obsolete from version V27.202606. Replaced by SetWeighing with DSD parameter

Définit le poids de la dernière pesée effectuée sur le pont bascule.

[Obsolete(Replaced by SetWeighing with DSD parameter,V27.202606)]
procedure SetWeighing(NewWeighing: Decimal)

Parameters

Name Type Description
NewWeighing Decimal

See also