📚 SAP Business One SDK Help

AccrualType 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 ToXMLFileSets the object's properties using data from an XML file.

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

Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property CalculationAccountThe cost accounting calculation account for the accrual type.

Field name: CalcAcct.

Length: 15 characters.

Public Property CodeThe code of the accrual type.

Field name: Code.

Length: 8 characters.

Public Property InterimAccountThe cost accounting interim account for the accrual type.

Field name: InterimAct.

Length: 15 characters.

Public Property NameThe name of the accrual type.

Field name: Name.

Length: 30 characters.

Public Property PostingAccountThe cost accounting posting account for the accrual type.

Field name: PostingAct.

Length: 15 characters.

Public Property UserFieldsReturns the UserFields object.

See Also