503 - Cancel Document

MSS 5.1 - Extensibility - Functions MSS to Kalipso - Sales - 503 - Cancel Document

503 - Cancel Document

Event

Extension action set

Description

EXT_0503_1_Before

Will be executed before MSS cancel the sale, can abort the process;

EXT_0503_2_Replace

Replace MSS cancel document code, must return if the document was cancelled or not;

After

EXT_0503_3_After

Will be executed after the sale is cancelled;

All events

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;

Before

Output Parameters

  • outAbortProcess - Return code: TRUE – Abort the process / FALSE – Continue

Replace

Output Parameters

  • outDocumentCancelled - Return code: TRUE – Document was cancelled and MSS must continue / FALSE – Document was not cancelled and MSS must stop;

Last updated