ecl-logo

Inventory Tracking

Collection of functions for tracking and managing inventory within an ECL facility.

Inventory Tracking

    ClearSampleStorageSchedule -- Erases any pending storage changes of the indicated sample and sets the storage condition such that the sample stays where it is currently.
    PlotInventory -- Displays the inventory dashboard, filtered by name or notebook.

Validating

Calculate Options

    DiscardSamplesOptions -- Returns the resolved options that would be used if the given samples were discarded.
    StoreSamplesOptions -- Returns the resolved options that would be used if the given samples were to be stored under the provided storage condition.
    UnrestrictSamplesOptions -- Returns the resolved options for calling UnrestrictSamples on input samples.
    UploadInventoryOptions -- Returns a list of resolved options when uploading an Inventory object to keep the specified Product in stock.
    UploadStockSolutionOptions -- Returns a list of resolved options when generating a new stock solution model with the given components, solvent and total volume.
    StoreSamplesOptions -- Returns the resolved options that would be used if the given samples were to be stored under the provided storage condition.
    UploadProductOptions -- Returns the resolved options that would be used by upload product when called on a product URL.

Preview

    CancelDiscardSamplesPreview -- Returns a preciw to cancel the pending discard request for the objects to ensure they will not be discarded.

Related Guides