Product: | TOTVS Backoffice |
Product Line: | Protheus Line |
Industry: | Services |
Module: | TOTVS Backoffice (Protheus Line) - Fixed Assets (SIGAATF) |
Function: | ATFA012 |
Country: | Brazil |
Ticket: | Internal |
Requisite/Story/Issue | DSERCTR1-46748 |
You can use the entry point A012RCOL to handle the variable acols after editing the group in the asset register. It allows the customer to customize the column structure, ensuring that the configuration correctly reflects the changes made to the group, adapting records in accordance with the specific needs of the business.
With A012RCOL, you can implement logic to ensure compliance and adaptation of the data handled, making sure the column configuration properly reflects the changes made to the asset group and, thus, the records of the register routine.
ExecBlock("A012RCOL",.F.,.F.,{oAux:aHeader, oAux:aCols, oAux})
User Function A012RCOL() Local nx MsgAlert("Entered into Entry Point A012RCOL") If lSalvei //display 3 first fields of aHeadx For nX := 1 TO 3 MsgAlert("Field "+Alltrim(Str(nX))+": "+aHeadx[nX,2]) Next EndIf Return
Important !!