Responder Developer Guide
CreateCall(RxCustomer,String,Boolean,String,DateTime,String,IDictionary<String,Object>,Boolean,String) Method


Syntax
'Declaration
 
Public Overloads Function CreateCall( _
   ByVal customer As RxCustomer, _
   ByVal troubleCode As String, _
   ByVal requestedCallback As Boolean, _
   ByVal callBackNumber As String, _
   ByVal eventTime As Date, _
   ByVal callRemarks As String, _
   ByVal customFieldValuePair As IDictionary(Of String,Object), _
   Optional ByVal hasHazard As Boolean, _
   Optional ByVal hazardCode As String _
) As Boolean
'Usage
 
Dim instance As ResponderController
Dim customer As RxCustomer
Dim troubleCode As String
Dim requestedCallback As Boolean
Dim callBackNumber As String
Dim eventTime As Date
Dim callRemarks As String
Dim customFieldValuePair As IDictionary(Of String,Object)
Dim hasHazard As Boolean
Dim hazardCode As String
Dim value As Boolean
 
value = instance.CreateCall(customer, troubleCode, requestedCallback, callBackNumber, eventTime, callRemarks, customFieldValuePair, hasHazard, hazardCode)

Parameters

customer
troubleCode
requestedCallback
callBackNumber
eventTime
callRemarks
customFieldValuePair
hasHazard
hazardCode
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ResponderController Class
ResponderController Members
Overload List

 

 


Send Comment