Páginas filhas
  • TUNSLL_DT_PONTO_DE_ENTRADA_AT190GRV

Versões comparadas

Chave

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

TUNSLL_DT_PONTO_DE_ENTRADA_AT190GRV

At190Grv - Manipulates the records to be saved in the SND table (Asset Owners)

Requirement Characteristics

Product Line:

Microsiga Protheus

Industry:

Services

Module:

SIGAATF - Fixed Assets

Routine:

Routine
Technical
Technical Name
ATFA190Maintenance of the Asset (N1) x People (R0) binding

Entry Point:

At190Grv

Related Tickets

TUNSLL

Countries:

All

Database:

All approved for Protheus.

Tables Used:

SND - Asset Owners

Operating Systems:

All approved for Protheus.

Description

Entry point At190Grv allows you to change the values to be saved in the SND table (Asset Owners)
 

Entry Point

Description:

Allows you to manipulate records to be saved in the SND table (Asset Owners)

Location:

It is a custom routine, so it is not part of the default menu.

Events:

If (ExistBlock("At190Grv"))ExecBlock ("At190Grv",.F.,.F.,{nOpc}) EndIf

Source Program:

ATFA190.PRW

Function:

AF190PE() - Find a person in the People File browser of the binding screen triggered by the Assets file

Return:

Returns the new records saved in the SND table (Asset Owners)

 
Example: User Function At190Grv()
Local cCodResp := '000002' //Assigns a code to the cCodResp variable
RecLock("SND",.F.) 
SND->ND_CODRESP := cCodResp //Assigns the content of the variable to the ND_CODRESP field
SND->(MsUnlock())
Return .T.
Image Removed

Image Added