cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the attribute link priority in batch?

xinjiang_li
Active Participant
0 Kudos

Hi gurus,

It seems we can't assign the taxonomy attribute link priority when using import manager ( If wrong plz correct me and BTW we are using custom priority and we can only map to standard priority value like Normal,High ... in the import manager), then we can only turn to java api to make it work. But we found the AttributeLink Class only has getPriority() method, while no changePriority() method exists. What should we do in this case?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi  Li

SAP MDM 7.1 sp10  Import manager reference guide

item:

IMPORTING ATTRIBUTE LINKS (page 166)

You can set custom proirity for attributes

Another way to use:

com.sap.mdm.data.commands

Class ModifyAttributeLinkCommand

method  AttributeLink(AttributeId attributeId,              int priority)

has parameter priority - it is shell contain priority number from 1 till 99

Regards

Kanstantsin Chernichenka

Answers (0)