EXT_Email_SendDocument
MSS 5.1 - Extensibility - Functions Kalipso to MSS - Email - EXT_Email_SendDocument
Function to ask MSS to send a document by email.
Input parameters:
inCustomerCode β Code of the customer, if needed to the specified report;
inDocumentExercise β Exercise of the document;
inDocumentType β Type of the document;
inDocumentSeries β Series of the document;
inDocumentNumber β Number of the document;
inSendToEmail β Only used to override the email from the customer (CLIEML);
inDescription β Text to fill the subject of the email (can be empty, MSS will use a default text);
inMessage β Text to fill the email message;
inAttachmentsList - Files list to attach (files full name separated with character CR).
Output parameters:
outResultCode β Return code: 0 β Done / < 0 Error or user cancelled;
Last updated