You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The business partner data model V5 should include fields for storing the confidence level and confidence criteria (#631 ). Each L/S/A business partner has its own confidence criteria and they are made up like this:
classDiagram
class ConfidenceCriteria{
Shared By Owner
Checked By External Data Source
Used By More Than One Additional Sharing Member
Number Of Sharing Members
Last Confidence Check At
Next Confidence Check At
Confidence Level
}
Loading
Confidence criteria are set by the golden record service, are being passed to the Pool and then also back to the Gate output. Therefore, Orchestrator, Pool and Gate Output need to be able to hold these confidence criteria for each L/S/A type.
Tasks
Gate Generic Business Partner Output Model
Gate Persistence
Pool Model
Pool Persistence
Orchestrator Model
Mappings between Pool, Orchestrator, Gate
The text was updated successfully, but these errors were encountered:
The business partner data model V5 should include fields for storing the confidence level and confidence criteria (#631 ). Each L/S/A business partner has its own confidence criteria and they are made up like this:
Confidence criteria are set by the golden record service, are being passed to the Pool and then also back to the Gate output. Therefore, Orchestrator, Pool and Gate Output need to be able to hold these confidence criteria for each L/S/A type.
Tasks
The text was updated successfully, but these errors were encountered: