📚 SAP Business One SDK Help

ProjectPlansService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a project plan.
Public Method DeleteDeletes an existing project plan.
Public Method GetRetrieves a project plan. The project plan is specified by its key, which is contained in the `ProjectPlanParams` object passed to the method.
Public Method GetDataInterfaceCreates an empty data structure for use with the `ProjectPlansService`.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the `ProjectPlanParamsCollection` data collection that identifies all project plans.
Public Method UpdateUpdates an existing project plan.

See Also