Entry points > Module A/P-A/R accounting > Standard script TRTCFUP 

CRITFUPFCT: entry point to include the factored open items

The CRITFUPFCT entry point is used to include the open items factored in a reminder campaign.

Context and operating mode

Call context

The CRITFUPFCT entry point is called just before searching for the open items to include in the campaign.

There is one transaction in progress.

There is no open log file.

Available variables and masks

The CRITFCT local variable can be initialized with any valid criterion that might make fields intervene in the following tables:
- GACCDUDATE [DUD]: open items
- GTYPACCENT [GTE]: Document types
- BPCUSTOMER [BPCF]: BP invoiced

In order to include all the open items factored and not factored in a campaign it is only necessary to initialize the CRITFCT variable set to the value "1=1".

CRITFUPDAT: entry point to include the non-expired open items

The CRITFUPDAT entry point is used to include the open items not overdue in a reminder campaign.

Context and operating mode

Call context

The CRITFUPDAT entry point is called just before searching for the open items to include in the campaign.

There is one transaction in progress.

There is no open log file.

Available variables and masks

The CRITDAT local variable can be initialized with any valid criterion that might make fields intervene in the following tables:
- GACCDUDATE [DUD]: open items
- GTYPACCENT [GTE]: Document types
- BPCUSTOMER [BPCF]: BP invoiced

In order to include all the open items factored and not factored in a campaign it is only necessary to initialize the CRITDAT variable set to the value "1=1".

FUPSELDUD: entry point to filter the open items

The FUPSELDUD entry point is used to filter the open items for a reminder campaign.

Context and operating mode

Call context

The FUPSELDUD entry point is called just before searching for the open items to be included or excluded from the campaign.

There is one transaction in progress.

There is no open log file.

Available variables 

The OKDUD local variable can be used to filter the open items and for each open item to include it or not in the reminder campaign. To include the open item, set the value to 1. The open item is excluded if the value is set to 0.