ecl-logo Documentation

ValidUploadCompanySupplierQ

ValidUploadCompanySupplierQ[supplierName]isValidSupplierObject

returns a boolean that indicates if a valid object will be generated from UploadCompanySupplier[].

Details

    Input
    Output
    Order Activity Options
    Organizational Information Options
    Product Specifications Options
    General Options

Examples

Basic Examples  (3)

Determine if a valid Object[Company,Supplier] will be uploaded from UploadCompanySupplier[]:

Inspect the detailed tests that UploadCompanySupplier[] is running:

Inspect the detailed tests that UploadCompanySupplier[] is running. In this case, one of the tests doesn't pass because the value of the Phone option doesn't match its pattern:

Options  (4)

OutputFormat  (1)

Inspect the detailed tests that UploadCompanySupplier[] is running. Use the OutputFormat->TestSummary to return a TestSummary of the tests that have been run. Use the Keys[...] function to see the dereferenceable keys inside of the test summary:

Verbose  (3)

Inspect the detailed tests that UploadCompanySupplier[] is running. Use the Verbose option to show the tests that the Valid<Function>Q function is running. When Verbose->True, all of the tests will be printed:

Inspect the detailed tests that UploadCompanySupplier[] is running. Use the Verbose option to show the tests that the Valid<Function>Q function is running. When Verbose->False, none of the tests will be printed (this is the default behavior):

Inspect the detailed tests that UploadCompanySupplier[] is running. Use the Verbose option to show the tests that the Valid<Function>Q function is running. When Verbose->Failures, only the failing tests will be printed: