This function is used to set up the content of specific fields sent to the cash management software, when exporting the payment schedule (see the documentation Export of the Sage cash management payment schedule).

Knowing that this export function only takes into account open items that are associated with posted invoices (invoices in a general sense, including credit memos, debit notes etc.), the setup principle is as follows: for a triplet [Module of origin of the invoice]+[Cash Management file field]+[Document type], it is possible to define which context data must be used in the generated file.

Prerequisite

SEEREFERTTO Refer to documentation Implementation

Screen management

Entry screen

Length and content of the fields

The export file of the open items has a fixed length (see the documentation Export of the Sage cash management payment schedule).
Therefore, the content of a field can be truncated if, because of the setup, it contains too many characters with respect to its maximum length in the cash management software.

Concerning the interface to the Sage Concept Cash Management module:

  • for the Nature code (CPTA) = 16 characters max
  • for the Annex code (CDC) = 16 characters max
  • for the Comment (DESCR) = 32 characters max
  • for the Reference code (CODRIF) = 8 characters max
  • for the Check number (NASS) = 8 characters max

 SEEWARNING The setup of some fields must also take the following constraintsinto account:

  • the Nature (CPTA) and Annex (CDC) fields
    At the level of the cash management software, these fields point to a value table; it is thus recommended to load them in the same way for the export of the open items.
  • the Check number field (NASS)
    This field should not be used to recover a check number, which does not exist at this stage in the life cycle of the open items, but rather to recover additional information (if, for instance, CODRIF and DESCR are not sufficient)
Concerning the interface to the Sage 1000 Cash Management module:

  • for the Transfer code (TRANS) = 128 characters max
  • for the Description code (DESCR) = 128 characters max

 SEEINFO These fields do not point to value tables, at Sage 1000 Cash Management module level.

Concerning the interface to Sage FRP Treasury

  • for the Description code (DESCR) = 32 characters max,
  • for the Reference code (REFXRT) = 16 characters max.

 SEEINFO These fields do not point to value tables, at Sage FRP Treasury module level.

Error messages

The only error messages are the generic ones.

Tables used

SEEREFERTTO Refer to documentation Implementation