📚 SAP Business One SDK Help

BudgetDistribution Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a record to the object table in SAP Business One company database.
Public Method CancelCancels a record from the object table.
Public Method GetAsXMLReturns the object from XML data, which is stored as string in a buffer.
Public Method GetByKeyRetrieves and sets the values of the object's properties by the object's absolute key from the Company database.
Public Method RemoveDeletes a record from the object table.
Public Method SaveToFileSave the object to a file as XML data.
Public Method SaveXMLSaves the object data to XML formatted data.
Public Method UpdateUpdates the object data in the company database.

Public Properties

Public Property AprilSets or returns the the monthly factor. The total monthly factors must match the BudgetAmount.
Public Property AugustSets or returns the the monthly factor. The total monthly factors must match the BudgetAmount.
Public Property BrowserReturns the DataBrowser object.
Public Property BudgetAmountReturns the total of the 12 monthly factors.Field name: BgdTotal.
Public Property DecemberSets or returns the the monthly factor. The total monthly factors must match the BudgetAmount.
Public Property DescriptionSets or returns the name of the budget distribution method.

Field name: BgdName.

Length: 30 characters.

Public Property DivisionCodeReturns the budget distribution code. Field name: BgdCode.
Public Property FebruarySets or returns the the monthly factor. The total monthly factors must match the BudgetAmount.
Public Property JanuarySets or returns the the monthly factor. The total monthly factors must match the BudgetAmount.
Public Property JulySets or returns the the monthly factor. The total monthly factors must match the BudgetAmount.
Public Property JuneSets or returns the the monthly factor. The total monthly factors must match the BudgetAmount.
Public Property MarchSets or returns the the monthly factor. The total monthly factors must match the BudgetAmount.
Public Property MaySets or returns the the monthly factor. The total monthly factors must match the BudgetAmount.
Public Property NovemberSets or returns the the monthly factor. The total monthly factors must match the BudgetAmount.
Public Property OctoberSets or returns the the monthly factor. The total monthly factors must match the BudgetAmount.
Public Property SeptemberSets or returns the the monthly factor. The total monthly factors must match the BudgetAmount.
Public Property UserFieldsReturns the UserFields object.

See Also