Click or drag to resize

Supplier Properties

The Supplier type exposes the following members.

Properties
  NameDescription
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyCreationTime
Date and time when the Supplier was created. [Filter(ge;le)] [ReadOnly]
Public propertyCreationUser
Login name of the user, who created the Supplier. [Filter(like)] [ReadOnly]
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyDefaultCurrency
The default currency for purchases from this supplier. null means there is no default. [Filter(multi eq)]
Public propertyDefaultDeliveryTermDays
Default term in days for goods delivery, starting at the day of sending the purchase order. [Required] [Default(0)]
Public propertyDefaultPaymentAccount
When not null, specifies the default payment account which should be used for new purchase document for this supplier. [Filter(multi eq)]
Public propertyDefaultPaymentStartDays
Default number of days until the payment becomes executable. 0 means that the payment is executable at all times. [Required] [Default(0)]
Public propertyDefaultPaymentTermDays
Default payment term in days, starting from the date of receiving the invoice. [Required] [Default(0)]
Public propertyDefaultPaymentType
When not null, specifies the default payment type which should be used for new purchase document for this supplier. [Filter(multi eq)]
Public propertyDefaultPurchasePriceList
The default purchase price list, which shall be used for new purchase documents for this supplier. [Filter(multi eq)]
Public propertyEnterpriseCompany
The Enterprise Company to which this Supplier applies, or null if it is for all enterprise companies. [Filter(multi eq)]
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyFromDate
The date on which this party became a supplier or the date, when the supplier contract was signed. [Filter(ge;le)]
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsActive
Indicates whether the current supplier is active. [Required] [Default(true)] [Filter(eq)]
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Overrides EntityObjectIsLoaded.)
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyNumber
The unique supplier number. [Filter(eq)] [ORD]
Public propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyParty
The Party to which this Supplier belongs. [Required] [Filter(multi eq)] [Owner]
Public propertyRepository
Provides access to SuppliersRepository repository methods
Public propertySupplierType
When not null, specifies the type of this supplier. The type is primarily used for security access differentiation of the supplier records. [Filter(multi eq)]
Public propertyThruDate
The date (inclusive) on which this party ceased to be a supplier. [Filter(ge;le)]
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Public propertyUpdateTime
Date and time when the Supplier was last updated. [Filter(ge;le)] [ReadOnly]
Public propertyUpdateUser
Login name of the user, who last updated the Supplier. [Filter(like)] [ReadOnly]
Top
See Also