KVSKBAPackageNoInformation
Extends #437dbf0e84ff417a965ded2bb9650972#Package No. Information
Fields
| Name | Type | Note |
|---|---|---|
| KVSKBACarrierCode | Code[20] | |
| KVSKBAWidth | Decimal | |
| KVSKBAHeight | Decimal | |
| KVSKBALength | Decimal | |
| KVSKBAWeight | Decimal | |
| KVSKBA Maintenance | Option | OptionMembers: No mandatory fields check,In Progress,Maintenance Completed |
| KVSKBA Blocked By | Enum (KVSKBABlockedBy) | |
| KVSKBA Blocked User | Boolean | |
| KVSKBAStatusCheckingMandFields | Enum (KVSKBAStatusCheckingMandFields) |
Events
KVSKBAOnBeforeCalculatedNetWeight(Decimal, Boolean) :
Summary: Event raised before calculated net weight.
[IntegrationEvent(false, false)]
local procedure KVSKBAOnBeforeCalculatedNetWeight(var NetWeight: Decimal; var IsHandled: Boolean):
Parameters:
NetWeight: The calculated net weight.IsHandled: Indicates whether the event has been handled.
Remarks: This event allows subscribers to provide custom logic for calculating net weight. If the subscriber sets IsHandled to true, the standard calculation will be skipped, and the value provided in NetWeight will be used.
KVSKBAOnBeforeCalculatedGrossWeight(Decimal, Boolean) :
Summary: Event raised before calculated gross weight.
[IntegrationEvent(false, false)]
local procedure KVSKBAOnBeforeCalculatedGrossWeight(var GrossWeight: Decimal; var IsHandled: Boolean):
Parameters:
GrossWeight: The calculated gross weight.IsHandled: Indicates whether the event has been handled.
Remarks: This event allows subscribers to provide custom logic for calculating gross weight. If the subscriber sets IsHandled to true, the standard calculation will be skipped, and the value provided in GrossWeight will be used.