519 - Payments Screen

MSS 5.1 - Extensibility - Functions MSS to Kalipso - Sales- 519 - Payments Screen

519 - Payments Screen

Event

Extension action set

Description

EXT_0519_1_Before

Will be executed before MSS opens the default payments screen

EXT_0519_3_Replace

Will be executed to replace MSS default payments screen

EXT_0519_3_After

Will be executed after MSS opens the default payments screen

Before

Input Parameters

  • inDocumentExercise – Exercise of the document;

  • inDocumentType – Type of the document; -

  • inDocumentSeries – Series of the document;

  • inDocumentNumber – Number of the document;

  • inCustomerCode – Code of the selected customer;

  • inDocumentTotal - Document total value;

Replace

Input Parameters

  • inDocumentExercise – Exercise of the document;

  • inDocumentType – Type of the document;

  • inDocumentSeries – Series of the document;

  • inDocumentNumber – Number of the document;

  • inCustomerCode – Code of the selected customer;

  • inDocumentTotal - Document total value;

Output Parameters

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

After

Input Parameters

  • inDocumentExercise – Exercise of the document;

  • inDocumentType – Type of the document;

  • inDocumentSeries – Series of the document;

  • inDocumentNumber – Number of the document;

  • inCustomerCode – Code of the selected customer;

  • inDocumentTotal - Document total value;

Last updated