📚 SAP Business One SDK Help

ClosingDateProcedure Object Members
See Also  Overview 

Public Methods

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 SaveToFileSave the object to a file as XML data.
Public Method SaveXMLSave the object to a file as XML data.

Public Properties

Public Property BaselineDateReturns the reference date for executing a transaction: Posting Date or System Date.

Field name: BsLineDate.

Public Property BrowserReturns the DataBrowser object.
Public Property ClosingDateCodeReturns the code of the closing date procedure.

Field name: ClsDtCode.

Length: 30 characters.

Public Property ClosingDateNumReturns the closing date procedure number.

Field name: ClsDateNum.

Public Property DueMonthReturns the start from date for calculating the transaction due date: begining date of the month, middle date of the month, or end date of the month.

Field name: DueMonth.

Public Property ExtraDayReturns the number of additional days for calculating the due date.

Field name: ExtraDay.

Public Property ExtraMonthReturns the number of additional months for calculating the due date.

Field name: ExtraMonth.

Public Property UserFieldsReturns the UserFields object.

See Also