📚 SAP Business One SDK Help

WorkflowTemplateManager Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file. The XML file can be created using the object's `ToXMLFile` method.
Public Method FromXMLStringSets the object's properties using data from an XML string. The XML string can be created using the object's `ToXMLString` method.
Public Method GetXMLSchemaReturns the XML schema for the XML generated by the `ToXMLFile` and `ToXMLString` methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property DescriptionThe description of the workflow template. Field name: `Desc`.
Field Name: Desc
Data Type: Edm.String
Writable: No
Public Property NameThe name of the workflow template. Field name: `Name`.
Field Name: Name
Data Type: Edm.String
Writable: No
Public Property StartTypeThe start type of the workflow template. Field name: `StartType`.
Field Name: StartType
Data Type: WorkflowStartTypeEnum
Writable: No
Enum Type: WorkflowStartTypeEnum
Public Property StatusThe deployment status of the workflow template. Field name: `Status`.
Field Name: Status
Data Type: WorkflowStatusEnum
Writable: No
Enum Type: WorkflowStatusEnum
Public Property TemplateIDThe template identifier associated with this workflow. Field name: `TemplateID`.
Field Name: TemplateID
Data Type: Edm.Int32
Writable: No
Public Property VersionThe version of the workflow template. Field name: `Version`.
Field Name: Version
Data Type: Edm.String
Writable: No
Public Property WorkflowIDThe internal key of the workflow template manager. Field name: `ID`. This is the key field.
Field Name: ID
Data Type: Edm.Int32
Writable: No

See Also