Click or drag to resize

DocumentAmountType Properties

The DocumentAmountType type exposes the following members.

Properties
  NameDescription
Public propertyAddToCustomer
True means that the amount will be charged to the primary customer of the document. [Required] [Default(true)]
Public propertyAddToLine
True means that the resulting amount will be added to the amount of each respective line. [Required] [Default(true)]
Public propertyAllowedDirections
Specifies condition for the sign of the allowed values for input percent or amount ​​that can be set in the documents. [Default(0)]
Public propertyAmountInputAllowed
True when the user is allowed to input fixed amount for distribution. [Required] [Default(false)] [Filter(eq)]
Public propertyAmountTypeCode
A code that can be used to uniquely identify the additional amount. Can also be used for sorting purposes. [Required] [Filter(multi eq)] [ORD]
Public propertyAmountTypeName
The name of the amount type. [Required] [Filter(like)] [ORD]
Public propertyBaseOnLines
True means that the percentages will be applied over lines plus dependant amounts; false means only dependant amounts. [Required] [Default(true)]
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 propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyDefaultPercent
Default percent for amounts for which percent input is allowed; null otherwise.
Public propertyDependencies
Public propertyDescription
The description of this DocumentAmountType.
Public propertyDistributeBy
Specifies how the amount will be distributed among the document lines. Valid values are: ('AMOUNT','MEASUREMENT','PRODUCT DEFINITION'). [Required] [Default("AMOUNT")] [Filter(eq)]
Public propertyDistributeByMeasurementCategory
Specifies the measurement category to be used for distribution, when the Distribute_By = 'MEASUREMENT'. [Filter(multi eq)]
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsActive
True when the amount type is active for new records; false - otherwise. [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 propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyPercentInputAllowed
True when the user is allowed to input percent of total for distribution. [Required] [Default(true)] [Filter(eq)]
Public propertyRepository
Provides access to DocumentAmountTypesRepository repository methods
Public propertyRoundScale
The amounts should be rounded with the specified number of digits after the decimal point. null means to use the currency default.
Public propertySettings
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Public propertyUnitAmountInputAllowed
Specifies whether the user is allowed to input fixed unit amount for the calculation of the amount. [Required] [Default(false)] [Filter(eq)]
Top
See Also