📚 SAP Business One SDK Help

AcknowledgementNumber Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFilePopulates the object from an XML file.
Public Method FromXMLStringPopulates the object from an XML string.
Public Method GetXMLSchemaReturns the XML schema of the object.
Public Method ToXMLFileExports the object to an XML file.
Public Method ToXMLStringExports the object to an XML string.

Public Properties

Public Property AcknowledgmentNoThe acknowledgement number issued by the tax authority.
Field Name: AckNum
Data Type: Edm.String
Writable: Yes
Public Property FinancialYearThe financial year to which the acknowledgement number applies.
Field Name: FinYear
Data Type: Edm.Int32
Writable: Yes
Public Property InternalNumberThis is the key field.
Field Name: AbsId
Data Type: Edm.Int32
Writable: No
Public Property LocationThe location (branch or deductor) associated with the acknowledgement.
Field Name: Location
Data Type: Edm.Int32
Writable: Yes
Public Property QuarterThe fiscal quarter to which the acknowledgement number applies.
Field Name: Quarter
Data Type: QuarterEnum
Writable: Yes
Enum Type: QuarterEnum

See Also