Makes it possible to get all data for an order in Handyman, including documents and checklists.
- Parameteres can be used to limit the number of elements returned.
Function definition:
Public Function QueryOrder( _
sOrderID As String, _
Optional bParticipantList As Boolean = True, _
Optional bDescriptionList As Boolean = True, _
Optional bMaterialList As Boolean = True, _
Optional bSalaryCodeRegistrationList As Boolean = True, _
Optional bDocumentList As Boolean = True, _
Optional bChecklistList As Boolean = True _
) As String
The XML structure that is returned is exactly the same structure used when synchronising.