518 - Quantity Screen Confirmation

MSS 5.1 - Extensibility - Functions MSS to Kalipso - Orders - 518 - Quantity Screen Confirmation

518 - (Sales) Quantity Screen Confirmation

Event

Extension action set

Description

Before

EXT_0518_1_Before

Will be executed before MSS delete the selected line;

Input Parameters (event before):

  • inCustomerCode – Código do cliente

  • inArticleCode – Código do artigo

  • inDocumentType – Código do documento que está a ser criado

  • inLine – Nº de linha do documento (quando se está a adicionar um novo artigo esta var é igual a zero)

  • inQuantity - Qauntidade

  • inUnit – Unidade selecionada

  • inPrice - Preço

  • inDiscount1 – Desconto1

  • inDiscount2 – Desconto 2

  • inDiscount3 – Desconto 3

  • inDiscount4 – Desconto 4

  • inLineType – Tipo de linha selecionada (N – Normal/B – Bónus/O – Oferta/D - Devolução)

Output Parameters (event before):

  • outAbortOperation – True to abort / False to continue

Last updated