FromXMLFile | Sets the object's properties using data from an XML file.
The XML file can be created using the object's ToXMLFile method. |
FromXMLString | Sets the object's properties using data from an XML string.
The XML string can be created using the object's ToXMLString method. |
GetXMLSchema | Returns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods. |
ToXMLFile | Creates an XML file that represents the object. |
ToXMLString | Creates and returns an XML string that represents the object. |
amount | The amount for the depreciation.
Field name: Amount. |
DepreciationCalculationBase | The base for the depreciation calculation in each phase of an asset's useful life.
Field name: Base. |
Level | The level of depreciation. SAP Business One lets you specify multiple levels, with each level representing a phase in an asset's useful life.
Field name: Level. |
NumberOfYears | The number of years in each phase of an asset's useful life.
Field name: Years. |
Percentage | The annual percentage rate for the depreciation calculation that is valid for each phase.
Field name: Percentage. |