📚 SAP Business One SDK Help

SalesStages Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a sales stage definition.
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 SaveXMLSaves the object data to XML formatted data.
Public Method UpdateUpdates the object data in the company database.

Public Properties

Public Property BrowserReturns the DataBrowser object.
Public Property CancelledReturns whether or not the sales stage is cancelled.

Field name: Canceled.

Public Property ClosingPercentageSets or returns the probability percentage to complete the sales stage successfuly.

Field name: CloPrcnt.

Public Property IsPurchasingproperty IsPurchasing
Public Property IsSalesproperty IsSales
Public Property NameSets or returns the stage name.

Mandatory property.

Field name: Descript.

Langth: 30 characters.

Public Property SequenceNoReturns the primary identification key of the sales stage as assigned by the system when adding a new sales stage (numerator).

Field name: Num.

Public Property StagenoSets or returns the stage identification number.

Mandatory property.

Field name: StepId.

Public Property UserFieldsReturns the UserFields object.

See Also