Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

01. DATOS GENERALES

Producto:

TOTVS Backoffice

Línea de producto:

Línea Protheus

Segmento:

Servicios

Módulo:

TOTVS Backoffice (Línea Protheus) - Contabilidad de gestión (SIGACTB)

Función:

Hacer efectivo (CTBA350)

País:

Brasil

Ticket:

19125366

Requisito/Story/Issue :

DSERCTR1-44381


02. SITUACIÓN/REQUISITO

Modificar el registro antes de la validación de hacer efectivo el asiento.

...

Informações
titleContextualización PE

CTB350EF – Maneja el registro antes de hacer efectivo o no.


Características del requisito

Descripción:

El punto de entrada CTB350EF permite manejar el registro antes de hacer efectivo en la rutina CTBA350-Hacer efectivo de asiento previo.

Eventos:

ExistBlock("CTB350EF")

Programa fuente:

CTBA350.PRW

Función (PE):

CTB350EF() – Permite manejar el registro antes de hacerse efectivo o no de la rutina CTBA350-Hacer efectivo asiento previo.

Parámetros:

No hayexiste

Devolución:

No hayexiste



Bloco de código
languagecpp
themeRDark
titleEjemplo de PE
linenumberstrue
collapsetrue
#Include "Protheus.ch"

// ajusta el registro en CT2 antes de hacer efectivo. Rutina ctba350 - Hacer efectivo de asiento previo 
User Function CTB350EF()
 
    Local aArea := GetArea()
 
    CONOUT("registro : " +  STR(CT2->(RECNO()))  + " marcado ")
     
    RestArea(aArea)
 
Return 

...