Click or drag to resize

TemplateLine Properties

The TemplateLine type exposes the following members.

Properties
  NameDescription
Public propertyAmountColumnName
The name of the column within the amount rowset where the amount is located. [Required]
Public propertyAmountCondition
Condition for the amount. The line is accounted only when the condition is matched. The condition can be one of: null - no condition, the line should be accounted unconditionally; '+' - The amount should be positive; '-' - The amount should be negative. The amount is matched as returned from the source, before applying the Multiplier.
Public propertyAmountRowId
The id of the row from the amount rowset where the amount is located. null means to account one by one for all rows within the rowset. [Filter(multi eq)]
Public propertyAmountRowName
The name of definition, specified in Amount_Row_Id. null means that no Amount_Row_Id is specified or there is no name.
Public propertyAmountSourceFilter
Filter that further specifies which rows from the amount rowset determine the amount.
Public propertyAmountSourceName
The source rowset for the amount. For example: DocLines, DocHeader, Additional Amounts, Stock Types, etc. [Required]
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 propertyCreditAccount
The account which should be credited. [Required] [Filter(multi eq)]
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyDebitAccount
The account which should be debited. [Required] [Filter(multi eq)]
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyFilterXML
The line is accounted only when the filter is satisfied compared with the source document header.
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
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 propertyLineNo
Consecutive number of the line within the template. Determines the order of execution of the template lines. [Required]
Public propertyMultiplier
Factor by which the amount from the source will be multiplied. [Required] [Default(1)]
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 propertyNotes
Notes for this TemplateLine.
Public propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyRepository
Provides access to TemplateLinesRepository repository methods
Public propertyTemplate
The Template to which this TemplateLine belongs. [Required] [Filter(multi eq)] [Owner]
Public propertyTemplateLineProperties
List of TemplateLineProperty child objects, based on the Finance.Accounting.TemplateLineProperty.TemplateLine back reference
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Public propertyValidFromDate
Start date from which the accounting template line is valid. [Filter(multi eq;ge;le)]
Public propertyValidToDate
End date to which the accounting template line is valid. [Filter(multi eq;ge;le)]
Top
See Also