📚 SAP Business One SDK Help

WorkflowTask 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 DescriptionReturns the description of a workflow task.

Field name: TaskDesc.

Public Property InstanceIDReturns the ID of a workflow instance.

Field name: WFInstID.

Public Property NameReturns the name of the workflow task.

Field name: TaskName.

Public Property OperationReturns the operation type of the workflow task.

Field name: Operation.

Public Property OwnerReturns the owner of the workflow task.

Field name: Owner.

Public Property PriorityReturns the priority of the workflow task.

Field name: Priority.

Public Property StatusReturns the current status of the workflow task.

Field name: Status.

Public Property TaskIDReturns the ID of the workflow task.

Field name: TaskID.

Public Property TemplateIDReturns the ID of a workflow template.

Field name: WFID.

Public Property TemplateNameReturns the name of a workflow template.

Field name: WFName.

Public Property TypeReturns the type of the workflow task.

Field name: TaskType.

Public Property WorkflowTaskInputObjectCollectionReturns the collection of the input objects for the workflow task.
Public Property WorkflowTaskNoteCollectionReturns the collection of notes for the workflow task.
Public Property WorkflowTaskOutputObjectCollectionReturns the collection of output objects for the workflow task.

See Also