File Name
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]
File Name
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
File Name
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]
File Name
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]
File Name
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]
File Name
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
File Name
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]
File Name
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]
File Name
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]