TPlannedTransport.ShipperNature
redirigé depuis TPlannedTransport.GetShipperNature
| TPlannedTransport = class (TObject) | Interface de TPlannedTransport | Exemples de TPlannedTransport |
Qubes 6.3 Nature du tiers
Syntaxe
property ShipperNature: TThirdPartyNature read write
Remarques
Nature 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;