Bizbrains VAN Partner Resolver
The Bizbrains VAN Partner Resolver is an optional component that identifies and resolves business partners based on key attributes. It is executed in the initialize flow.
It is using the resolver functionailty described here: Partner Resolvers
Expected input (namespace and properties)
Namespace: http://van.bizbrains.com/properties/partner-resolver
Properties:
-
CountryCode (required)
-
Gln (optional)
-
Cvr (optional)
-
OrgNo (optional)
At least one of Gln, Cvr, or OrgNo must be provided in addition to CountryCode.
Behavior
Using these values, the Partner Resolver performs a lookup in Bizbrains VAN, which may also query external networks such as Peppol or Nemhandel. If a match is found, the corresponding configured partner is selected and added as a fallback partner in case no specific partner is found. This enables flows to dynamically adapt to the correct trading partner setup without manual configuration in each flow.
The Partner Resolver does not read or manipulate the content of the document itself. It only uses the promoted metadata fields to resolve a partner.
Promoted output (namespace and properties)
No public properties are promoted directly from the Partner Resolver. Instead, internal properties are promoted and may be used by the lookup itinerary step. This avoids performing duplicate lookups against Bizbrains VAN if both components are used in the same flow.
Bizbrains VAN Document Lookup (Itinerary Step)
The Bizbrains VAN Document Lookup is implemented as an itinerary step, and it can be used either independently or in combination with the Partner Resolver.
Purpose
The step ensures that the correct process names and document mappings are selected for a given flow. This allows the system to determine which mapping to use during transformation.
-
If the Partner Resolver has already been executed, the itinerary step will reuse its promoted internal properties.
-
If the Partner Resolver is not in use, the itinerary step will itself perform the lookup in Bizbrains VAN to find the matching document type.
This dual behavior ensures flexibility: flows can be configured to always resolve against Bizbrains VAN when needed, or simply reuse already-resolved information.
Promoted output (namespace and properties)
Namespace: http://van.bizbrains.com/properties/partner-resolver/result
Properties:
-
IdentificationValue
-
IdentificationIcd
-
IdentificationSchemeId
-
DocumentTypeSchemeId
-
DocumentTypeId
-
ProcessSchemeId
-
ProcessId
These values follow eDelivery standards and are not tied to Bizbrains Link entities.