TPlannedTransport.Shipper
| TPlannedTransport = class (TObject) | Interface de TPlannedTransport | Exemples de TPlannedTransport |
Qubes 6.3 Tiers d'origine
Syntaxe
property Shipper: TLogisticsLocation read FShipper write FShipper
Remarques
Définition du tiers à l'origine du mouvement logistique.
L'enregistrement de la propriété est fait par l'appel de la méthode Post
Exemples
uses QubesLogistics.PlannedTransports, QubesLogistics.ReceiptAndDelivery, QubesLogistics.Location;
var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');
attendu.Shipper := TLogisticsLocation.ConnectByID(1234);
attendu.ShipperNature := TThirdPartyNature.Customer;
attendu.Post;
var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');
attendu.Shipper := TLogisticsLocation.ConnectByID(1234);
attendu.ShipperNature := TThirdPartyNature.Customer;
attendu.Post;