3803 - On Select Document Delivery Place

MSS 5.1 - Extensibility - Functions MSS to Kalipso - General - 3803 - On Select Document Delivery Place

3803 - On Select Document Delivery Place

Event

Extension action set

Description

EXT_3803_1_Before

Will be executed before MSS validates the selected document type

EXT_3803_2_Replace

Will be executed before MSS validates the selected document type with the possibility to cancel the process

EXT_3803_3_After

Will be executed after MSS validates the selected document type

Before

Input Parameters

  • inDocumentModule – Code of the document module (P – Orders / A – Sales / F – Purchases / E – Suppliers orders)

  • inDocumentType - Code of the selected document type

  • inCustomerCode - Code of the customer

  • inDeliveryPlaceCode - Code of the delivery place code

Replace

Input Parameters

  • inDocumentModule – Code of the document module (P – Orders / A – Sales / F – Purchases / E – Suppliers orders)

  • inDocumentType - Code of the selected document type

  • inCustomerCode - Code of the customer

  • inDeliveryPlaceCode - Code of the delivery place code

Output Parameters

  • outCanSelect - Return code: 1 – Continue the process / 0 – Cancel;

After

Input Parameters

  • inDocumentModule – Code of the document module (P – Orders / A – Sales / F – Purchases / E – Suppliers orders)

  • inDocumentType - Code of the selected document type

  • inCustomerCode - Code of the customer inDeliveryPlaceCode - Code of the delivery place code

Last updated