Responder Developer Guide
ValidateCustomer(RxCustomer,List<String>,Boolean,Boolean) Method


Syntax
'Declaration
 
Public Overloads Function ValidateCustomer( _
   ByVal customer As RxCustomer, _
   Optional ByVal useLikeFieldList As List(Of String), _
   Optional ByVal includeIncidentDetails As Boolean, _
   Optional ByVal includeCrewAssignmentStatus As Boolean _
) As DataSet
'Usage
 
Dim instance As ResponderController
Dim customer As RxCustomer
Dim useLikeFieldList As List(Of String)
Dim includeIncidentDetails As Boolean
Dim includeCrewAssignmentStatus As Boolean
Dim value As DataSet
 
value = instance.ValidateCustomer(customer, useLikeFieldList, includeIncidentDetails, includeCrewAssignmentStatus)

Parameters

customer
useLikeFieldList
includeIncidentDetails
includeCrewAssignmentStatus
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