cancel
Showing results for 
Search instead for 
Did you mean: 

Tuple e.g.

Former Member
0 Kudos

Hello All,

I have a question regarding usage of tuple. So need your suggestions.

There is Main Table Field called SAP Number

I have 3 Fields in Tuple Vendor No, Retail xyz and Legacy Number.

I need to model this using Tuple. I am not too much aware of tuple functionality.

Process is like i recived data from system 1 into MDM which will give me SAP Number ( main table ) Vendor Number and retail XYZ ( tuple fields)

please suggest model for this especially linkage between two.

Rgds

Himanshu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Tuples, you should actually use when you have nested structures. e.g. Address>company add, home address>company1 add,comapny2 add>.......and so on...

In your case i feel since you are using Vendor No, Retail xyz(not sure of field type) and Legacy Number, which i guess are text fields, use of tuple functionality wont be leveraged.

But if you are using them in a tuple go as follows:

1. On mdm hierarchy in console go to tuples.

2. Right click to create a tuple.

3. After creating a tuple go to the newly created tuple and create Vendor No, Retail xyz(not sure of field type) and Legacy Number fields in it.

4. now to to main table and add a new field in it of type tuple and select the tuple you have just created as the lookup.

5. In data Manager you'll be able to see this field and you can go on and enter data in it.

Your tuple is connected to main table this ways.

Hope it help.

Manish

Answers (1)

Answers (1)

Former Member
0 Kudos

thnks