Description | An entry point that will work as a trigger in the asset transfer routine, in the target fields of accounting data of entities (Ledger Account, Cost Center, Value Class, and Accounting Item). |
---|---|
Examples | User Function AF060GAT() |
Language | Portuguese(Brazil) |
Versions | Microsiga_Protheus11 |
Operating Systems Supported | All |
Compatible with the following Databases | All |
Parameters | cCpoAtu = Current field cCodigo = Code of the accounting data. |
Return | Array updated with the new information |
Call events of the Entry Point | If ExistBlock("AF060GAT") cCpoAtu := ReadVar() //The field to be updated aValue := {} //Array aValue := Execblock("AF060GAT",.F.,.F., { cCpoAtu, cCodigo, aVar } ) |
Variables | Local cCampoA:= Paramixb[1] |
Source Program | ATFA060.PRX |