Routines for eci.kb


ConfigureECI

File Name

eci.kb

Syntax

function ConfigureECI(VAL ParentWindow: WINDOW ): WINDOW;

Parameters

ParentWindow - This is the window to which to attach the window for the

system action.

Returns

The handle of the ECI configuration window.

Side Effects

None

Description

This function allows one to configure various aspects of ECI integration.

Dialog Forms Called

eci_cfg.dfc[settings]


Initialize

File Name

eci.kb

Syntax

procedure Initialize;

Parameters

None

Returns

Nothing

Side Effects

None

Description

This procedure initializes the ECI system action group. Currently, it does nothing and is only present to conform with the form that a group of related system actions must have.

Dialog Forms Called

None


PlaceECICall

File Name

eci.kb

Syntax

function PlaceECICall(VAL ParentWindow: WINDOW ): WINDOW;

Parameters

ParentWindow - This is the window to which to attach the window for the

system action.

Returns

The handle of the ECI Place Call window.

Side Effects

None

Description

This function allows one to place an ECI call.

Dialog Forms Called

eci_call.dfc[call_place]


WorkWithCallErrors

File Name

eci.kb

Syntax

function WorkWithCallErrors(VAL ParentWindow: WINDOW ): WINDOW;

Parameters

ParentWindow - This is the window to which to attach the window for the

system action.

Returns

The handle of the Work with Call Errors window.

Side Effects

None

Description

This function allows one to work with ECI call records that are in error.

Dialog Forms Called

eci_call.dfc[work_with_call_errors]


WorkWithCommentErrors

File Name

eci.kb

Syntax

function WorkWithCommentErrors(VAL ParentWindow: WINDOW ): WINDOW;

Parameters

ParentWindow - This is the window to which to attach the window for the

system action.

Returns

The handle of the Work with Comment Errors window.

Side Effects

None

Description

This function allows one to work with ECI comment records that are in error.

Dialog Forms Called

eci_call.dfc[work_with_comment_errors]


WorkWithECICalls

File Name

eci.kb

Syntax

function WorkWithECICalls(VAL ParentWindow: WINDOW ): WINDOW;

Parameters

ParentWindow - This is the window to which to attach the window for the

system action.

Returns

The handle of the Work with ECI Calls window.

Side Effects

None

Description

This function allows one to work with ECI call records.

Dialog Forms Called

None


WorkWithECICustomers

File Name

eci.kb

Syntax

function WorkWithECICustomers(VAL ParentWindow: WINDOW ): WINDOW;

Parameters

ParentWindow - This is the window to which to attach the window for the

system action.

Returns

The handle of the Work with ECI Customers window.

Side Effects

None

Description

This function allows one to work with ECI customer records.

Dialog Forms Called

eci_cust.dfc[work_with_eci_customers]


WorkWithECIMessages

File Name

eci.kb

Syntax

function WorkWithECIMessages(VAL ParentWindow: WINDOW ): WINDOW;

Parameters

ParentWindow - This is the window to which to attach the window for the

system action.

Returns

The handle of the Work with Messages Errors window.

Side Effects

None

Description

This function allows one to work with ECI messages.

Dialog Forms Called

eci_call.dfc[work_with_eci_messages]


WorkWithStatusErrors

File Name

eci.kb

Syntax

function WorkWithStatusErrors(VAL ParentWindow: WINDOW ): WINDOW;

Parameters

ParentWindow - This is the window to which to attach the window for the

system action.

Returns

The handle of the Work with Status Errors window.

Side Effects

None

Description

This function allows one to work with ECI status records that are in error.

Dialog Forms Called

eci_call.dfc[work_with_status_errors]