Producto: | TOTVS Backoffice |
Línea de producto: | Línea Protheus |
Segmento: | Backoffice |
Módulo: | TOTVS Backoffice (Línea Protheus) - Compras (SIGACOM) |
Función: | MATA150 - Actualizar cotizaciones |
País: | Brasil |
Ticket: | |
Requisito/Story/Issue (informe el requisito relacionado): |
El Punto de Entrada MT150GET tiene como función modificar los ítems de la cotización en el momento en que se actualiza una cotización.
Function A150Digita() - Al hacer clic en el botón “Actualizar”.
Nombre | Tipo | Descripción |
PARAMIXB | Array | Contiene los ítems de la cotización |
Tipo | Descripción |
Array |
|
#Include "Protheus.ch" /*/{Protheus.doc} MT150GET PE para modificar los ítems al actualizar cotizaciones. @type function @author @since 08/11/2024 /*/ User function MT150GET() local aCols := Paramixb[1] //-- Rutina de personalización del usuario MsgInfo("Pasó por el PE","¡ATENCIÓN MT150GET!") Return aCols