Hi All,
Can anyone tell me what is the purpose of required field property in MDM?
Thanks
Narendra
Request clarification before answering.
Hi Narendra,
REQUIRED_FIELDS is the Validation expression used to activate the required property in MDM.
When you make the field as required in console it will still allow you to leave it blank in MDM data manger unless you make this property active.
For this:
- Create a validation in MDM data manger
- In the validation expression box just write REQUIRED_FIELDS
- Make the exceution to Error type.
- Save the validations
So now whenever you try to create a record in MDM with the required field a blank it will throw you an error message nad not let you proceed untill you fill in that value.
Hope It Helped
Kindly Reward POints If Found useful
Thanks & Regards
Simona Pinto
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Narendra,
Here is the purpose of Required field properties as SAP recommended:
The Required field parameter is not a mandatory but an advisory property.
In other words, it is different from u201CNOT NULLu201D definition of the RDBMS world. Its purpose is to let the creation of validation rules treat all u201CRequiredu201D fields at once.
Such validation expression is not available yet but will be exposed in coming versions.
The advantage of this approach is when your validation logic is changed and you decide the field should or should not participate in the validation you simply change the value of u201CRequiredu201D. Otherwise every validation expression should be changed manually.
Correct me if I am wrong.
I hope this will clear your doubt.
TNR,
Saurabh...
Reward if found helpful.
Edited by: Saurabh Kumar Sahu on Jul 18, 2008 8:37 AM
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.