📚 SAP Business One SDK Help

TaxDeclarationBox 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 AbsoluteValueIndicates whether to use the absolute (unsigned) value of the result.
Field Name: AbsolutVa
Data Type: BoYesNoEnum
Writable: Yes
Enum Type: BoYesNoEnum
Public Property BoxDefinitionAccountsproperty BoxDefinitionAccounts
Public Property BoxDefinitionChoicesproperty BoxDefinitionChoices
Public Property BoxDefinitionContraAccountsproperty BoxDefinitionContraAccounts
Public Property BoxDefinitionRowsproperty BoxDefinitionRows
Public Property BoxSetCodePart of the composite key. The box set this box belongs to.
Field Name: BosCode
Data Type: Edm.Int32
Writable: Yes
Public Property BoxTypeThe calculation or input type of the box.
Field Name: BoxType
Data Type: BoxDefinitionTypeEnum
Writable: Yes
Enum Type: BoxDefinitionTypeEnum
Public Property CodePart of the composite key. The box code.
Field Name: BoxCode
Data Type: Edm.String
Writable: Yes
Public Property DebitCreditIndicates whether the box captures debit, credit, or both sides.
Field Name: DbtCrdt
Data Type: BoxDefinitionDebitCreditEnum
Writable: Yes
Enum Type: BoxDefinitionDebitCreditEnum
Public Property DeclarationLocationThe geographic declaration location (used for Portugal).
Field Name: DecLoc
Data Type: BoxDefinitionDeclarationLocationEnum
Writable: Yes
Enum Type: BoxDefinitionDeclarationLocationEnum
Public Property Effectivefromproperty EffectiveFrom
Public Property FormulaSyntaxThe formula expression used when the box type is Formula.
Field Name: Formula
Data Type: Edm.String
Writable: Yes
Public Property InactiveIndicates whether this box is inactive.
Field Name: Inactive
Data Type: BoYesNoEnum
Writable: Yes
Enum Type: BoYesNoEnum
Public Property NameThe display name of the box.
Field Name: BoxName
Data Type: Edm.String
Writable: Yes
Public Property PositionInReportThe positional identifier of this box in the printed report.
Field Name: Position
Data Type: Edm.String
Writable: Yes
Public Property PostToAccountThe G/L account to post the box amount to.
Field Name: PostToAct
Data Type: Edm.String
Writable: Yes
Public Property PostToOffsetAccountThe offset G/L account for the posting.
Field Name: PostToOffA
Data Type: Edm.String
Writable: Yes
Public Property RemarksFree-text remarks for this box definition.
Field Name: Remarks
Data Type: Edm.String
Writable: Yes
Public Property ReportTypePart of the composite key. The report type this box belongs to.
Field Name: ReportType
Data Type: BoxDefinitionReportTypeEnum
Writable: Yes
Enum Type: BoxDefinitionReportTypeEnum
Public Property SortOrderThe display order of the box in the report.
Field Name: SortOrder
Data Type: Edm.Int32
Writable: Yes
Public Property SummaryFieldThe tax amount field that this box summarizes.
Field Name: SummayFld
Data Type: BoxDefinitionSummaryFieldEnum
Writable: Yes
Enum Type: BoxDefinitionSummaryFieldEnum

See Also