📚 SAP Business One SDK Help

ProjectsService Object Members
See Also  Overview 

Public Methods

Public Method AddProjectAdds a project code and name as specified in the

Project data structure.

Public Method DeleteProjectDeletes project code and name specified in ProjectParams.
Public Method GetDataInterfaceCreates empty data structure. This means the structure contains
the default setting/values of the database.
Public Method GetDataInterfaceFromXMLFileCreates data structure from specified XML file.
Public Method GetDataInterfaceFromXMLStringCreates data structure from specified XML string.
Public Method GetProjectReturns an instance of the Project data structure.
Public Method GetProjectListReturns a collection of instances for the Project data structure.
Public Method UpdateProjectReplaces project code and name with the specified Project data structure.

See Also