Hi All,
Can anyone tell me what is the purpose of required field property in MDM?
Thanks
Narendra
Request clarification before answering.
done
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
Hi Narendra,
Required fields set the fields as mandatory i.e. it wont allow you to keep the field value NULL. But making the field Required wont make it mandatory, you need to create a validation expression REQUIRED_FIELDS and set the Automatic Execution to Error.
Regards,
Jitesh Talreja
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Narendra ,
This function is not given in MDM .But u can write the function in Data manager as given in the MDM Console guide page no.126 under req field topic.U just have to give the name of the field under the brackets.
But this will work in higher patches only like 5.5.63.33.It is given the latest data manager guides page no.240.
Rgds
Ankit
Hi Narendra,
Required field is always used in conjuction with the validation expression to ensure that the field has value. For this you only need to specify a field as required and add the function REQUIRED_FIELDS() in the validation expression.
But this works only when you are manually adding the value to data manager.This scenario doesnt work when you are automatically importing some records. The validation expression doesnt stop those records from getting imported.
I hope I am able to help you
Regards
Dilmit Chadha
Hi,
a required field requires input in e.g. Data Manager, otherwise you won't be able to save the record. You have to fill it out. This is useful for e.g. item numbers.
Christian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.