Table Description
PersonMatchSearchCriteria: The PersonMatchSearchCriteria entity is used to store the search criteria details for the Person Match. Person Match is the process where the applicants are automatically matched to registered clients. The search criteria is configured by the user in admin and stored on the PersonMatchSearchCriteria entity.
Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Curam Applications::Admin Manager::User Driven Processes::Person Match::Entity::PersonMatchSearchCriteria
Controlling File: core\model\Packages\Organisation\PersonSearch_Entity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
personMatchSearchCriteriaIDkeynoUnique identifier for the Person Match Search Criteria.INTERNAL_ID SVR_INT64
enabledInddetailsnoIndicates whether or not the person match search criteria is enabled.CURAM_INDICATOR SVR_BOOLEAN
weightdetailsnoThe score associated with a valid match based on the search criteria.PERSON_SEARCH_CRITERIA_WEIGHT SVR_INT32
nameTextIDdetailsnoThe identifier of the localizable search criteria e.g. First Name for the Person Search and MatchINTERNAL_ID SVR_INT64
referencedetailsyesThe unique reference number associated with each person search criteria. This reference number is entered by the user when they are adding the search criteria. PERSON_SEARCH_CRITERIA_REFERENCE SVR_STRING<40>
recordStatusdetailsnoThe status of the Person Match Search Criteria.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
searchIndexFielddetailsyesThe field on which the search is performed on the Person table.PERSON_SEARCH_CRITERIA_FIELD_INDEX SVR_STRING<50>
Foreign Keys (1)
ChildParent
PersonMatchSearchCriteria.nameTextIDLocalizableText.localizableTextID
Indices (2)
Index NameAttributes
PersonMatchIdxrecordStatus, enabledInd
IND_1581131291nameTextID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
readread Standard read operation. 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard modify with optimistc locking enabled operation. 
searchByStatusreadmulti Returns a list of Person Match Search records for the given status. 
searchByEnabledAndStatusreadmulti Returns a list of enabled Person Match Search records for the given status. 
insertinsertAUTO_ID: personMatchSearchCriteriaID
Standard Operation 
Related Pages (6)