MSS 5.0 - Extensibility - Functions Kalipso to MSS - Sales - EXT_Sales_OpenModule
Function to ask MSS to open the Sales screen to create a new sale.
Input parameters:
inDocumentType β Type of document to select automatically;
inCustomerCode β Customer code to select automatically;
inSaveAndClose β Close the windows after save;
Output parameters:
outResultCode β Return code: 0 β Done / < 0 User canceled selection or error occurred;
outDocumentExercise β Exercise of the new document;
outDocumentType β Type of the new document;
outDocumentSeries β Series of the new document;
outDocumentNumber β Number of the document;
Note: If inSaveAndClose <> 1 the value of outResultcode will be always 0 and Exercise, Type, Series and Number will be empty.
Last updated 4 years ago