Product: | TOTVS Backoffice |
Product Line: | Protheus Line |
Industry: | Technology |
Module: | TOTVS Backoffice (Protheus Line) - Fixed Assets (SIGAATF) |
Function: | ATFA035 |
Country: | Brazil |
Ticket: | Internal |
Requisite/Story/Issue | DSERCTR1-46829 |
Entry point AF035GRV is called after records related to the automatic posting of assets are saved, within the context of Fixed Assets module control. While running, the point assesses such data as posting values, booking of accrued depreciation, checking of multiple currencies and integration with other modules, such as the SIGAMNT module, to sync transaction data.
If ExistBlock("AF035GRV")
ExecBlock("AF035GRV",.F.,.F.)
EndIf
User Function AF035GRV If SN3->N3_TIPO == "01" // Acquisition // CUSTOMER VALIDATION ElseIf SN3->N3_TIPO $ "02.05" // Reassessment // CUSTOMER VALIDATION ElseIf SN3->N3_TIPO $ "03*13" // Advance // CUSTOMER VALIDATION ElseIf SN3->N3_TIPO == "04" // Law 8200 (Dif. BTN/IPC) Else // Posting of other asset types // CUSTOMER VALIDATION EndIf Return
Important