File Name
Syntax
DispatchEvent(REF dispatch: DispatchViewRec)
Parameters
dispatch: data for disoatched call
Returns
None
Side Effects
None
Description
This is the event handler which manages the dialog that allows a user to pick up a dispatched call.
Dialog Forms Called
dispatch.dfc[dispatchform]
dispatch.dfc[newtransferform]
vwizard.dfc[intro_page]
vwizard.dfc[viewer_type_page]
vwizard.dfc[viewer_details_page]
vwizard.dfc[wizard_form]
ddview.dfc[prob_result_list]
vwizard.dfc[wiz_problems]
ddview.dfc[prob_xfer_result_list]
vwizard.dfc[wiz_prob_transfer]
File Name
Syntax
DispatchEVEvent(REF resrec: ResumeRecord);
Parameters
resrec: data for dispatching a call
Returns
None
Side Effects
None
Description
This is the event handler for Editing or viewing a dispatched call
Dialog Forms Called
None
File Name
Syntax
SetDispatchInquiryRange(REF dispatch: DispatchViewRec);
Parameters
dispatch - dispatch data to use for inquiry
Returns
None
Side Effects
None
Description
data is set up in dispatch to properly construct an inquiry based on a range of call_id's
Dialog Forms Called
None