
After so much of googling and searching for this. I am posting my problem here.
I have item which have pdf files which come with it. I want to create Links to those pdf files. But I could not find any service which can let me create a link.
I ran the Sql profiler and saw that Item Links are created in the Record Link table. However, I could not figure out how a record link entry is mapped to the corresponding Item no.
*This post is locked for comments
I have the same question (0)each record has a standard function ADDLINK for that.
so in your case declare a variable item and use item.addlink.
msdn.microsoft.com/.../dd355149.aspx
for extended working with record links follow