> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/mss-extensibility/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/mss-extensibility/mss-5.1/functions-mss-to-kalipso/orders/416-orders-delete-line-1.md).

# 418 - Quantity Screen Confirmation

418 - Quantity Screen Confirmation

{% hint style="info" %}
This event only has Before event
{% endhint %}

| Event   | Extension action set | Description                                           |
| ------- | -------------------- | ----------------------------------------------------- |
| Before  | EXT\_0418\_1\_Before | Will be executed before MSS delete the selected line; |
| Replace |                      | not implemented                                       |
| After   |                      | not implemented                                       |

### Before

*Input Parameters*

* 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*

* outAbortOperation – True to abort / False to continue
