Codeunit 18123151 EOS FTE Handler
Gather all functions needed to export VAT Exemption into electronic document
procedure GetVATExclDeclText(LineRecRef: RecordRef) ReturnText: Text
LineRecRef RecordRef
Returns Text
procedure GetVATExclDeclAltriDatiGestionali(LineRecRef: RecordRef; var VATExclTxt: Text; var VATExclDate: Date): Boolean
LineRecRef RecordRef
VATExclTxt Text
VATExclDate Date
Returns Boolean
local procedure OnGetVATExclDeclText(LineRecRef: RecordRef; VATExemption: Record "EOS VAT Exemption"; var ReturnText: Text; var Handled: Boolean)
LineRecRef RecordRef
RecordRef referring to document line that you’re processing
VATExemption Record "EOS VAT Exemption"
VAT Exemption related to document line
ReturnText Text
Text to export into Causale tag of xml file
Handled Boolean
If true, no following standard code will be executed
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.