515 - Origin Document Screen
MSS 5.1 - Extensibility - Functions MSS to Kalipso - Sales - 515 - Origin Document Screen
515 - Origin Document Screen
Event
Extension action set
Description
EXT_0515_1_Before
Will be executed before MSS opens the origin document screen when inserting a return;
EXT_0515_2_Replace
Will replace MSS origin document screen (can be used to validate if normal MSS module opens using outOpenMSSModule);
Before
Input Parameters
inDocumentType β Document type to select automatically;
inArticleCode β Code of the selected article;
inDocumentLine β Current document line (used when editing a line);
inOriginDocumentExercise β Current origin document exercise (used when editing a line);
inOriginDocumentType β Current origin document type (used when editing a line);
inOriginDocumentSeries β Current origin document series (used when editing a line);
inOriginDocumentNumber β Current origin document number (used when editing a line);
inOriginDocumentLinev β Current origin document line (used when editing a line);
inOriginDocumentDate β Current origin document date (used when editing a line);
Replace
Input Parameters
inDocumentType β Document type to select automatically;
inArticleCode β Code of the selected article;
inDocumentLine β Current document line (used when editing a line);
inOriginDocumentExercise β Current origin document exercise (used when editing a line);
inOriginDocumentType β Current origin document type (used when editing a line);
inOriginDocumentSeries β Current origin document series (used when editing a line);
inOriginDocumentNumber β Current origin document number (used when editing a line);
inOriginDocumentLinev β Current origin document line (used when editing a line);
inOriginDocumentDate β Current origin document date (used when editing a line);
Output Parameters
outResultCode β Return code: 1 β save information / 0 β cancel;
outOriginDocumentExercise β Exercise of the origin document;
outOriginDocumentType β Document type of the origin document;
outOriginDocumentSeries β Series of the origin document;
outOriginDocumentNumber β Number of the origin document;
outOriginDocumentLine β Line number of the origin document;
outOriginDocumentDate β Date of the origin document;
outOpenMSSModule β Return code: 1 β Open MSS module / 0 β Donβt open MSS module;
After
Input Parameters
inDocumentType β Document type to select automatically;
inArticleCode β Code of the selected article;
inDocumentLine β Current document line (used when editing a line);
inOriginDocumentExercise β Current origin document exercise (used when editing a line);
inOriginDocumentType β Current origin document type (used when editing a line);
inOriginDocumentSeries β Current origin document series (used when editing a line);
inOriginDocumentNumber β Current origin document number (used when editing a line);
inOriginDocumentLinev β Current origin document line (used when editing a line);
inOriginDocumentDate β Current origin document date (used when editing a line);
Last updated