Hi,
When i am trying to create a qualified link it does not get added only for the first link. All the other links get added. The first link has the linkid as null
This is the code below which i am using
HashMap notesHash=new HashMap();
QualifiedLookupValue notesLookupValue=new com.sap.mdm.valuetypes.QualifiedLookupValue();
notesLookupValue.createQualifiedLink(recID,notesHash);
Can anyone help me.
Thanks,
Padmaja