📚 SAP Business One SDK Help

ApprovalStage Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileImports data from an XML file to the object.
Public Method FromXMLStringImports data from an XML string to the object.
Public Method GetXMLSchemaRetrieves the XML schema of the data structure.
Public Method ToXMLFileCreates an XML file that represents the object data.
Public Method ToXMLStringCreates an XML string that represents the object data.

Public Properties

Public Property ApprovalStageApproversReturns the ApprovalStageApprovers object, a DataCollection of ApprovalStageApprover data structures.
Public Property CodeReturns this approval stage code. Field name: WstCode.

This is a key to the ApprovalStage Object.

Public Property NameSets or returns the stage approver's name. Field name: Name.

Length: 20 characters.

Public Property NoOfApproversRequiredReturns the No. of authorizes required for this Approval Stage.

Field name: MaxReqr.

Public Property RemarksSets or returns the Description of this approval stage. Field name: Remarks.

Length: 100 characters.

See Also