ecl-logo Documentation

UploadCompanySupplier

UploadCompanySupplier[supplierName]supplierObject

returns an object supplierObject that contains the information given about the supplier.

Details

    Input
    Output
    Order Activity Options
    Organizational Information Options
    Product Specifications Options
    Messages
  • ObjectDoesNotExistA given object for option `1` does not exist in the database. Please check that all of the objects specified for Field `1` exist.
    SupplierNameAlreadyExistsAn Object[Company,Supplier] of the name `1` already exists.
    UnderspecifiedInformationAt least one of the fields {Phone, Website, OutOfBusiness} must not be Null. Please double check the values of these fields.

Examples

Basic Examples  (1)

Upload a new Object[Company,Supplier]:

Options  (10)

InstrumentsManufactured  (1)

Specify manufactured instruments that already exist from this supplier:

Orders  (1)

Specify orders that have been placed from this supplier:

OutOfBusiness  (1)

Specify whether this supplier is currently out of business:

Output  (1)

Return a list of tests to check the validity of this upload call:

Phone  (1)

Specify a phone number for this supplier:

Products  (1)

Specify products that already exist from this supplier:

Receipts  (1)

Specify receipts that already exist from this supplier:

SensorsManufactured  (1)

Specify manufactured sensors that already exist from this supplier:

Upload  (1)

Return an upload packet a new Object[Company,Supplier]:

Website  (1)

Specify a website for this supplier:

Messages  (3)

ObjectDoesNotExist  (1)

If an object is passed as an option but it does not exist, a message is thrown:

SupplierNameAlreadyExists  (1)

A supplier cannot be uploaded if another supplier of that name already exists:

UnderspecifiedInformation  (1)

A supplier cannot be created if {Phone, Website, OutOfBusiness} are all Null: