...
You can use Entry Point AF350CAL to handle user fields after the asset depreciation calculation via atfa350. It allows the performance of additional calculations or of specific adjustments, in compliance with the business rules and needs of each implementation. This entry point is called after the main depreciation calculation of the asset is performed, offering the possibility of customizing depreciation results.
03. OTHER INFORMATION
| Bloco de código |
|---|
| language | cpp |
|---|
| theme | RDark |
|---|
| title | Handling of EP in the system |
|---|
|
If lAtfa350
Execblock("AF350CAL",.F.,.F.)
EndIf
|
| Bloco de código |
|---|
| language | cpp |
|---|
| theme | RDark |
|---|
| title | EP Example |
|---|
|
User Function AF350CAL()
If SN3->N3_NOVO == "1" // Item generated by posting of ATFA035
// customer validation
EndIf
Return
|
| Aviso |
|---|
|
- It is noteworthy that the customer is responsible for EP utilization and its impacts on the system.
- The examples used in this documentation are for demonstration purposes only. Each customer must check what behavior they want to perform according to the scope of the entry point.
|
04. RELATED SUBJECTS