📚 SAP Business One SDK Help

WorkflowInstance 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 CreatorThe user who created the workflow instance. Field name: `Creator`.
Field Name: Creator
Data Type: Edm.String
Writable: No
Public Property EndDateThe date the workflow instance ended. Field name: `EndDate`.
Field Name: EndDate
Data Type: Edm.DateTime
Writable: No
Public Property InstanceIDThe internal key of the workflow instance. Field name: `WFInstID`. This is the key field.
Field Name: WFInstID
Data Type: Edm.Int32
Writable: No
Public Property StartDateThe date the workflow instance started. Field name: `StartDate`.
Field Name: StartDate
Data Type: Edm.DateTime
Writable: No
Public Property StatusThe current status of the workflow instance. Field name: `Status`.
Field Name: Status
Data Type: WorkflowInstancesStatusEnum
Writable: No
Enum Type: WorkflowInstancesStatusEnum
Public Property TemplateIDThe ID of the workflow template this instance is based on. Field name: `TemplateID`.
Field Name: TemplateID
Data Type: Edm.Int32
Writable: No

See Also