Responder Developer Guide
GetCondition Method (CallbackCancel)


Declare the DataRowCondition that may cause callback records to be deleted due to an incident cancel.
Syntax
'Declaration
 
Public Function GetCondition() As DataRowCondition
'Usage
 
Dim instance As CallbackCancel
Dim value As DataRowCondition
 
value = instance.GetCondition()
public DataRowCondition GetCondition()

Return Value

The submit rule condition
Remarks
This event occurs when a user has taken an incident through the whole process (including restoring the incident) and then decides to cancel the incident. This event is fairly benign - it basically deletes any callbacks that have the incidentId being cancelled - in case any are left in the callbacks table.
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

CallbackCancel Class
CallbackCancel Members

 

 


Send Comment