TLot.InventoryTrackingGlobal
| TLot = class (TObject) | Interface de TLot | Exemples de TLot |
Etat du suivi global des lots en inventaire
Syntaxe
function InventoryTrackingGlobal(): Boolean
Remarques
Retourne TRUE si le suivi est activé, FALSE si le suivi est désactivé
Exemples
uses QuBESStock;
var lot1:= TLot.Connect('lot1');
Print(lot1.InventoryTrackingGlobal()); // Renvoie TRUE si le suivi global de ce lot en inventaire est activé
var lot1:= TLot.Connect('lot1');
Print(lot1.InventoryTrackingGlobal()); // Renvoie TRUE si le suivi global de ce lot en inventaire est activé