📚 SAP Business One SDK Help

AssetClassLine Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Public Method FromXMLStringSets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Public Method GetXMLSchemaReturns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property AccountDeterminationThe account determination for the Posting to G/L type of depreciation areas.

Field name: AcctDtn.

Length: 15 characters.

Public Property ActiveStatusIndicate whether the depreciation area is active for the asset class. The system calculates the asset depreciation in all active depreciation areas.

Field name: Active.

Public Property CodeThe unique code for the asset class.

Field name: Code.

Length: 20 characters.

Public Property DepreciationAreaIDThe depreciation areas for the asset class.

Field name: DprAreaID.

Length: 15 characters.

Public Property DepreciationTypeIDThe depreciation type in the depreciation area.

Field name: DprTypID.

Length: 15 characters.

Public Property LineNumberThe current row number in the list.

Field name: LineNum.

Public Property UseLifeThe useful life in months for the assets in this asset class.

Field name: UseLife.

See Also