cancel
Showing results for 
Search instead for 
Did you mean: 

How to modify a tuple record (MDM Java API)

Former Member
0 Kudos

Hi Experts,

Kindly advice how to do retrieve the tuple ID of the below.

We have a main table and one of its Tuple is Address. on this tuple we have one of the field is Address type.

Now the requirement is, we have just two know fields Person ID (from Main table) and Address type from  that tuple. And based on this two values we need to do a search and update the address of that particular person ID record.

Please advice the best approach for performing this.

thanks,

Sridhar T A

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member213204
Participant
0 Kudos

Hi sridhar, 

As we have person Id and address type, prepare the list of records which you want to update. Select key field as address type in set tuple update parameters of import manager. And set options to update the records in set tuple update parameters.  So for that particular address type you can update the address for person Id.

Please let me know if this helps.