602 - Save Document

MSS 5.1 - Extensibility - Functions MSS to Kalipso - Receipts - 602 - Save Document

602 - Save Document

EXT_0602_1_Before

Will be executed before MSS saves the receipt;

EXT_0602_2_Replace

Will be executed before MSS saves the receipt with the possibility to say MSS to cancel the saving process;

After

EXT_0602_3_After

Will be executed after the receipt is saved;

Before

Input Parameters

  • inReceiptExercise – Exercise of the receipt;

  • inReceiptType – Type of the receipt;

  • inReceiptSeries – Series of the receipt;

  • inReceiptNumber – Number of the receipt;

  • inCustomerCode – 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;

  • inCustomerCode – Code of the selected customer;

Output Parameters

  • outCanSave – Return code: 1 – Save the document / 0 – Cancel

Last updated