EXT_Print_Document
MSS 5.1 - Extensibility - Functions Kalipso to MSS - Print - EXT_Print_Document
Function to ask MSS to print a document.
Input parameters:
inDocumentExercise β Exercise of the document;
inDocumentType β Type of the document;
inDocumentSeries β Series of the document;
inDocumentNumber β Number of the document;
inPrintPDF β To create only a PDF file (the document rules are applied);
inPrintSecondLayout β To print the secondary layout if the document is configured to do it;
inDontOpenPDF β When printing to PDF, MSS automatically asks if the user wants to open it;
inParameter1 β User parameter 1
inParameter2 β User parameter 2
inParameter3 β User parameter 3
inParameter4 β User parameter 4
inParameter5 β User parameter 5
Output parameters:
outResultCode β Return code: 0 β Done / < 0 User canceled selection or error occurred;
Last updated