Table "Shipping Agent"

ID 291
Namespace: Microsoft.Foundation.Shipping

Properties

Name Value
Caption Shipping Agent
DataCaptionFields 1,2
DrillDownPageID Page Microsoft.Foundation.Shipping."Shipping Agents"
LookupPageID Page Microsoft.Foundation.Shipping."Shipping Agents"
DataClassification CustomerContent

Fields

Name Type Description
Code Code[10]
Name Text[50]
"Internet Address" Text[250]
"Account No." Text[30]
"Coupled to CRM" Boolean
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

GetTrackingInternetAddr

procedure GetTrackingInternetAddr(PackageTrackingNo: Text[50]): Text

Parameters

Name Type Description
PackageTrackingNo Text[50]

Returns

Type Description
Text

Events

OnBeforeGetTrackingInternetAddr

[IntegrationEvent(False,False)]
local procedure OnBeforeGetTrackingInternetAddr(var ShippingAgent: Record "Shipping Agent", var TrackingInternetAddr: Text, var IsHandled: Boolean, PackageTrackingNo: Text[50])

Parameters

Name Type Description
ShippingAgent Table Microsoft.Foundation.Shipping."Shipping Agent"
TrackingInternetAddr Text
IsHandled Boolean
PackageTrackingNo Text[50]

See also