ecl-logo Documentation

ValidUploadProductQ

ValidUploadProductQ[myThermoFisherURL]isValidProductObject

returns a boolean that indicates if a valid object will be generated from the inputs of this function.

ValidUploadProductQ[myMilliporeSigmaURL]isValidProductObject

returns a boolean that indicates if a valid object will be generated from the inputs of this function.

UploadProduct[myFisherScientificURL]productObject

returns an object productObject that contains the information given about the product from the Fisher Scientific product URL.

ValidUploadProductQ[]isValidProductObject

returns a boolean that indicates if a valid object will be generated from the inputs of this function.

Details

    Input
    Output
    Inventory Options
    Organizational Information Options
    Pricing Information Options
    Product Specification Options
    Product Specifications Options
    General Options

Examples

Basic Examples  (3)

Determine if the uploaded Object[Product] of Methanol, anhydrous, 99.8% purity will be valid when uploaded:

Determine if the uploaded Object[Product] of DMSO (LC-MS Grade) will be valid when uploaded:

Determine if the uploaded Object[Product] of Diethylene glycol methyl ether will be valid when uploaded:

Options  (2)

OutputFormat  (1)

Set OutputFormat->TestSummary to have the function return a TestSummary object instead of a single Boolean. The dereferenceable keys form this object can be viewed by running Keys[...] on the test summary:

Verbose  (1)

Set Verbose->True to see all of the tests that ValidUploadProductQ is running. Valid values for this option are True|False|Failures: