cancel
Showing results for 
Search instead for 
Did you mean: 

Limiting field values of a tuple of MDM

former_member40425
Contributor
0 Kudos

Hello Experts,

I have a tuple in which there are 4 fields i.e. coloumns. Now my requirement is to limit the values of one of the fields of the tuple based on some condition.Please suggest which java API will help me out.

Regards,

Rohit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I would suggest modeling your tuple using Object Orientation.

If you do that you can add constraints into your object in the constructor and and any modifier methods.

This is because Object Orientation lets you bind data and methods that act upon them into a single data type.

http://en.wikipedia.org/wiki/Object-oriented_programming

roberto_reinert
Discoverer
0 Kudos

Hello,

Can you give us some examples how to limit field values in tuples?

We have same problem using MDM web dynpro Java API (7.1).

Regards,

Roberto

Former Member
0 Kudos

Hi,

it's probably too late, but with the new SP15 of MDM Web Dynpro API there is a new method in Item Details Component called limitTupleLookupValues (among other useful new methods).

Michel

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

it is never late 😉

Answers (0)