613 - Documents button click (Receipt Header)

MSS 5.1 - Extensibility - Functions MSS to Kalipso - Receipts - 613 - Documents button click (Receipt Header)

613 - Documents button click (Receipt Header)

Event

Extension action set

Description

EXT_0613_1_Before

Will be executed before MSS opens the list of pending documents

EXT_0613_2_Replace

Will be executed before MSS opens the list of pending documents with the possibility to cancel the operation

EXT_0613_3_After

Will be executed after MSS opens the list of pending documents

Before

Input Parameters

  • inReceiptExercise – Exercise of the receipt;

  • inReceiptType – Type of the receipt;

  • inReceiptSeries – Series of the receipt;

  • inReceiptNumber – Number of the receipt;

  • inReceiptCode – Code of the selected customer;

Replace

Input Parameters

  • inReceiptExercise – Exercise of the receipt;

  • inReceiptType – Type of the receipt;

  • inReceiptSeries – Series of the receipt;

  • inReceiptNumber – Number of the receipt;

  • inReceiptCode – Code of the selected customer;

Output Parameters

  • outContinue – Return code: 1 – Continue the process / 0 – Cancel;

After

Input Parameters

  • inReceiptExercise – Exercise of the receipt;

  • inReceiptType – Type of the receipt;

  • inReceiptSeries – Series of the receipt;

  • inReceiptNumber – Number of the receipt;

  • inReceiptCode – Code of the selected customer;

Last updated