KVSEDX Partner#
Fields#
Name | Type | Note |
---|---|---|
EDX Partner No. | Code[30] | |
Partner Type | Enum (KVSEDX Partner Type) | |
Partner NAV No. | Code[20] | |
Partner NAV Name | Text[100] | |
EDX Partner Name | Text[100] | |
EDX Active | Boolean | |
Our Account No. | Text[20] | |
GLN | Code[13] | |
Data Sender Id. | Text[80] | |
Data Receiver Id. | Text[80] | |
Route Id.(PEPPOL) | Text[46] |
Procedures#
CreatePartnerFromCustomer(Record Customer) :#
procedure CreatePartnerFromCustomer(Customer: Record "Customer"):
CreatePartnerFromVendor(Record Vendor) :#
procedure CreatePartnerFromVendor(Vendor: Record "Vendor"):
GetEDXPartnerNo(Code[20], Code[30], Integer, Integer, Record KVSEDX Document Setup) : Code[30]#
Summary: Gets the EDX partner number for the given NAV partner number. If the EDX partner number is specified, then this EDX partner number is used.
procedure GetEDXPartnerNo(PartnerNAVNo: Code[20]; PartnerEDXNo: Code[30]; TableNo: Integer; DocumentType: Integer; var DocumentSetup: Record "KVSEDX Document Setup"): Code[30]
Parameters:
PartnerNAVNo
: Customer or Vendor No.PartnerEDXNo
: If the EDX partner is already defined when the function is called, it can be transferred.TableNo
: Table to which the message facility refersDocumentType
: Document type within the tableDocumentSetup
: Detected messages setup
Returns: EDX partner number if found. Otherwise, ‘’ is returned.
SetHideMessage(Boolean) :#
procedure SetHideMessage(HideMessagePar: Boolean):