GetLinks

GetLinks

Anonymous
Not applicable
252 Views
1 Reply
Message 1 of 2

GetLinks

Anonymous
Not applicable
I am having a problem with a line of code that uses GetLinks, I think I may be missing a link template but I am not sure what I am dealing with
0 Likes
253 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Hi I'm not sure what error returns your code, check your sintaxys this is how I do it:
Set dbconnect = GetInterfaceObject("CAO.DbConnect")
Set lntemplates = dbconnect.GetLinkTemplates
Set lntemplate = lntemplates(strlinktemplate)
Set lnlinks = dbconnect.GetLinks(lntemplate, varobjid, kEntityLinkType)

Please post a more specific question.
Villaco
0 Likes