I set up some matcher rules that work on creating or importing new data. However when I edit a value , it no longer check the matcher rule
How do i change that ?
thanks
Best Answer
B
Bharat Joshi
said
2 months ago
Hello Titouan,
Define matcher for Basic entity that matcher is used only to detect duplicates at record creation time not for the edit . When a user creates a new record, and the DETECT_DUPS validation is active, the matcher is used to search for similar records in order to warn the user when a new entry matches existing records.
However you can create a DB function for EDIT action I have created a function in db which check entered country is already in db or not . if country is present function return True, then make a validation and call this function in validation condition like shown in images.
Here is db function which check Country in Db.
Here we call function in Validation:-
-> Set Validation on Warn on Stepper Finish.
Here records in table, and we try to edit a record
Define matcher for Basic entity that matcher is used only to detect duplicates at record creation time not for the edit . When a user creates a new record, and the DETECT_DUPS validation is active, the matcher is used to search for similar records in order to warn the user when a new entry matches existing records.
However you can create a DB function for EDIT action I have created a function in db which check entered country is already in db or not . if country is present function return True, then make a validation and call this function in validation condition like shown in images.
Here is db function which check Country in Db.
Here we call function in Validation:-
-> Set Validation on Warn on Stepper Finish.
Here records in table, and we try to edit a record
T
Titouan Roussel
said
2 months ago
is there also a way to block edit on certain attributes ?
B
Bharat Joshi
said
2 months ago
It is blocking the edit on certain attributes only
you can modify the function according to your need
Titouan Roussel
Hello ,
I set up some matcher rules that work on creating or importing new data. However when I edit a value , it no longer check the matcher rule
How do i change that ?
thanks
Hello Titouan,
Define matcher for Basic entity that matcher is used only to detect duplicates at record creation time not for the edit . When a user creates a new record, and the DETECT_DUPS validation is active, the matcher is used to search for similar records in order to warn the user when a new entry matches existing records.
- Oldest First
- Popular
- Newest First
Sorted by PopularBharat Joshi
Hello Titouan,
Define matcher for Basic entity that matcher is used only to detect duplicates at record creation time not for the edit . When a user creates a new record, and the DETECT_DUPS validation is active, the matcher is used to search for similar records in order to warn the user when a new entry matches existing records.
Titouan Roussel
is there also a way to block edit on certain attributes ?
Bharat Joshi
It is blocking the edit on certain attributes only
you can modify the function according to your need
-
Extend a model with new entities or attributes
-
Data types in xDM
-
Effective date on entities
-
Search using wild cards
-
Export a model from production and import on a development environment
-
"Allow Delete" vs "Allow Removal" privileges
-
LOV label in Named Query
-
Select location on a map and save coordinates
-
Is there a way to set up a master-detail relationship on browse mode?
-
Choose Either a Stepper or A Workflow Based on The User Privileges
See all 274 topics