Finance.Assets.AssetTransactionLines Entity
Namespace: Finance.Assets
Asset value transaction lines. Each line changes the values of one asset in one valuation model. Entity: Ast_Asset_Transaction_Lines
Default Visualization
Default Display Text Format:
{AssetTransaction.EntityName}
Default Search Members:
AssetTransaction.EntityName
Name Data Member:
AssetTransaction.EntityName
Category: Definitions
Show in UI: ShownByDefault
Track Changes
Min level: 0 - Do not track changes
Max level: 4 - Track object attribute and blob changes
Aggregate
An aggregate is a cluster of domain objects that can be treated as a single unit.
Aggregate Parent:
Finance.Assets.AssetTransactions
Aggregate Root:
Finance.Assets.AssetTransactions
Attributes
Name | Type | Description |
---|---|---|
DepreciationValue | Amount (14, 2) | Change in the depreciation value of the asset (in the currency of the asset). Currency: Asset.ValuationCurrency Required Default(0) |
DepreciationValueBase | Amount (14, 2) | Change in the depreciation value of the asset (in the currency of the enterprise company). Currency: Asset.EnterpriseCompany.BaseCurrency Required Default(0) |
DisplayText | string | Uses the repository DisplayTextFormat to build the display text from the attributes and references of current object. |
Id | guid | |
NegativeReserveValue | Amount (14, 2) | Change in the value of the negative reserve after asset valuations (in the currency of the asset). Currency: Asset.ValuationCurrency Required Default(0) |
NegativeReserveValueBase | Amount (14, 2) | Change in the value of the negative reserve after asset valuations (in the currency of the enterprise company). Currency: Asset.EnterpriseCompany.BaseCurrency Required Default(0) |
ObjectVersion | int32 | The latest version of the extensible data object for the aggregate root for the time the object is loaded from the database. Can be used for optimistic locking. |
OperationType | OperationType | Type of the current asset operation: PUR = Purchase, SLS = Sale, DEP = Depreciation, ADJ = Adjustment, REV = Reevaluation. Required Default("ADJ") Filter(multi eq) |
PositiveReserveValue | Amount (14, 2) | Change in the value of the positive reserve after asset valuations (in the currency of the asset). Currency: Asset.ValuationCurrency Required Default(0) |
PositiveReserveValueBase | Amount (14, 2) | Change in the value of the positive reserve after asset valuations (in the currency of the enterprise company). Currency: Asset.EnterpriseCompany.BaseCurrency Required Default(0) |
PurchaseValue | Amount (14, 2) | Change in the purchase value of the asset (in the currency of the asset). Currency: Asset.ValuationCurrency Required Default(0) |
PurchaseValueBase | Amount (14, 2) | Change in the purchase value of the asset (in the currency of the enterprise company). Currency: Asset.EnterpriseCompany.BaseCurrency Required Default(0) |
SalvageValue | Amount (14, 2) | Change in the salvage value of the asset (in the currency of the asset). Currency: Asset.ValuationCurrency Required Default(0) |
SalvageValueBase | Amount (14, 2) | Change in the salvage value of the asset (in the currency of the enterprise company). Currency: Asset.EnterpriseCompany.BaseCurrency Required Default(0) |
References
Name | Type | Description |
---|---|---|
Asset | Assets | Asset for which changes in values have occurred. Required Filter(multi eq) |
AssetTransaction | AssetTransactions | The Required Filter(multi eq) Owner |
ValuationModel | ValuationModels | Valuation model in which the changes of the asset values have occurred (Taxation model or Accounting model or other). Required Filter(multi eq) |
Attribute Details
DepreciationValue
Change in the depreciation value of the asset (in the currency of the asset). Currency: Asset.ValuationCurrency
Required
Default(0)
Type: Amount (14, 2)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Default Value: Constant
Show in UI: ShownByDefault
Front-End Recalc Expressions:
obj.DepreciationValueBase.ConvertTo( obj.Asset.ValuationCurrency, obj.AssetTransaction.CurrencyDirectory)
DepreciationValueBase
Change in the depreciation value of the asset (in the currency of the enterprise company). Currency: Asset.EnterpriseCompany.BaseCurrency
Required
Default(0)
Type: Amount (14, 2)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Default Value: Constant
Show in UI: ShownByDefault
Front-End Recalc Expressions:
obj.DepreciationValue.ConvertTo( obj.Asset.EnterpriseCompany.BaseCurrency, obj.AssetTransaction.CurrencyDirectory)
DisplayText
Uses the repository DisplayTextFormat to build the display text from the attributes and references of current object.
Type: string
Category: Calculated Attributes
Supported Filters: NotFilterable
Supports Order By: ****
Show in UI: HiddenByDefault
Id
Type: guid
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Default Value: NewGuid
Show in UI: CannotBeShown
NegativeReserveValue
Change in the value of the negative reserve after asset valuations (in the currency of the asset). Currency: Asset.ValuationCurrency
Required
Default(0)
Type: Amount (14, 2)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Default Value: Constant
Show in UI: ShownByDefault
Front-End Recalc Expressions:
obj.NegativeReserveValueBase.ConvertTo( obj.Asset.ValuationCurrency, obj.AssetTransaction.CurrencyDirectory)
NegativeReserveValueBase
Change in the value of the negative reserve after asset valuations (in the currency of the enterprise company). Currency: Asset.EnterpriseCompany.BaseCurrency
Required
Default(0)
Type: Amount (14, 2)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Default Value: Constant
Show in UI: ShownByDefault
Front-End Recalc Expressions:
obj.NegativeReserveValue.ConvertTo( obj.Asset.EnterpriseCompany.BaseCurrency, obj.AssetTransaction.CurrencyDirectory)
ObjectVersion
The latest version of the extensible data object for the aggregate root for the time the object is loaded from the database. Can be used for optimistic locking.
Type: int32
Category: Extensible Data Object
Supported Filters: NotFilterable
Supports Order By: ****
Show in UI: HiddenByDefault
OperationType
Type of the current asset operation: PUR = Purchase, SLS = Sale, DEP = Depreciation, ADJ = Adjustment, REV = Reevaluation. Required
Default("ADJ")
Filter(multi eq)
Type: OperationType
Category: System
Allowed values for the OperationType
(Finance.Assets.AssetTransactionLines.md#operationtype) data attribute
Allowed Values (Finance.Assets.AssetTransactionLinesRepository.OperationType Enum Members)
Value | Description |
---|---|
Adjustment | Adjustment value. Stored as 'ADJ'. Database Value: 'ADJ' Model Value: 0 Domain API Value: 'Adjustment' |
Depreciation | Depreciation value. Stored as 'DEP'. Database Value: 'DEP' Model Value: 1 Domain API Value: 'Depreciation' |
Purchase | Purchase value. Stored as 'PUR'. Database Value: 'PUR' Model Value: 2 Domain API Value: 'Purchase' |
Sale | Sale value. Stored as 'SLS'. Database Value: 'SLS' Model Value: 3 Domain API Value: 'Sale' |
Reevaluation | Reevaluation value. Stored as 'REV'. Database Value: 'REV' Model Value: 4 Domain API Value: 'Reevaluation' |
Supported Filters: Equals, EqualsIn
Supports Order By: False
Default Value: Adjustment
Show in UI: ShownByDefault
PositiveReserveValue
Change in the value of the positive reserve after asset valuations (in the currency of the asset). Currency: Asset.ValuationCurrency
Required
Default(0)
Type: Amount (14, 2)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Default Value: Constant
Show in UI: ShownByDefault
Front-End Recalc Expressions:
obj.PositiveReserveValueBase.ConvertTo( obj.Asset.ValuationCurrency, obj.AssetTransaction.CurrencyDirectory)
PositiveReserveValueBase
Change in the value of the positive reserve after asset valuations (in the currency of the enterprise company). Currency: Asset.EnterpriseCompany.BaseCurrency
Required
Default(0)
Type: Amount (14, 2)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Default Value: Constant
Show in UI: ShownByDefault
Front-End Recalc Expressions:
obj.PositiveReserveValue.ConvertTo( obj.Asset.EnterpriseCompany.BaseCurrency, obj.AssetTransaction.CurrencyDirectory)
PurchaseValue
Change in the purchase value of the asset (in the currency of the asset). Currency: Asset.ValuationCurrency
Required
Default(0)
Type: Amount (14, 2)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Default Value: Constant
Show in UI: ShownByDefault
Front-End Recalc Expressions:
obj.PurchaseValueBase.ConvertTo( obj.Asset.ValuationCurrency, obj.AssetTransaction.CurrencyDirectory)
PurchaseValueBase
Change in the purchase value of the asset (in the currency of the enterprise company). Currency: Asset.EnterpriseCompany.BaseCurrency
Required
Default(0)
Type: Amount (14, 2)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Default Value: Constant
Show in UI: ShownByDefault
Front-End Recalc Expressions:
obj.PurchaseValue.ConvertTo( obj.Asset.EnterpriseCompany.BaseCurrency, obj.AssetTransaction.CurrencyDirectory)
SalvageValue
Change in the salvage value of the asset (in the currency of the asset). Currency: Asset.ValuationCurrency
Required
Default(0)
Type: Amount (14, 2)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Default Value: Constant
Show in UI: ShownByDefault
Front-End Recalc Expressions:
obj.SalvageValueBase.ConvertTo( obj.Asset.ValuationCurrency, obj.AssetTransaction.CurrencyDirectory)
SalvageValueBase
Change in the salvage value of the asset (in the currency of the enterprise company). Currency: Asset.EnterpriseCompany.BaseCurrency
Required
Default(0)
Type: Amount (14, 2)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Default Value: Constant
Show in UI: ShownByDefault
Front-End Recalc Expressions:
obj.SalvageValue.ConvertTo( obj.Asset.EnterpriseCompany.BaseCurrency, obj.AssetTransaction.CurrencyDirectory)
Reference Details
Asset
Asset for which changes in values have occurred. Required
Filter(multi eq)
Type: Assets
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
AssetTransaction
The Required
Filter(multi eq)
Owner
Type: AssetTransactions
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Filterable Reference: True
Show in UI: ShownByDefault
ValuationModel
Valuation model in which the changes of the asset values have occurred (Taxation model or Accounting model or other). Required
Filter(multi eq)
Type: ValuationModels
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
API Methods
Methods that can be invoked in public APIs.
GetAllowedCustomPropertyValues
Gets the allowed values for the specified custom property for this entity object. If supported the result is ordered by property value. Some property value sources do not support ordering - in that case the result is not ordered.
Return Type: Collection Of CustomPropertyValue
Declaring Type: EntityObject
Domain API Request: GET
Parameters
customPropertyCode
The code of the custom property
Type: stringsearch
The search text - searches by value or description. Can contain wildcard character %.
Type: string
Optional: True
Default Value: nullexactMatch
If true the search text should be equal to the property value
Type: boolean
Optional: True
Default Value: FalseorderByDescription
If true the result is ordered by Description instead of Value. Note that ordering is not always possible.
Type: boolean
Optional: True
Default Value: Falsetop
The top clause - default is 10
Type: int32
Optional: True
Default Value: 10skip
The skip clause - default is 0
Type: int32
Optional: True
Default Value: 0
CreateNotification
Create a notification immediately in a separate transaction, and send a real-time event to the user.
Return Type: void
Declaring Type: EntityObject
Domain API Request: POST
Parameters
user
The user.
Type: UsersnotificationClass
The notification class.
Type: stringsubject
The notification subject.
Type: string
CreateCopy
Duplicates the object and its child objects belonging to the same aggregate. The duplicated objects are not saved to the data source but remain in the same transaction as the original object.
Return Type: EntityObject
Declaring Type: EntityObject
Domain API Request: POST
Business Rules
None
Front-End Business Rules
- R31466-1 Asset Transaction Line - Set Purchase Value (Recalc)
- R31466-10 Asset Transaction Line - Set Negative Reserve Value Base (Recalc)
- R31466-2 Asset Transaction Line - Set Depreciation Value (Recalc)
- R31466-3 Asset Transaction Line - Set Salvage Value (Recalc)
- R31466-4 Asset Transaction Line - Set Positive Reserve Value (Recalc)
- R31466-5 Asset Transaction Line - Set Negative Reserve Value (Recalc)
- R31466-6 Asset Transaction Line - Set Purchase Value Base (Recalc)
- R31466-7 Asset Transaction Line - Set Depreciation Value Base (Recalc)
- R31466-8 Asset Transaction Line - Set Salvage Value Base (Recalc)
- R31466-9 Asset Transaction Line - Set Positive Reserve Value Base (Recalc)
API
Domain API Query: https://demodb.my.erp.net/api/domain/odata/Finance_Assets_AssetTransactionLines?$top=10
Domain API Query Builder: https://demodb.my.erp.net/api/domain/querybuilder#Finance_Assets_AssetTransactionLines?$top=10