CheckBankAccount

This is a delegate of type UserExitCheckBankAccount and has the following parameters.

  • IWorkdoc doc

  • IVendorAddress address

  • string currency

The user exit is called during the bank account check when the system searches for the appropriate bank account based upon the content of the document and the bank records present in the vendor master data. This user exit enables a developer to customize alternative logic for the bank account selection.

The IVendorAddress import parameter contains the details of the vendor that is related to the bank account records. The vendor currency is passed to the user exit via the string currency parameter.

This user exit is available during validation processing only.