Routines for dispatch.kb


DispatchEvent

File Name

dispatch.kb

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]


DispatchEVEvent

File Name

dispatch.kb

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


SetDispatchInquiryRange

File Name

dispatch.kb

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