Click or drag to resize

Vendor Class

Represents a supplier (vendor) from whom the factory purchases or otherwise acquires raw materials, parts, or sub-assemblies that are used by this factory. A vendor typically does not manufacture these raw materials or parts, but instead resells materials purchased from a variety of different manufacturers.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsVendor

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public class Vendor

The Vendor type exposes the following members.

Constructors
  NameDescription
Public methodVendor
Initializes a new instance of the Vendor class
Top
Properties
  NameDescription
Public propertyAccountNumber
The purchasing account number of the factory for this particular vendor.
Public propertyDescription
An optional description of the vendor.
Public propertyId
A unique identifier for this particular vendor (corresponds to the primary key in the FactoryLogix database)
Public propertyLabelProfile
The FactoryLogix Label Profile associated with this vendor. Label Profiles define the format(s) of the labels that a vendor may apply to parts or packages of parts prior to shipment. Important information may then be captured from these labels during receiving.
Public propertyName
A friendly name for this vendor.
Public propertyReceivingProcess
The default FactoryLogix Receiving Process that will be used when parts or materials from this vendor are received into the factory.
Public propertySamplingPlan
The default AQL sampling plan (Assured Quality Level) to be used during IQC (Incoming Quality Control) when parts or materials from this Vendor are received into the factory.
Top
See Also