TemplateLine Properties |
The TemplateLine type exposes the following members.
| Name | Description | |
|---|---|---|
| AmountColumnName | The name of the column within the amount rowset where the amount is located. [Required] | |
| AmountCondition | 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. | |
| AmountRowId | 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)] | |
| AmountRowName | The name of definition, specified in Amount_Row_Id. null means that no Amount_Row_Id is specified or there is no name. | |
| AmountSourceFilter | Filter that further specifies which rows from the amount rowset determine the amount. | |
| AmountSourceName | The source rowset for the amount. For example: DocLines, DocHeader, Additional Amounts, Stock Types, etc. [Required] | |
| ChangingAttributes |
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.) | |
| CreditAccount | The account which should be credited. [Required] [Filter(multi eq)] | |
| CustomProperties |
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.) | |
| DebitAccount | The account which should be debited. [Required] [Filter(multi eq)] | |
| ExtendedProperties |
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.) | |
| FilterXML | The line is accounted only when the filter is satisfied compared with the source document header. | |
| Id |
The unique Id of the entity object
(Inherited from EntityObject.) | |
| IsGhost |
Returns true when the object is a ghost object
(Inherited from EntityObject.) | |
| IsLoaded | Gets a value indicating whether the associated data for this domain object is loaded. (Overrides EntityObjectIsLoaded.) | |
| ItemString |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) | |
| ItemIDataAttribute |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) | |
| LineNo | Consecutive number of the line within the template. Determines the order of execution of the template lines. [Required] | |
| Multiplier | Factor by which the amount from the source will be multiplied. [Required] [Default(1)] | |
| NoEvents |
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.) | |
| Notes | Notes for this TemplateLine. | |
| ObjectState | Gets the state of the domain object. (Overrides EditableDomainObjectObjectState.) | |
| Repository | Provides access to TemplateLinesRepository repository methods | |
| Template | The Template to which this TemplateLine belongs. [Required] [Filter(multi eq)] [Owner] | |
| TemplateLineProperties | List of TemplateLineProperty child objects, based on the Finance.Accounting.TemplateLineProperty.TemplateLine back reference | |
| Transaction |
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.) | |
| ValidFromDate | Start date from which the accounting template line is valid. [Filter(multi eq;ge;le)] | |
| ValidToDate | End date to which the accounting template line is valid. [Filter(multi eq;ge;le)] |