cancel
Showing results for 
Search instead for 
Did you mean: 

Case sensitive indicator

Former Member
0 Kudos

Hello Expertes,

Does anybody know how does the case sensitive indicator works when configuring a new field? I need some data to be all CAPS, I configured the field to "Case Sensitive", but where do I indicate it should be CAPS> Any advice on how can this be done would be really appreciated?

Thanks,

Claudia Hardeman

Accepted Solutions (1)

Accepted Solutions (1)

former_member205403
Active Contributor
0 Kudos

Hi Claudia,

I think the case sensitive indicator in console is used for sorting of the field. it won't solve your requirement.

If you want users to enter data in field XYZ in only UPPER CASE format, then you can put a simple validation on this field.

Validation expression would be like:

IS_UPPER(Field XYZ)

This validation expression will return true if the field XYZ value is in UPPER CASE, else false.

Hope this solves your requirement.

Regards,

Shiv

Answers (2)

Answers (2)

Former Member
0 Kudos

just to add to Shiv :

the case sensitivity is used on how the search works apart from the sorting !

for the upper case :

use the validation if you want to restrict the user at the time of entering data

or

write an assignment if u want to run it at periodic intervals and convert to UPPER case for those fields

thanks

-Adrivit

Former Member
0 Kudos

Hello Claudia

SAP MDM 7.1 has supported Field name and Code name in Upper registry.

Field name you can change always when repository is stopped.

Regards

Kanstantsin Chernichenka