contents.gifindex.gif

Configuring the Process Payments Window

To configure the Process Payments Window:

1 Open the CUSTSYS.MDB.

2 Open the CUST_EVNT table.

3 Type the properties you want in the appropriate fields.

Notes

All properties of this screen share these fields:

OWNER_KEY = <owner_key>

EVNT = PAY Process Payment Setup

For this screen to be available for use (not grayed out on the menu), at least one property (usually Process_Button_Function) must have IN_USE_FLAG = True and have a valid EVNT_MEMO. Aside from this, all properties are optional. Customers which simply have custom data feeds and use the Payment Confirmation Process will not use this screen and should not have it configured (e.g. Baxter, Ford)

Properties (EVNT_CLASS)

Caption: Controls the caption that appears on the title bar of the form.

EVNT_TYPE: Text

EVNT_MEMO: <desired screen caption>

Default Value: Process Payments

Process_Button_Caption: Controls the caption that appears on the Process button on the form. Note the use of the ampersand (&).

EVNT_TYPE: Text

EVNT_MEMO: <desired button caption>

Default: &Process

Process_Button_Function: A Text string which is Evaluated when the Process button is pressed. The type must be Text and not Eval since this property is set when the form is opened, but only Evaluated when the Process button is pressed. This property must contain a value for the Process button to be visible.

EVNT_TYPE: Text

EVNT_MEMO: <desired function to be called with parameter replacement>

Default: Null

The following run-time parameters may be used in this expression:

<Owner_Key>

<Funds_App_Id_List>

These parameters have the appropriate values supplied to them prior to calling the function specified by EVNT_MEMO. The following string will typically be used:

Queue_and_Process_Payments(<Owner_Key>, <Funds_App_Id_List>)

Process_Button_Status_Bar: Text that appears on the Status Bar when the Process Button has focus.

EVNT_TYPE: Text

EVNT_MEMO: <desired button status bar text>

Default: Initiate Payment Processing

Process_Button_Finished_Beep: True if a beep is desired upon completion of the Process Payment process.

EVNT_TYPE: Boolean

EVNT_MEMO: True or False

Default: False

Process_Button_Finished_Message: A message which should be displayed upon completion of the Process Payment process.

EVNT_TYPE: Text

EVNT_MEMO: <desired message to be displayed upon completion>

Default: Null

Default_Sort: The desired sort order for the payment when the screen is first displayed. See the Sort Payments By combo-box for possible values.

EVNT_TYPE: Text

EVNT_MEMO: <desired initial sort order>

Default: Date / Vendor / Amt

Check_Number_Format: A pattern which defines the format of the system generated check numbers.

EVNT_TYPE: Text

EVNT_MEMO: <desired pattern representing the Check Number Format>

Default: ########

Required

Check Numbers contain both an automatic date and automatic integer portion. Date components are entirely optional. Integer components must contain one or more #s, or one or more zs. #s and zs may not be mixed in the same check number.

Valid components of the format are:

# A digit of a 0 the zero filled integer component

z A digit of an A filled base 26 integer component

yyyy The year portion of the date component in 4 digit form.

yy The year portion of the date component in 2 digit form.

mm The month portion of the date component with leading zeroes.

m The month portion of the date component without leading zeroes.

dd The day portion of the date component with leading zeroes.

d The date portion of the date component without leading zeroes.

<Upper Case Letter or Symbol> Literal Value

Examples:

######## 00000012

zz AC

Fyymmddz F951011C

yymmddzz 951011AC

yymmdd## 95101112

dd/mm/yyyy--##### 11/10/1995--00012

On_Delete_PAYMT_REQ_STAT: A text value which PAYMT_REQ_STAT is set to when a payment is deleted. Typically, New is used, but for more complex customers, other values may be substituted. For example, when DEC deletes a payment, the batches should be set back to FAS Sent.

EVNT_TYPE: Text

EVNT_MEMO: <PAYMT_REQ_STAT to be used for deleted payments>

Default: New

See Also

Configuring the Create Payments Window

Configuring the Process Payment Configuration Dialog Box

Configuring the Post-Payment Processing Window

Configuring Remittance Batch Creation Events

Configuring AP_FEED Post Generation Events

Remote Configuration for Customers Via Messages