📚 SAP Business One SDK Help

ProjectPlanStage Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFilemethod FromXMLFile
Public Method FromXMLStringmethod FromXMLString
Public Method GetXMLSchemamethod GetXMLSchema
Public Method ToXMLFilemethod ToXMLFile
Public Method ToXMLStringmethod ToXMLString

Public Properties

Public Property AbsoluteEntryThe internal key of the parent project plan.
Field Name: DocEntry
Data Type: Edm.Int32
Writable: No
Public Property ActualDurationThe actual duration of the stage.
Field Name: Duration
Data Type: Edm.Double
Writable: Yes
Public Property EndDateThe end date of the stage.
Field Name: EndDate
Data Type: Edm.DateTime
Writable: Yes
Public Property FatherStageIDThe parent stage identifier.
Field Name: Father
Data Type: Edm.Int32
Writable: Yes
Public Property IsCompletedIndicates whether the stage is completed.
Field Name: IsComplete
Data Type: Edm.String
Writable: Yes
Public Property LinkToMenuIDThe menu ID link for the stage.
Field Name: StepLink
Data Type: Edm.String
Writable: Yes
Public Property NodeLevelThe node level in the hierarchy.
Field Name: Level
Data Type: Edm.Int32
Writable: Yes
Public Property OwnerThe owner of the stage.
Field Name: Owner
Data Type: Edm.String
Writable: Yes
Public Property PlannedTimeThe planned time for the stage.
Field Name: PlanTime
Data Type: Edm.Double
Writable: Yes
Public Property QueryIDThe query ID linked to the stage.
Field Name: QueryID
Data Type: Edm.Int32
Writable: Yes
Public Property StageIDThe stage identifier.
Field Name: StepCode
Data Type: Edm.Int32
Writable: Yes
Public Property StageNameThe name of the stage.
Field Name: StepName
Data Type: Edm.String
Writable: Yes
Public Property StartDateThe start date of the stage.
Field Name: StartDate
Data Type: Edm.DateTime
Writable: Yes
Public Property StatusThe status of the stage.
Field Name: Status
Data Type: Edm.Int32
Writable: Yes
Public Property TotalPlannedTimeThe total planned time for the stage.
Field Name: TotalPlannedTime
Data Type: Edm.Double
Writable: Yes
Public Property VisualOrderThe visual order of the stage.
Field Name: VisualOrder
Data Type: Edm.Int32
Writable: Yes

See Also