Codeunit 18006502 EOS VED Service Handlers
Service event handlers for VAT Exemption Declarations
procedure FindVATExemptions(var ServiceHeader: Record "Service Header")
Updates all VAT exemptions for the given Service document.
ServiceHeader Record "Service Header"
The Service header to update.
procedure UpdateDocumentLine(var ServiceLine: Record "Service Line")
Record "Service Line"
procedure GetServiceShptVatExemptions(ServiceLine: Record "Service Line"; var TmpVatExemption: Record "EOS VAT Exemption")
ServiceLine Record "Service Line"
TmpVatExemption Record "EOS VAT Exemption"
procedure GetServiceShptVatExemptions(ServiceHeader: Record "Service Header"; var TmpVatExemption: Record "EOS VAT Exemption")
ServiceHeader Record "Service Header"
TmpVatExemption Record "EOS VAT Exemption"
procedure LookupVATExemption(ServiceHeader: Record "Service Header"; var TextValue: Text): Boolean
ServiceHeader Record "Service Header"
TextValue Text
Returns Boolean
procedure LookupVATExemption(ServiceLine: Record "Service Line"; var TextValue: Text): Boolean
ServiceLine Record "Service Line"
TextValue Text
Returns Boolean
procedure VerifyVatExemptionsUI(ServiceHeader: Record "Service Header")
Record "Service Header"
procedure VerifyVatExemptions(ServiceHeader: Record "Service Header"; var ErrorMessage: Record "Error Message")
ServiceHeader Record "Service Header"
ErrorMessage Record "Error Message"
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.