VRBL-INV-CORE-192

Basic Info

Rule The Payee Party Legal Entity Company ID must occur maximum once in the Invoice, if the Payee Party Group is different from the Seller Group.
Context /ubl:Invoice/cac:PayeeParty
Pattern vrbl-invoice-core
Severity fatal

Implementation

(
	count(cac:PartyLegalEntity/cbc:CompanyID) <= 1
) 
or 
(
	(cac:PartyName/cbc:Name) = (../cac:AccountingSupplierParty/cac:Party/cac:PartyLegalEntity/cbc:RegistrationName)
)