# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/mss-extensibility/mss-5.1/functions-mss-to-kalipso/orders/416-orders-delete-line-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
