cancel
Showing results for 
Search instead for 
Did you mean: 

Display MDM key mapping information in EP Item Detail iViews

Former Member
0 Kudos

Hi,

in my repository I have the main table 'customer' including key mapping information for several client systems (master data consolidation scenario).

The customer data is diplayerd in EP using the Item Details iView. I'd additionally like to display the key mapping information in Item Details iView, for example as a separate tabstrip. Is this feature already supported by the Item Details iView? How can I implement it?

I'm using MDM 5.5 SP3 / EP6.0 SP14.

Thanks in advance,

Martin

Accepted Solutions (1)

Accepted Solutions (1)

former_member192347
Participant
0 Kudos

Hi Martin,

Currently iView do not support the functionality to disply the key mapping information.

Workaround I implemented is that, added a field "source system" to main table with type lookup. Added lookup table "source systems" with list of names of client systems. This helps user search data based on client system name.

I hope this is helpful.

Abhay

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Abhay,

great idea! Thanks a lot!

Martin