Versões comparadas

Chave

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

...

With ECDCHVCAB, you can adjust the key used in exports, making sure the data structure exported is compliant with business rules as well as legal requirements, providing greater flexibility and control on the data submitted to ECD.

03. OTHER INFORMATION


Bloco de código
languagecpp
themeRDark
titleHandling of EP in the system
If ExistBlock( "ECDCHVCAB" )
	cChave := ExecBlock( "ECDCHVCAB", .F., .F.)
EndIf
Bloco de código
languagecpp
themeRDark
titleEP Example
#INCLUDE "PROTHEUS.ch"
#INCLUDE "rwmake.ch"

User Function ECDCHVCAB()

	Local cAliasCTC := Alias()
	Local cChavet := " "
	Local cLote := (cAliasCTC)->CTC_LOTE
	Local cFilMov := (cAliasCTC)→CTC_FILIAL

	If cFilMov == '01'
		cChavet:= cLote 
	EndIf

Return cChavet
Aviso
titleImportant !!
  • 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.

...